Shades of Royal Blue #4E6DDC
Tints of Royal Blue #4E6DDC
RGB
CMYK
RGB Variations
Color information
#4E6DDC (or 0x4E6DDC) is known color: Royal Blue. HEX triplet: 4E, 6D and DC. RGB value is (78,109,220). Sum of RGB (Red+Green+Blue) = 78+109+220=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6DDC is #B19223. Grayscale: #6F6F6F. Windows color (decimal): -11637284 or 14445902. OLE color: 14445902.
HSL color Cylindrical-coordinate representation of color #4E6DDC: hue angle of 226.9º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E6DDC is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 109 | 220 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.14 |
| HSL | 226.9º | 0.67% | 0.58% | - |
| HSV(B) | 226.9º | 0.65% | 0.86% | - |
| XYZ | 21.53 | 17.72 | 70 | - |
| YUV | 112.39 | 188.73 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 220 | 0.65 | 0.50 | 0 | 0.14 | 226.9 | 0.67 | 0.58 |
| Hex | 4E | 6D | DC | 41 | 32 | 0 | E | E3 | 43 | 3A |
| Octal | 116 | 155 | 334 | 101 | 62 | 0 | 16 | 343 | 103 | 72 |
| Binary | 1001110 | 1101101 | 11011100 | 1000001 | 110010 | 0 | 1110 | 11100011 | 1000011 | 111010 |
Color Harmonies of #4E6DDC
Complementary color
Monochromatic Colors of #4E6DDC
Black with #4E6DDC
Text Example
Text Example
White with #4E6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6DDC; }
p { color: rgb(78,109,220); }
H1.HeaderClassName
{
color: #4E6DDC;
}
.AnyTagClassName
{
color: #4E6DDC;
}
</style>
background-color css
<style>
a { background-color: #4E6DDC; }
a { background-color: rgb(78,109,220); }
div.DivClassName
{
background-color: #4E6DDC;
}
.BgClassName
{
background-color: #4E6DDC;
}
</style>
border-color css
<style>
span { border-color: #4E6DDC; }
span { border-color: rgb(78,109,220); }
td.TdClassName
{
border-color: #4E6DDC;
}
.TagClassName
{
border-color: #4E6DDC;
}
</style>