Shades of Royal Blue #4C5EE9
Tints of Royal Blue #4C5EE9
RGB
CMYK
RGB Variations
Color information
#4C5EE9 (or 0x4C5EE9) is known color: Royal Blue. HEX triplet: 4C, 5E and E9. RGB value is (76,94,233). Sum of RGB (Red+Green+Blue) = 76+94+233=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 233 (91.41% from 255 or 57.82% from 403); Max value from RGB is 233 - color contains mainly: blue. Hex color #4C5EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5EE9 is #B3A116. Grayscale: #676767. Windows color (decimal): -11772183 or 15294028. OLE color: 15294028.
HSL color Cylindrical-coordinate representation of color #4C5EE9: hue angle of 233.12º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C5EE9 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 94 | 233 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.09 |
| HSL | 233.12º | 0.78% | 0.61% | - |
| HSV(B) | 233.12º | 0.67% | 0.91% | - |
| XYZ | 21.69 | 15.43 | 78.92 | - |
| YUV | 104.46 | 200.54 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 233 | 0.67 | 0.60 | 0 | 0.09 | 233.12 | 0.78 | 0.61 |
| Hex | 4C | 5E | E9 | 43 | 3C | 0 | 9 | E9 | 4E | 3D |
| Octal | 114 | 136 | 351 | 103 | 74 | 0 | 11 | 351 | 116 | 75 |
| Binary | 1001100 | 1011110 | 11101001 | 1000011 | 111100 | 0 | 1001 | 11101001 | 1001110 | 111101 |
Color Harmonies of #4C5EE9
Complementary color
Monochromatic Colors of #4C5EE9
Black with #4C5EE9
Text Example
Text Example
White with #4C5EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5EE9; }
p { color: rgb(76,94,233); }
H1.HeaderClassName
{
color: #4C5EE9;
}
.AnyTagClassName
{
color: #4C5EE9;
}
</style>
background-color css
<style>
a { background-color: #4C5EE9; }
a { background-color: rgb(76,94,233); }
div.DivClassName
{
background-color: #4C5EE9;
}
.BgClassName
{
background-color: #4C5EE9;
}
</style>
border-color css
<style>
span { border-color: #4C5EE9; }
span { border-color: rgb(76,94,233); }
td.TdClassName
{
border-color: #4C5EE9;
}
.TagClassName
{
border-color: #4C5EE9;
}
</style>