Random Color Generator

#493076 Color

Color Codes
Hex Code #493076
RGB Code rgb(73, 48, 118)
HSL Code hsl(261, 42%, 33%)

#493076 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(73, 48, 118);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(261, 42%, 33%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #493076

RGB Code Hex Code Preview
rgb(73, 48, 118, 10%) #4930761a  
rgb(73, 48, 118, 20%) #49307633  
rgb(73, 48, 118, 40%) #4930764C  
rgb(73, 48, 118, 60%) #49307699  
rgb(73, 48, 118, 80%) #493076CC  
rgb(73, 48, 118, 100%) #493076FF  

Saturated and desaturated colors of #493076

HSL Code Preview
hsl(261, 10%, 33%)  
hsl(261, 20%, 33%)  
hsl(261, 40%, 33%)  
hsl(261, 60%, 33%)  
hsl(261, 80%, 33%)  
hsl(261, 100%, 33%)  

#493076 Color Usage In CSS

 body {
    color: #493076;
    }
 p {
    color: rgb(73, 48, 118);
    }
 header {
    border-bottom:1px solid #493076;
    }
Recent Random Colors