Shades of Havelock Blue #4E8CCE
Tints of Havelock Blue #4E8CCE
RGB
CMYK
RGB Variations
Color information
#4E8CCE (or 0x4E8CCE) is known color: Havelock Blue. HEX triplet: 4E, 8C and CE. RGB value is (78,140,206). Sum of RGB (Red+Green+Blue) = 78+140+206=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8CCE is #B17331. Grayscale: #808080. Windows color (decimal): -11629362 or 13536334. OLE color: 13536334.
HSL color Cylindrical-coordinate representation of color #4E8CCE: hue angle of 210.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E8CCE is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 140 | 206 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.19 |
| HSL | 210.94º | 0.57% | 0.56% | - |
| HSV(B) | 210.94º | 0.62% | 0.81% | - |
| XYZ | 23.66 | 24.83 | 61.94 | - |
| YUV | 128.99 | 171.46 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 206 | 0.62 | 0.32 | 0 | 0.19 | 210.94 | 0.57 | 0.56 |
| Hex | 4E | 8C | CE | 3E | 20 | 0 | 13 | D3 | 39 | 38 |
| Octal | 116 | 214 | 316 | 76 | 40 | 0 | 23 | 323 | 71 | 70 |
| Binary | 1001110 | 10001100 | 11001110 | 111110 | 100000 | 0 | 10011 | 11010011 | 111001 | 111000 |
Color Harmonies of #4E8CCE
Complementary color
Monochromatic Colors of #4E8CCE
Black with #4E8CCE
Text Example
Text Example
White with #4E8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8CCE; }
p { color: rgb(78,140,206); }
H1.HeaderClassName
{
color: #4E8CCE;
}
.AnyTagClassName
{
color: #4E8CCE;
}
</style>
background-color css
<style>
a { background-color: #4E8CCE; }
a { background-color: rgb(78,140,206); }
div.DivClassName
{
background-color: #4E8CCE;
}
.BgClassName
{
background-color: #4E8CCE;
}
</style>
border-color css
<style>
span { border-color: #4E8CCE; }
span { border-color: rgb(78,140,206); }
td.TdClassName
{
border-color: #4E8CCE;
}
.TagClassName
{
border-color: #4E8CCE;
}
</style>