Shades of Royal Blue #4C5CDF
Tints of Royal Blue #4C5CDF
RGB
CMYK
RGB Variations
Color information
#4C5CDF (or 0x4C5CDF) is known color: Royal Blue. HEX triplet: 4C, 5C and DF. RGB value is (76,92,223). Sum of RGB (Red+Green+Blue) = 76+92+223=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C5CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5CDF is #B3A320. Grayscale: #656565. Windows color (decimal): -11772705 or 14638156. OLE color: 14638156.
HSL color Cylindrical-coordinate representation of color #4C5CDF: hue angle of 233.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C5CDF is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 92 | 223 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.13 |
| HSL | 233.47º | 0.7% | 0.59% | - |
| HSV(B) | 233.47º | 0.66% | 0.87% | - |
| XYZ | 20.13 | 14.52 | 71.55 | - |
| YUV | 102.15 | 196.2 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 223 | 0.66 | 0.59 | 0 | 0.13 | 233.47 | 0.7 | 0.59 |
| Hex | 4C | 5C | DF | 42 | 3B | 0 | D | E9 | 46 | 3B |
| Octal | 114 | 134 | 337 | 102 | 73 | 0 | 15 | 351 | 106 | 73 |
| Binary | 1001100 | 1011100 | 11011111 | 1000010 | 111011 | 0 | 1101 | 11101001 | 1000110 | 111011 |
Color Harmonies of #4C5CDF
Complementary color
Monochromatic Colors of #4C5CDF
Black with #4C5CDF
Text Example
Text Example
White with #4C5CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5CDF; }
p { color: rgb(76,92,223); }
H1.HeaderClassName
{
color: #4C5CDF;
}
.AnyTagClassName
{
color: #4C5CDF;
}
</style>
background-color css
<style>
a { background-color: #4C5CDF; }
a { background-color: rgb(76,92,223); }
div.DivClassName
{
background-color: #4C5CDF;
}
.BgClassName
{
background-color: #4C5CDF;
}
</style>
border-color css
<style>
span { border-color: #4C5CDF; }
span { border-color: rgb(76,92,223); }
td.TdClassName
{
border-color: #4C5CDF;
}
.TagClassName
{
border-color: #4C5CDF;
}
</style>