Random Color Generator

#4047ba Color

Color Codes
Hex Code #4047ba
RGB Code rgb(64, 71, 186)
HSL Code hsl(237, 49%, 49%)

#4047ba Color Syntax

rgb()

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

 main {
    background-color: rgb(64, 71, 186);
   }

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(237, 49%, 49%);
  }

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 #4047ba

RGB Code Hex Code Preview
rgb(64, 71, 186, 10%) #4047ba1a  
rgb(64, 71, 186, 20%) #4047ba33  
rgb(64, 71, 186, 40%) #4047ba4C  
rgb(64, 71, 186, 60%) #4047ba99  
rgb(64, 71, 186, 80%) #4047baCC  
rgb(64, 71, 186, 100%) #4047baFF  

Saturated and desaturated colors of #4047ba

HSL Code Preview
hsl(237, 10%, 49%)  
hsl(237, 20%, 49%)  
hsl(237, 40%, 49%)  
hsl(237, 60%, 49%)  
hsl(237, 80%, 49%)  
hsl(237, 100%, 49%)  

#4047ba Color Usage In CSS

 body {
    color: #4047ba;
    }
 p {
    color: rgb(64, 71, 186);
    }
 header {
    border-bottom:1px solid #4047ba;
    }
Recent Random Colors