Shades of Havelock Blue #4E8CC9
Tints of Havelock Blue #4E8CC9
RGB
CMYK
RGB Variations
Color information
#4E8CC9 (or 0x4E8CC9) is known color: Havelock Blue. HEX triplet: 4E, 8C and C9. RGB value is (78,140,201). Sum of RGB (Red+Green+Blue) = 78+140+201=419 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.62% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #4E8CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8CC9 is #B17336. Grayscale: #808080. Windows color (decimal): -11629367 or 13208654. OLE color: 13208654.
HSL color Cylindrical-coordinate representation of color #4E8CC9: hue angle of 209.76º degrees, saturation: 0.53, 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 #4E8CC9 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 140 | 201 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.21 |
| HSL | 209.76º | 0.53% | 0.55% | - |
| HSV(B) | 209.76º | 0.61% | 0.79% | - |
| XYZ | 23.06 | 24.59 | 58.79 | - |
| YUV | 128.42 | 168.96 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 201 | 0.61 | 0.30 | 0 | 0.21 | 209.76 | 0.53 | 0.55 |
| Hex | 4E | 8C | C9 | 3D | 1E | 0 | 15 | D2 | 35 | 37 |
| Octal | 116 | 214 | 311 | 75 | 36 | 0 | 25 | 322 | 65 | 67 |
| Binary | 1001110 | 10001100 | 11001001 | 111101 | 11110 | 0 | 10101 | 11010010 | 110101 | 110111 |
Color Harmonies of #4E8CC9
Complementary color
Monochromatic Colors of #4E8CC9
Black with #4E8CC9
Text Example
Text Example
White with #4E8CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8CC9; }
p { color: rgb(78,140,201); }
H1.HeaderClassName
{
color: #4E8CC9;
}
.AnyTagClassName
{
color: #4E8CC9;
}
</style>
background-color css
<style>
a { background-color: #4E8CC9; }
a { background-color: rgb(78,140,201); }
div.DivClassName
{
background-color: #4E8CC9;
}
.BgClassName
{
background-color: #4E8CC9;
}
</style>
border-color css
<style>
span { border-color: #4E8CC9; }
span { border-color: rgb(78,140,201); }
td.TdClassName
{
border-color: #4E8CC9;
}
.TagClassName
{
border-color: #4E8CC9;
}
</style>