Shades of Royal Blue #4C5FDE
Tints of Royal Blue #4C5FDE
RGB
CMYK
RGB Variations
Color information
#4C5FDE (or 0x4C5FDE) is known color: Royal Blue. HEX triplet: 4C, 5F and DE. RGB value is (76,95,222). Sum of RGB (Red+Green+Blue) = 76+95+222=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C5FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5FDE is #B3A021. Grayscale: #676767. Windows color (decimal): -11771938 or 14573388. OLE color: 14573388.
HSL color Cylindrical-coordinate representation of color #4C5FDE: hue angle of 232.19º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C5FDE is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 95 | 222 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.13 |
| HSL | 232.19º | 0.69% | 0.58% | - |
| HSV(B) | 232.19º | 0.66% | 0.87% | - |
| XYZ | 20.26 | 14.99 | 70.93 | - |
| YUV | 103.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 222 | 0.66 | 0.57 | 0 | 0.13 | 232.19 | 0.69 | 0.58 |
| Hex | 4C | 5F | DE | 42 | 39 | 0 | D | E8 | 45 | 3A |
| Octal | 114 | 137 | 336 | 102 | 71 | 0 | 15 | 350 | 105 | 72 |
| Binary | 1001100 | 1011111 | 11011110 | 1000010 | 111001 | 0 | 1101 | 11101000 | 1000101 | 111010 |
Color Harmonies of #4C5FDE
Complementary color
Monochromatic Colors of #4C5FDE
Black with #4C5FDE
Text Example
Text Example
White with #4C5FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5FDE; }
p { color: rgb(76,95,222); }
H1.HeaderClassName
{
color: #4C5FDE;
}
.AnyTagClassName
{
color: #4C5FDE;
}
</style>
background-color css
<style>
a { background-color: #4C5FDE; }
a { background-color: rgb(76,95,222); }
div.DivClassName
{
background-color: #4C5FDE;
}
.BgClassName
{
background-color: #4C5FDE;
}
</style>
border-color css
<style>
span { border-color: #4C5FDE; }
span { border-color: rgb(76,95,222); }
td.TdClassName
{
border-color: #4C5FDE;
}
.TagClassName
{
border-color: #4C5FDE;
}
</style>