Shades of Royal Blue #4E6DDB
Tints of Royal Blue #4E6DDB
RGB
CMYK
RGB Variations
Color information
#4E6DDB (or 0x4E6DDB) is known color: Royal Blue. HEX triplet: 4E, 6D and DB. RGB value is (78,109,219). Sum of RGB (Red+Green+Blue) = 78+109+219=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6DDB is #B19224. Grayscale: #6F6F6F. Windows color (decimal): -11637285 or 14380366. OLE color: 14380366.
HSL color Cylindrical-coordinate representation of color #4E6DDB: hue angle of 226.81º 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 #4E6DDB is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 109 | 219 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.14 |
| HSL | 226.81º | 0.66% | 0.58% | - |
| HSV(B) | 226.81º | 0.64% | 0.86% | - |
| XYZ | 21.4 | 17.67 | 69.3 | - |
| YUV | 112.27 | 188.23 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 219 | 0.64 | 0.50 | 0 | 0.14 | 226.81 | 0.66 | 0.58 |
| Hex | 4E | 6D | DB | 40 | 32 | 0 | E | E3 | 42 | 3A |
| Octal | 116 | 155 | 333 | 100 | 62 | 0 | 16 | 343 | 102 | 72 |
| Binary | 1001110 | 1101101 | 11011011 | 1000000 | 110010 | 0 | 1110 | 11100011 | 1000010 | 111010 |
Color Harmonies of #4E6DDB
Complementary color
Monochromatic Colors of #4E6DDB
Black with #4E6DDB
Text Example
Text Example
White with #4E6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6DDB; }
p { color: rgb(78,109,219); }
H1.HeaderClassName
{
color: #4E6DDB;
}
.AnyTagClassName
{
color: #4E6DDB;
}
</style>
background-color css
<style>
a { background-color: #4E6DDB; }
a { background-color: rgb(78,109,219); }
div.DivClassName
{
background-color: #4E6DDB;
}
.BgClassName
{
background-color: #4E6DDB;
}
</style>
border-color css
<style>
span { border-color: #4E6DDB; }
span { border-color: rgb(78,109,219); }
td.TdClassName
{
border-color: #4E6DDB;
}
.TagClassName
{
border-color: #4E6DDB;
}
</style>