Shades of Royal Blue #4E6DD8
Tints of Royal Blue #4E6DD8
RGB
CMYK
RGB Variations
Color information
#4E6DD8 (or 0x4E6DD8) is known color: Royal Blue. HEX triplet: 4E, 6D and D8. RGB value is (78,109,216). Sum of RGB (Red+Green+Blue) = 78+109+216=403 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.35% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #4E6DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6DD8 is #B19227. Grayscale: #6F6F6F. Windows color (decimal): -11637288 or 14183758. OLE color: 14183758.
HSL color Cylindrical-coordinate representation of color #4E6DD8: hue angle of 226.52º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E6DD8 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 109 | 216 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.15 |
| HSL | 226.52º | 0.64% | 0.58% | - |
| HSV(B) | 226.52º | 0.64% | 0.85% | - |
| XYZ | 21.01 | 17.51 | 67.24 | - |
| YUV | 111.93 | 186.73 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 216 | 0.64 | 0.50 | 0 | 0.15 | 226.52 | 0.64 | 0.58 |
| Hex | 4E | 6D | D8 | 40 | 32 | 0 | F | E3 | 40 | 3A |
| Octal | 116 | 155 | 330 | 100 | 62 | 0 | 17 | 343 | 100 | 72 |
| Binary | 1001110 | 1101101 | 11011000 | 1000000 | 110010 | 0 | 1111 | 11100011 | 1000000 | 111010 |
Color Harmonies of #4E6DD8
Complementary color
Monochromatic Colors of #4E6DD8
Black with #4E6DD8
Text Example
Text Example
White with #4E6DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6DD8; }
p { color: rgb(78,109,216); }
H1.HeaderClassName
{
color: #4E6DD8;
}
.AnyTagClassName
{
color: #4E6DD8;
}
</style>
background-color css
<style>
a { background-color: #4E6DD8; }
a { background-color: rgb(78,109,216); }
div.DivClassName
{
background-color: #4E6DD8;
}
.BgClassName
{
background-color: #4E6DD8;
}
</style>
border-color css
<style>
span { border-color: #4E6DD8; }
span { border-color: rgb(78,109,216); }
td.TdClassName
{
border-color: #4E6DD8;
}
.TagClassName
{
border-color: #4E6DD8;
}
</style>