Shades of Havelock Blue #4E70CA
Tints of Havelock Blue #4E70CA
RGB
CMYK
RGB Variations
Color information
#4E70CA (or 0x4E70CA) is known color: Havelock Blue. HEX triplet: 4E, 70 and CA. RGB value is (78,112,202). Sum of RGB (Red+Green+Blue) = 78+112+202=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E70CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E70CA is #B18F35. Grayscale: #6F6F6F. Windows color (decimal): -11636534 or 13267022. OLE color: 13267022.
HSL color Cylindrical-coordinate representation of color #4E70CA: hue angle of 223.55º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E70CA is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 112 | 202 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.21 |
| HSL | 223.55º | 0.54% | 0.55% | - |
| HSV(B) | 223.55º | 0.61% | 0.79% | - |
| XYZ | 19.6 | 17.47 | 58.22 | - |
| YUV | 112.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 202 | 0.61 | 0.45 | 0 | 0.21 | 223.55 | 0.54 | 0.55 |
| Hex | 4E | 70 | CA | 3D | 2D | 0 | 15 | E0 | 36 | 37 |
| Octal | 116 | 160 | 312 | 75 | 55 | 0 | 25 | 340 | 66 | 67 |
| Binary | 1001110 | 1110000 | 11001010 | 111101 | 101101 | 0 | 10101 | 11100000 | 110110 | 110111 |
Color Harmonies of #4E70CA
Complementary color
Monochromatic Colors of #4E70CA
Black with #4E70CA
Text Example
Text Example
White with #4E70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E70CA; }
p { color: rgb(78,112,202); }
H1.HeaderClassName
{
color: #4E70CA;
}
.AnyTagClassName
{
color: #4E70CA;
}
</style>
background-color css
<style>
a { background-color: #4E70CA; }
a { background-color: rgb(78,112,202); }
div.DivClassName
{
background-color: #4E70CA;
}
.BgClassName
{
background-color: #4E70CA;
}
</style>
border-color css
<style>
span { border-color: #4E70CA; }
span { border-color: rgb(78,112,202); }
td.TdClassName
{
border-color: #4E70CA;
}
.TagClassName
{
border-color: #4E70CA;
}
</style>