Shades of Havelock Blue #4E86CA
Tints of Havelock Blue #4E86CA
RGB
CMYK
RGB Variations
Color information
#4E86CA (or 0x4E86CA) is known color: Havelock Blue. HEX triplet: 4E, 86 and CA. RGB value is (78,134,202). Sum of RGB (Red+Green+Blue) = 78+134+202=414 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.84% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E86CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E86CA is #B17935. Grayscale: #7C7C7C. Windows color (decimal): -11630902 or 13272654. OLE color: 13272654.
HSL color Cylindrical-coordinate representation of color #4E86CA: hue angle of 212.9º 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 #4E86CA is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 134 | 202 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.21 |
| HSL | 212.9º | 0.54% | 0.55% | - |
| HSV(B) | 212.9º | 0.61% | 0.79% | - |
| XYZ | 22.33 | 22.93 | 59.13 | - |
| YUV | 125.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 134 | 202 | 0.61 | 0.34 | 0 | 0.21 | 212.9 | 0.54 | 0.55 |
| Hex | 4E | 86 | CA | 3D | 22 | 0 | 15 | D5 | 36 | 37 |
| Octal | 116 | 206 | 312 | 75 | 42 | 0 | 25 | 325 | 66 | 67 |
| Binary | 1001110 | 10000110 | 11001010 | 111101 | 100010 | 0 | 10101 | 11010101 | 110110 | 110111 |
Color Harmonies of #4E86CA
Complementary color
Monochromatic Colors of #4E86CA
Black with #4E86CA
Text Example
Text Example
White with #4E86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E86CA; }
p { color: rgb(78,134,202); }
H1.HeaderClassName
{
color: #4E86CA;
}
.AnyTagClassName
{
color: #4E86CA;
}
</style>
background-color css
<style>
a { background-color: #4E86CA; }
a { background-color: rgb(78,134,202); }
div.DivClassName
{
background-color: #4E86CA;
}
.BgClassName
{
background-color: #4E86CA;
}
</style>
border-color css
<style>
span { border-color: #4E86CA; }
span { border-color: rgb(78,134,202); }
td.TdClassName
{
border-color: #4E86CA;
}
.TagClassName
{
border-color: #4E86CA;
}
</style>