Shades of Havelock Blue #4E84CE
Tints of Havelock Blue #4E84CE
RGB
CMYK
RGB Variations
Color information
#4E84CE (or 0x4E84CE) is known color: Havelock Blue. HEX triplet: 4E, 84 and CE. RGB value is (78,132,206). Sum of RGB (Red+Green+Blue) = 78+132+206=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E84CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E84CE is #B17B31. Grayscale: #7B7B7B. Windows color (decimal): -11631410 or 13534286. OLE color: 13534286.
HSL color Cylindrical-coordinate representation of color #4E84CE: hue angle of 214.69º 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 #4E84CE is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 132 | 206 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.19 |
| HSL | 214.69º | 0.57% | 0.56% | - |
| HSV(B) | 214.69º | 0.62% | 0.81% | - |
| XYZ | 22.53 | 22.58 | 61.56 | - |
| YUV | 124.29 | 174.11 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 132 | 206 | 0.62 | 0.36 | 0 | 0.19 | 214.69 | 0.57 | 0.56 |
| Hex | 4E | 84 | CE | 3E | 24 | 0 | 13 | D7 | 39 | 38 |
| Octal | 116 | 204 | 316 | 76 | 44 | 0 | 23 | 327 | 71 | 70 |
| Binary | 1001110 | 10000100 | 11001110 | 111110 | 100100 | 0 | 10011 | 11010111 | 111001 | 111000 |
Color Harmonies of #4E84CE
Complementary color
Monochromatic Colors of #4E84CE
Black with #4E84CE
Text Example
Text Example
White with #4E84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E84CE; }
p { color: rgb(78,132,206); }
H1.HeaderClassName
{
color: #4E84CE;
}
.AnyTagClassName
{
color: #4E84CE;
}
</style>
background-color css
<style>
a { background-color: #4E84CE; }
a { background-color: rgb(78,132,206); }
div.DivClassName
{
background-color: #4E84CE;
}
.BgClassName
{
background-color: #4E84CE;
}
</style>
border-color css
<style>
span { border-color: #4E84CE; }
span { border-color: rgb(78,132,206); }
td.TdClassName
{
border-color: #4E84CE;
}
.TagClassName
{
border-color: #4E84CE;
}
</style>