Random Color Generator

#47264a Color

Color Codes
Hex Code #47264a
RGB Code rgb(71, 38, 74)
HSL Code hsl(295, 32%, 22%)

#47264a Color Syntax

rgb()

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

 main {
    background-color: rgb(71, 38, 74);
   }

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(295, 32%, 22%);
  }

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 #47264a

RGB Code Hex Code Preview
rgb(71, 38, 74, 10%) #47264a1a  
rgb(71, 38, 74, 20%) #47264a33  
rgb(71, 38, 74, 40%) #47264a4C  
rgb(71, 38, 74, 60%) #47264a99  
rgb(71, 38, 74, 80%) #47264aCC  
rgb(71, 38, 74, 100%) #47264aFF  

Saturated and desaturated colors of #47264a

HSL Code Preview
hsl(295, 10%, 22%)  
hsl(295, 20%, 22%)  
hsl(295, 40%, 22%)  
hsl(295, 60%, 22%)  
hsl(295, 80%, 22%)  
hsl(295, 100%, 22%)  

#47264a Color Usage In CSS

 body {
    color: #47264a;
    }
 p {
    color: rgb(71, 38, 74);
    }
 header {
    border-bottom:1px solid #47264a;
    }
Recent Random Colors