Shades of Havelock Blue #4E8CD0
Tints of Havelock Blue #4E8CD0
RGB
CMYK
RGB Variations
Color information
#4E8CD0 (or 0x4E8CD0) is known color: Havelock Blue. HEX triplet: 4E, 8C and D0. RGB value is (78,140,208). Sum of RGB (Red+Green+Blue) = 78+140+208=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #4E8CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8CD0 is #B1732F. Grayscale: #808080. Windows color (decimal): -11629360 or 13667406. OLE color: 13667406.
HSL color Cylindrical-coordinate representation of color #4E8CD0: hue angle of 211.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E8CD0 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 140 | 208 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.18 |
| HSL | 211.38º | 0.58% | 0.56% | - |
| HSV(B) | 211.38º | 0.63% | 0.82% | - |
| XYZ | 23.91 | 24.93 | 63.23 | - |
| YUV | 129.21 | 172.46 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 208 | 0.62 | 0.33 | 0 | 0.18 | 211.38 | 0.58 | 0.56 |
| Hex | 4E | 8C | D0 | 3E | 21 | 0 | 12 | D3 | 3A | 38 |
| Octal | 116 | 214 | 320 | 76 | 41 | 0 | 22 | 323 | 72 | 70 |
| Binary | 1001110 | 10001100 | 11010000 | 111110 | 100001 | 0 | 10010 | 11010011 | 111010 | 111000 |
Color Harmonies of #4E8CD0
Complementary color
Monochromatic Colors of #4E8CD0
Black with #4E8CD0
Text Example
Text Example
White with #4E8CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8CD0; }
p { color: rgb(78,140,208); }
H1.HeaderClassName
{
color: #4E8CD0;
}
.AnyTagClassName
{
color: #4E8CD0;
}
</style>
background-color css
<style>
a { background-color: #4E8CD0; }
a { background-color: rgb(78,140,208); }
div.DivClassName
{
background-color: #4E8CD0;
}
.BgClassName
{
background-color: #4E8CD0;
}
</style>
border-color css
<style>
span { border-color: #4E8CD0; }
span { border-color: rgb(78,140,208); }
td.TdClassName
{
border-color: #4E8CD0;
}
.TagClassName
{
border-color: #4E8CD0;
}
</style>