Shades of Royal Blue #4E6ECA
Tints of Royal Blue #4E6ECA
RGB
CMYK
RGB Variations
Color information
#4E6ECA (or 0x4E6ECA) is known color: Royal Blue. HEX triplet: 4E, 6E and CA. RGB value is (78,110,202). Sum of RGB (Red+Green+Blue) = 78+110+202=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E6ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6ECA is #B19135. Grayscale: #6E6E6E. Windows color (decimal): -11637046 or 13266510. OLE color: 13266510.
HSL color Cylindrical-coordinate representation of color #4E6ECA: hue angle of 224.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E6ECA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 110 | 202 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.21 |
| HSL | 224.52º | 0.54% | 0.55% | - |
| HSV(B) | 224.52º | 0.61% | 0.79% | - |
| XYZ | 19.38 | 17.04 | 58.14 | - |
| YUV | 110.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 202 | 0.61 | 0.46 | 0 | 0.21 | 224.52 | 0.54 | 0.55 |
| Hex | 4E | 6E | CA | 3D | 2E | 0 | 15 | E1 | 36 | 37 |
| Octal | 116 | 156 | 312 | 75 | 56 | 0 | 25 | 341 | 66 | 67 |
| Binary | 1001110 | 1101110 | 11001010 | 111101 | 101110 | 0 | 10101 | 11100001 | 110110 | 110111 |
Color Harmonies of #4E6ECA
Complementary color
Monochromatic Colors of #4E6ECA
Black with #4E6ECA
Text Example
Text Example
White with #4E6ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6ECA; }
p { color: rgb(78,110,202); }
H1.HeaderClassName
{
color: #4E6ECA;
}
.AnyTagClassName
{
color: #4E6ECA;
}
</style>
background-color css
<style>
a { background-color: #4E6ECA; }
a { background-color: rgb(78,110,202); }
div.DivClassName
{
background-color: #4E6ECA;
}
.BgClassName
{
background-color: #4E6ECA;
}
</style>
border-color css
<style>
span { border-color: #4E6ECA; }
span { border-color: rgb(78,110,202); }
td.TdClassName
{
border-color: #4E6ECA;
}
.TagClassName
{
border-color: #4E6ECA;
}
</style>