Shades of Royal Blue #4C5EEF
Tints of Royal Blue #4C5EEF
RGB
CMYK
RGB Variations
Color information
#4C5EEF (or 0x4C5EEF) is known color: Royal Blue. HEX triplet: 4C, 5E and EF. RGB value is (76,94,239). Sum of RGB (Red+Green+Blue) = 76+94+239=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C5EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5EEF is #B3A110. Grayscale: #686868. Windows color (decimal): -11772177 or 15687244. OLE color: 15687244.
HSL color Cylindrical-coordinate representation of color #4C5EEF: hue angle of 233.37º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C5EEF is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 94 | 239 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.06 |
| HSL | 233.37º | 0.84% | 0.62% | - |
| HSV(B) | 233.37º | 0.68% | 0.94% | - |
| XYZ | 22.56 | 15.77 | 83.52 | - |
| YUV | 105.15 | 203.54 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 239 | 0.68 | 0.61 | 0 | 0.06 | 233.37 | 0.84 | 0.62 |
| Hex | 4C | 5E | EF | 44 | 3D | 0 | 6 | E9 | 54 | 3E |
| Octal | 114 | 136 | 357 | 104 | 75 | 0 | 6 | 351 | 124 | 76 |
| Binary | 1001100 | 1011110 | 11101111 | 1000100 | 111101 | 0 | 110 | 11101001 | 1010100 | 111110 |
Color Harmonies of #4C5EEF
Complementary color
Monochromatic Colors of #4C5EEF
Black with #4C5EEF
Text Example
Text Example
White with #4C5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5EEF; }
p { color: rgb(76,94,239); }
H1.HeaderClassName
{
color: #4C5EEF;
}
.AnyTagClassName
{
color: #4C5EEF;
}
</style>
background-color css
<style>
a { background-color: #4C5EEF; }
a { background-color: rgb(76,94,239); }
div.DivClassName
{
background-color: #4C5EEF;
}
.BgClassName
{
background-color: #4C5EEF;
}
</style>
border-color css
<style>
span { border-color: #4C5EEF; }
span { border-color: rgb(76,94,239); }
td.TdClassName
{
border-color: #4C5EEF;
}
.TagClassName
{
border-color: #4C5EEF;
}
</style>