Shades of Royal Blue #4E6EDE
Tints of Royal Blue #4E6EDE
RGB
CMYK
RGB Variations
Color information
#4E6EDE (or 0x4E6EDE) is known color: Royal Blue. HEX triplet: 4E, 6E and DE. RGB value is (78,110,222). Sum of RGB (Red+Green+Blue) = 78+110+222=410 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.02% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E6EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6EDE is #B19121. Grayscale: #707070. Windows color (decimal): -11637026 or 14577230. OLE color: 14577230.
HSL color Cylindrical-coordinate representation of color #4E6EDE: hue angle of 226.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E6EDE is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 110 | 222 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.13 |
| HSL | 226.67º | 0.69% | 0.59% | - |
| HSV(B) | 226.67º | 0.65% | 0.87% | - |
| XYZ | 21.9 | 18.05 | 71.44 | - |
| YUV | 113.2 | 189.4 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 222 | 0.65 | 0.50 | 0 | 0.13 | 226.67 | 0.69 | 0.59 |
| Hex | 4E | 6E | DE | 41 | 32 | 0 | D | E3 | 45 | 3B |
| Octal | 116 | 156 | 336 | 101 | 62 | 0 | 15 | 343 | 105 | 73 |
| Binary | 1001110 | 1101110 | 11011110 | 1000001 | 110010 | 0 | 1101 | 11100011 | 1000101 | 111011 |
Color Harmonies of #4E6EDE
Complementary color
Monochromatic Colors of #4E6EDE
Black with #4E6EDE
Text Example
Text Example
White with #4E6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6EDE; }
p { color: rgb(78,110,222); }
H1.HeaderClassName
{
color: #4E6EDE;
}
.AnyTagClassName
{
color: #4E6EDE;
}
</style>
background-color css
<style>
a { background-color: #4E6EDE; }
a { background-color: rgb(78,110,222); }
div.DivClassName
{
background-color: #4E6EDE;
}
.BgClassName
{
background-color: #4E6EDE;
}
</style>
border-color css
<style>
span { border-color: #4E6EDE; }
span { border-color: rgb(78,110,222); }
td.TdClassName
{
border-color: #4E6EDE;
}
.TagClassName
{
border-color: #4E6EDE;
}
</style>