Shades of Royal Blue #4E7CE4
Tints of Royal Blue #4E7CE4
RGB
CMYK
RGB Variations
Color information
#4E7CE4 (or 0x4E7CE4) is known color: Royal Blue. HEX triplet: 4E, 7C and E4. RGB value is (78,124,228). Sum of RGB (Red+Green+Blue) = 78+124+228=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #4E7CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7CE4 is #B1831B. Grayscale: #797979. Windows color (decimal): -11633436 or 14974030. OLE color: 14974030.
HSL color Cylindrical-coordinate representation of color #4E7CE4: hue angle of 221.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E7CE4 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 124 | 228 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.11 |
| HSL | 221.6º | 0.74% | 0.6% | - |
| HSV(B) | 221.6º | 0.66% | 0.89% | - |
| XYZ | 24.35 | 21.64 | 76.29 | - |
| YUV | 122.1 | 187.76 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 228 | 0.66 | 0.46 | 0 | 0.11 | 221.6 | 0.74 | 0.6 |
| Hex | 4E | 7C | E4 | 42 | 2E | 0 | B | DE | 4A | 3C |
| Octal | 116 | 174 | 344 | 102 | 56 | 0 | 13 | 336 | 112 | 74 |
| Binary | 1001110 | 1111100 | 11100100 | 1000010 | 101110 | 0 | 1011 | 11011110 | 1001010 | 111100 |
Color Harmonies of #4E7CE4
Complementary color
Monochromatic Colors of #4E7CE4
Black with #4E7CE4
Text Example
Text Example
White with #4E7CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7CE4; }
p { color: rgb(78,124,228); }
H1.HeaderClassName
{
color: #4E7CE4;
}
.AnyTagClassName
{
color: #4E7CE4;
}
</style>
background-color css
<style>
a { background-color: #4E7CE4; }
a { background-color: rgb(78,124,228); }
div.DivClassName
{
background-color: #4E7CE4;
}
.BgClassName
{
background-color: #4E7CE4;
}
</style>
border-color css
<style>
span { border-color: #4E7CE4; }
span { border-color: rgb(78,124,228); }
td.TdClassName
{
border-color: #4E7CE4;
}
.TagClassName
{
border-color: #4E7CE4;
}
</style>