Random Color Generator

#47457d Color

Color Codes
Hex Code #47457d
RGB Code rgb(71, 69, 125)
HSL Code hsl(242, 29%, 38%)

#47457d Color Syntax

rgb()

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

 main {
    background-color: rgb(71, 69, 125);
   }

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(242, 29%, 38%);
  }

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 #47457d

RGB Code Hex Code Preview
rgb(71, 69, 125, 10%) #47457d1a  
rgb(71, 69, 125, 20%) #47457d33  
rgb(71, 69, 125, 40%) #47457d4C  
rgb(71, 69, 125, 60%) #47457d99  
rgb(71, 69, 125, 80%) #47457dCC  
rgb(71, 69, 125, 100%) #47457dFF  

Saturated and desaturated colors of #47457d

HSL Code Preview
hsl(242, 10%, 38%)  
hsl(242, 20%, 38%)  
hsl(242, 40%, 38%)  
hsl(242, 60%, 38%)  
hsl(242, 80%, 38%)  
hsl(242, 100%, 38%)  

#47457d Color Usage In CSS

 body {
    color: #47457d;
    }
 p {
    color: rgb(71, 69, 125);
    }
 header {
    border-bottom:1px solid #47457d;
    }
Recent Random Colors