Shades of Havelock Blue #4E81CE
Tints of Havelock Blue #4E81CE
RGB
CMYK
RGB Variations
Color information
#4E81CE (or 0x4E81CE) is known color: Havelock Blue. HEX triplet: 4E, 81 and CE. RGB value is (78,129,206). Sum of RGB (Red+Green+Blue) = 78+129+206=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E81CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E81CE is #B17E31. Grayscale: #7A7A7A. Windows color (decimal): -11632178 or 13533518. OLE color: 13533518.
HSL color Cylindrical-coordinate representation of color #4E81CE: hue angle of 216.09º 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 #4E81CE is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 129 | 206 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.19 |
| HSL | 216.09º | 0.57% | 0.56% | - |
| HSV(B) | 216.09º | 0.62% | 0.81% | - |
| XYZ | 22.13 | 21.78 | 61.43 | - |
| YUV | 122.53 | 175.1 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 129 | 206 | 0.62 | 0.37 | 0 | 0.19 | 216.09 | 0.57 | 0.56 |
| Hex | 4E | 81 | CE | 3E | 25 | 0 | 13 | D8 | 39 | 38 |
| Octal | 116 | 201 | 316 | 76 | 45 | 0 | 23 | 330 | 71 | 70 |
| Binary | 1001110 | 10000001 | 11001110 | 111110 | 100101 | 0 | 10011 | 11011000 | 111001 | 111000 |
Color Harmonies of #4E81CE
Complementary color
Monochromatic Colors of #4E81CE
Black with #4E81CE
Text Example
Text Example
White with #4E81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E81CE; }
p { color: rgb(78,129,206); }
H1.HeaderClassName
{
color: #4E81CE;
}
.AnyTagClassName
{
color: #4E81CE;
}
</style>
background-color css
<style>
a { background-color: #4E81CE; }
a { background-color: rgb(78,129,206); }
div.DivClassName
{
background-color: #4E81CE;
}
.BgClassName
{
background-color: #4E81CE;
}
</style>
border-color css
<style>
span { border-color: #4E81CE; }
span { border-color: rgb(78,129,206); }
td.TdClassName
{
border-color: #4E81CE;
}
.TagClassName
{
border-color: #4E81CE;
}
</style>