Shades of Havelock Blue #4E86CB
Tints of Havelock Blue #4E86CB
RGB
CMYK
RGB Variations
Color information
#4E86CB (or 0x4E86CB) is known color: Havelock Blue. HEX triplet: 4E, 86 and CB. RGB value is (78,134,203). Sum of RGB (Red+Green+Blue) = 78+134+203=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E86CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E86CB is #B17934. Grayscale: #7C7C7C. Windows color (decimal): -11630901 or 13338190. OLE color: 13338190.
HSL color Cylindrical-coordinate representation of color #4E86CB: hue angle of 213.12º 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 #4E86CB is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 134 | 203 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.20 |
| HSL | 213.12º | 0.55% | 0.55% | - |
| HSV(B) | 213.12º | 0.62% | 0.8% | - |
| XYZ | 22.45 | 22.98 | 59.75 | - |
| YUV | 125.12 | 171.95 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 134 | 203 | 0.62 | 0.34 | 0 | 0.20 | 213.12 | 0.55 | 0.55 |
| Hex | 4E | 86 | CB | 3E | 22 | 0 | 14 | D5 | 37 | 37 |
| Octal | 116 | 206 | 313 | 76 | 42 | 0 | 24 | 325 | 67 | 67 |
| Binary | 1001110 | 10000110 | 11001011 | 111110 | 100010 | 0 | 10100 | 11010101 | 110111 | 110111 |
Color Harmonies of #4E86CB
Complementary color
Monochromatic Colors of #4E86CB
Black with #4E86CB
Text Example
Text Example
White with #4E86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E86CB; }
p { color: rgb(78,134,203); }
H1.HeaderClassName
{
color: #4E86CB;
}
.AnyTagClassName
{
color: #4E86CB;
}
</style>
background-color css
<style>
a { background-color: #4E86CB; }
a { background-color: rgb(78,134,203); }
div.DivClassName
{
background-color: #4E86CB;
}
.BgClassName
{
background-color: #4E86CB;
}
</style>
border-color css
<style>
span { border-color: #4E86CB; }
span { border-color: rgb(78,134,203); }
td.TdClassName
{
border-color: #4E86CB;
}
.TagClassName
{
border-color: #4E86CB;
}
</style>