Shades of Royal Blue #4E6CE4
Tints of Royal Blue #4E6CE4
RGB
CMYK
RGB Variations
Color information
#4E6CE4 (or 0x4E6CE4) is known color: Royal Blue. HEX triplet: 4E, 6C and E4. RGB value is (78,108,228). Sum of RGB (Red+Green+Blue) = 78+108+228=414 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.84% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 228 (89.45% from 255 or 55.07% from 414); Max value from RGB is 228 - color contains mainly: blue. Hex color #4E6CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6CE4 is #B1931B. Grayscale: #707070. Windows color (decimal): -11637532 or 14969934. OLE color: 14969934.
HSL color Cylindrical-coordinate representation of color #4E6CE4: hue angle of 228º 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 #4E6CE4 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 108 | 228 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.11 |
| HSL | 228º | 0.74% | 0.6% | - |
| HSV(B) | 228º | 0.66% | 0.89% | - |
| XYZ | 22.51 | 17.95 | 75.68 | - |
| YUV | 112.71 | 193.06 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 228 | 0.66 | 0.53 | 0 | 0.11 | 228 | 0.74 | 0.6 |
| Hex | 4E | 6C | E4 | 42 | 35 | 0 | B | E4 | 4A | 3C |
| Octal | 116 | 154 | 344 | 102 | 65 | 0 | 13 | 344 | 112 | 74 |
| Binary | 1001110 | 1101100 | 11100100 | 1000010 | 110101 | 0 | 1011 | 11100100 | 1001010 | 111100 |
Color Harmonies of #4E6CE4
Complementary color
Monochromatic Colors of #4E6CE4
Black with #4E6CE4
Text Example
Text Example
White with #4E6CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6CE4; }
p { color: rgb(78,108,228); }
H1.HeaderClassName
{
color: #4E6CE4;
}
.AnyTagClassName
{
color: #4E6CE4;
}
</style>
background-color css
<style>
a { background-color: #4E6CE4; }
a { background-color: rgb(78,108,228); }
div.DivClassName
{
background-color: #4E6CE4;
}
.BgClassName
{
background-color: #4E6CE4;
}
</style>
border-color css
<style>
span { border-color: #4E6CE4; }
span { border-color: rgb(78,108,228); }
td.TdClassName
{
border-color: #4E6CE4;
}
.TagClassName
{
border-color: #4E6CE4;
}
</style>