Shades of Royal Blue #4E70DE
Tints of Royal Blue #4E70DE
RGB
CMYK
RGB Variations
Color information
#4E70DE (or 0x4E70DE) is known color: Royal Blue. HEX triplet: 4E, 70 and DE. RGB value is (78,112,222). Sum of RGB (Red+Green+Blue) = 78+112+222=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E70DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E70DE is #B18F21. Grayscale: #717171. Windows color (decimal): -11636514 or 14577742. OLE color: 14577742.
HSL color Cylindrical-coordinate representation of color #4E70DE: hue angle of 225.83º 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 #4E70DE is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 112 | 222 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.13 |
| HSL | 225.83º | 0.69% | 0.59% | - |
| HSV(B) | 225.83º | 0.65% | 0.87% | - |
| XYZ | 22.12 | 18.48 | 71.51 | - |
| YUV | 114.37 | 188.74 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 222 | 0.65 | 0.50 | 0 | 0.13 | 225.83 | 0.69 | 0.59 |
| Hex | 4E | 70 | DE | 41 | 32 | 0 | D | E2 | 45 | 3B |
| Octal | 116 | 160 | 336 | 101 | 62 | 0 | 15 | 342 | 105 | 73 |
| Binary | 1001110 | 1110000 | 11011110 | 1000001 | 110010 | 0 | 1101 | 11100010 | 1000101 | 111011 |
Color Harmonies of #4E70DE
Complementary color
Monochromatic Colors of #4E70DE
Black with #4E70DE
Text Example
Text Example
White with #4E70DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E70DE; }
p { color: rgb(78,112,222); }
H1.HeaderClassName
{
color: #4E70DE;
}
.AnyTagClassName
{
color: #4E70DE;
}
</style>
background-color css
<style>
a { background-color: #4E70DE; }
a { background-color: rgb(78,112,222); }
div.DivClassName
{
background-color: #4E70DE;
}
.BgClassName
{
background-color: #4E70DE;
}
</style>
border-color css
<style>
span { border-color: #4E70DE; }
span { border-color: rgb(78,112,222); }
td.TdClassName
{
border-color: #4E70DE;
}
.TagClassName
{
border-color: #4E70DE;
}
</style>