Shades of Royal Blue #4E6EDB
Tints of Royal Blue #4E6EDB
RGB
CMYK
RGB Variations
Color information
#4E6EDB (or 0x4E6EDB) is known color: Royal Blue. HEX triplet: 4E, 6E and DB. RGB value is (78,110,219). Sum of RGB (Red+Green+Blue) = 78+110+219=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E6EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6EDB is #B19124. Grayscale: #707070. Windows color (decimal): -11637029 or 14380622. OLE color: 14380622.
HSL color Cylindrical-coordinate representation of color #4E6EDB: hue angle of 226.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E6EDB is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 110 | 219 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.14 |
| HSL | 226.38º | 0.66% | 0.58% | - |
| HSV(B) | 226.38º | 0.64% | 0.86% | - |
| XYZ | 21.5 | 17.89 | 69.34 | - |
| YUV | 112.86 | 187.9 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 219 | 0.64 | 0.50 | 0 | 0.14 | 226.38 | 0.66 | 0.58 |
| Hex | 4E | 6E | DB | 40 | 32 | 0 | E | E2 | 42 | 3A |
| Octal | 116 | 156 | 333 | 100 | 62 | 0 | 16 | 342 | 102 | 72 |
| Binary | 1001110 | 1101110 | 11011011 | 1000000 | 110010 | 0 | 1110 | 11100010 | 1000010 | 111010 |
Color Harmonies of #4E6EDB
Complementary color
Monochromatic Colors of #4E6EDB
Black with #4E6EDB
Text Example
Text Example
White with #4E6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6EDB; }
p { color: rgb(78,110,219); }
H1.HeaderClassName
{
color: #4E6EDB;
}
.AnyTagClassName
{
color: #4E6EDB;
}
</style>
background-color css
<style>
a { background-color: #4E6EDB; }
a { background-color: rgb(78,110,219); }
div.DivClassName
{
background-color: #4E6EDB;
}
.BgClassName
{
background-color: #4E6EDB;
}
</style>
border-color css
<style>
span { border-color: #4E6EDB; }
span { border-color: rgb(78,110,219); }
td.TdClassName
{
border-color: #4E6EDB;
}
.TagClassName
{
border-color: #4E6EDB;
}
</style>