Shades of Royal Blue #4E70CB
Tints of Royal Blue #4E70CB
RGB
CMYK
RGB Variations
Color information
#4E70CB (or 0x4E70CB) is known color: Royal Blue. HEX triplet: 4E, 70 and CB. RGB value is (78,112,203). Sum of RGB (Red+Green+Blue) = 78+112+203=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E70CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E70CB is #B18F34. Grayscale: #6F6F6F. Windows color (decimal): -11636533 or 13332558. OLE color: 13332558.
HSL color Cylindrical-coordinate representation of color #4E70CB: hue angle of 223.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E70CB is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 112 | 203 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.20 |
| HSL | 223.68º | 0.55% | 0.55% | - |
| HSV(B) | 223.68º | 0.62% | 0.8% | - |
| XYZ | 19.72 | 17.52 | 58.84 | - |
| YUV | 112.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 203 | 0.62 | 0.45 | 0 | 0.20 | 223.68 | 0.55 | 0.55 |
| Hex | 4E | 70 | CB | 3E | 2D | 0 | 14 | E0 | 37 | 37 |
| Octal | 116 | 160 | 313 | 76 | 55 | 0 | 24 | 340 | 67 | 67 |
| Binary | 1001110 | 1110000 | 11001011 | 111110 | 101101 | 0 | 10100 | 11100000 | 110111 | 110111 |
Color Harmonies of #4E70CB
Complementary color
Monochromatic Colors of #4E70CB
Black with #4E70CB
Text Example
Text Example
White with #4E70CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E70CB; }
p { color: rgb(78,112,203); }
H1.HeaderClassName
{
color: #4E70CB;
}
.AnyTagClassName
{
color: #4E70CB;
}
</style>
background-color css
<style>
a { background-color: #4E70CB; }
a { background-color: rgb(78,112,203); }
div.DivClassName
{
background-color: #4E70CB;
}
.BgClassName
{
background-color: #4E70CB;
}
</style>
border-color css
<style>
span { border-color: #4E70CB; }
span { border-color: rgb(78,112,203); }
td.TdClassName
{
border-color: #4E70CB;
}
.TagClassName
{
border-color: #4E70CB;
}
</style>