Shades of Royal Blue #4E6ECF
Tints of Royal Blue #4E6ECF
RGB
CMYK
RGB Variations
Color information
#4E6ECF (or 0x4E6ECF) is known color: Royal Blue. HEX triplet: 4E, 6E and CF. RGB value is (78,110,207). Sum of RGB (Red+Green+Blue) = 78+110+207=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E6ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6ECF is #B19130. Grayscale: #6F6F6F. Windows color (decimal): -11637041 or 13594190. OLE color: 13594190.
HSL color Cylindrical-coordinate representation of color #4E6ECF: hue angle of 225.12º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E6ECF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 110 | 207 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.19 |
| HSL | 225.12º | 0.57% | 0.56% | - |
| HSV(B) | 225.12º | 0.62% | 0.81% | - |
| XYZ | 19.98 | 17.28 | 61.31 | - |
| YUV | 111.49 | 181.9 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 207 | 0.62 | 0.47 | 0 | 0.19 | 225.12 | 0.57 | 0.56 |
| Hex | 4E | 6E | CF | 3E | 2F | 0 | 13 | E1 | 39 | 38 |
| Octal | 116 | 156 | 317 | 76 | 57 | 0 | 23 | 341 | 71 | 70 |
| Binary | 1001110 | 1101110 | 11001111 | 111110 | 101111 | 0 | 10011 | 11100001 | 111001 | 111000 |
Color Harmonies of #4E6ECF
Complementary color
Monochromatic Colors of #4E6ECF
Black with #4E6ECF
Text Example
Text Example
White with #4E6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6ECF; }
p { color: rgb(78,110,207); }
H1.HeaderClassName
{
color: #4E6ECF;
}
.AnyTagClassName
{
color: #4E6ECF;
}
</style>
background-color css
<style>
a { background-color: #4E6ECF; }
a { background-color: rgb(78,110,207); }
div.DivClassName
{
background-color: #4E6ECF;
}
.BgClassName
{
background-color: #4E6ECF;
}
</style>
border-color css
<style>
span { border-color: #4E6ECF; }
span { border-color: rgb(78,110,207); }
td.TdClassName
{
border-color: #4E6ECF;
}
.TagClassName
{
border-color: #4E6ECF;
}
</style>