Shades of Havelock Blue #4E87CB
Tints of Havelock Blue #4E87CB
RGB
CMYK
RGB Variations
Color information
#4E87CB (or 0x4E87CB) is known color: Havelock Blue. HEX triplet: 4E, 87 and CB. RGB value is (78,135,203). Sum of RGB (Red+Green+Blue) = 78+135+203=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E87CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E87CB is #B17834. Grayscale: #7D7D7D. Windows color (decimal): -11630645 or 13338446. OLE color: 13338446.
HSL color Cylindrical-coordinate representation of color #4E87CB: hue angle of 212.64º 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 #4E87CB is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 135 | 203 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.20 |
| HSL | 212.64º | 0.55% | 0.55% | - |
| HSV(B) | 212.64º | 0.62% | 0.8% | - |
| XYZ | 22.59 | 23.26 | 59.8 | - |
| YUV | 125.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 135 | 203 | 0.62 | 0.33 | 0 | 0.20 | 212.64 | 0.55 | 0.55 |
| Hex | 4E | 87 | CB | 3E | 21 | 0 | 14 | D5 | 37 | 37 |
| Octal | 116 | 207 | 313 | 76 | 41 | 0 | 24 | 325 | 67 | 67 |
| Binary | 1001110 | 10000111 | 11001011 | 111110 | 100001 | 0 | 10100 | 11010101 | 110111 | 110111 |
Color Harmonies of #4E87CB
Complementary color
Monochromatic Colors of #4E87CB
Black with #4E87CB
Text Example
Text Example
White with #4E87CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E87CB; }
p { color: rgb(78,135,203); }
H1.HeaderClassName
{
color: #4E87CB;
}
.AnyTagClassName
{
color: #4E87CB;
}
</style>
background-color css
<style>
a { background-color: #4E87CB; }
a { background-color: rgb(78,135,203); }
div.DivClassName
{
background-color: #4E87CB;
}
.BgClassName
{
background-color: #4E87CB;
}
</style>
border-color css
<style>
span { border-color: #4E87CB; }
span { border-color: rgb(78,135,203); }
td.TdClassName
{
border-color: #4E87CB;
}
.TagClassName
{
border-color: #4E87CB;
}
</style>