Shades of Havelock Blue #4E8ACB
Tints of Havelock Blue #4E8ACB
RGB
CMYK
RGB Variations
Color information
#4E8ACB (or 0x4E8ACB) is known color: Havelock Blue. HEX triplet: 4E, 8A and CB. RGB value is (78,138,203). Sum of RGB (Red+Green+Blue) = 78+138+203=419 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.62% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8ACB is #B17534. Grayscale: #7F7F7F. Windows color (decimal): -11629877 or 13339214. OLE color: 13339214.
HSL color Cylindrical-coordinate representation of color #4E8ACB: hue angle of 211.2º 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 #4E8ACB is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 138 | 203 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.20 |
| HSL | 211.2º | 0.55% | 0.55% | - |
| HSV(B) | 211.2º | 0.62% | 0.8% | - |
| XYZ | 23.01 | 24.11 | 59.94 | - |
| YUV | 127.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 203 | 0.62 | 0.32 | 0 | 0.20 | 211.2 | 0.55 | 0.55 |
| Hex | 4E | 8A | CB | 3E | 20 | 0 | 14 | D3 | 37 | 37 |
| Octal | 116 | 212 | 313 | 76 | 40 | 0 | 24 | 323 | 67 | 67 |
| Binary | 1001110 | 10001010 | 11001011 | 111110 | 100000 | 0 | 10100 | 11010011 | 110111 | 110111 |
Color Harmonies of #4E8ACB
Complementary color
Monochromatic Colors of #4E8ACB
Black with #4E8ACB
Text Example
Text Example
White with #4E8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8ACB; }
p { color: rgb(78,138,203); }
H1.HeaderClassName
{
color: #4E8ACB;
}
.AnyTagClassName
{
color: #4E8ACB;
}
</style>
background-color css
<style>
a { background-color: #4E8ACB; }
a { background-color: rgb(78,138,203); }
div.DivClassName
{
background-color: #4E8ACB;
}
.BgClassName
{
background-color: #4E8ACB;
}
</style>
border-color css
<style>
span { border-color: #4E8ACB; }
span { border-color: rgb(78,138,203); }
td.TdClassName
{
border-color: #4E8ACB;
}
.TagClassName
{
border-color: #4E8ACB;
}
</style>