Shades of Havelock Blue #4E8BD1
Tints of Havelock Blue #4E8BD1
RGB
CMYK
RGB Variations
Color information
#4E8BD1 (or 0x4E8BD1) is known color: Havelock Blue. HEX triplet: 4E, 8B and D1. RGB value is (78,139,209). Sum of RGB (Red+Green+Blue) = 78+139+209=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #4E8BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8BD1 is #B1742E. Grayscale: #808080. Windows color (decimal): -11629615 or 13732686. OLE color: 13732686.
HSL color Cylindrical-coordinate representation of color #4E8BD1: hue angle of 212.06º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E8BD1 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 139 | 209 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.18 |
| HSL | 212.06º | 0.59% | 0.56% | - |
| HSV(B) | 212.06º | 0.63% | 0.82% | - |
| XYZ | 23.88 | 24.69 | 63.83 | - |
| YUV | 128.74 | 173.29 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 139 | 209 | 0.63 | 0.33 | 0 | 0.18 | 212.06 | 0.59 | 0.56 |
| Hex | 4E | 8B | D1 | 3F | 21 | 0 | 12 | D4 | 3B | 38 |
| Octal | 116 | 213 | 321 | 77 | 41 | 0 | 22 | 324 | 73 | 70 |
| Binary | 1001110 | 10001011 | 11010001 | 111111 | 100001 | 0 | 10010 | 11010100 | 111011 | 111000 |
Color Harmonies of #4E8BD1
Complementary color
Monochromatic Colors of #4E8BD1
Black with #4E8BD1
Text Example
Text Example
White with #4E8BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8BD1; }
p { color: rgb(78,139,209); }
H1.HeaderClassName
{
color: #4E8BD1;
}
.AnyTagClassName
{
color: #4E8BD1;
}
</style>
background-color css
<style>
a { background-color: #4E8BD1; }
a { background-color: rgb(78,139,209); }
div.DivClassName
{
background-color: #4E8BD1;
}
.BgClassName
{
background-color: #4E8BD1;
}
</style>
border-color css
<style>
span { border-color: #4E8BD1; }
span { border-color: rgb(78,139,209); }
td.TdClassName
{
border-color: #4E8BD1;
}
.TagClassName
{
border-color: #4E8BD1;
}
</style>