Shades of Havelock Blue #4E8ECE
Tints of Havelock Blue #4E8ECE
RGB
CMYK
RGB Variations
Color information
#4E8ECE (or 0x4E8ECE) is known color: Havelock Blue. HEX triplet: 4E, 8E and CE. RGB value is (78,142,206). Sum of RGB (Red+Green+Blue) = 78+142+206=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E8ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8ECE is #B17131. Grayscale: #818181. Windows color (decimal): -11628850 or 13536846. OLE color: 13536846.
HSL color Cylindrical-coordinate representation of color #4E8ECE: hue angle of 210º 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 #4E8ECE is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 142 | 206 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.19 |
| HSL | 210º | 0.57% | 0.56% | - |
| HSV(B) | 210º | 0.62% | 0.81% | - |
| XYZ | 23.96 | 25.42 | 62.04 | - |
| YUV | 130.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 142 | 206 | 0.62 | 0.31 | 0 | 0.19 | 210 | 0.57 | 0.56 |
| Hex | 4E | 8E | CE | 3E | 1F | 0 | 13 | D2 | 39 | 38 |
| Octal | 116 | 216 | 316 | 76 | 37 | 0 | 23 | 322 | 71 | 70 |
| Binary | 1001110 | 10001110 | 11001110 | 111110 | 11111 | 0 | 10011 | 11010010 | 111001 | 111000 |
Color Harmonies of #4E8ECE
Complementary color
Monochromatic Colors of #4E8ECE
Black with #4E8ECE
Text Example
Text Example
White with #4E8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8ECE; }
p { color: rgb(78,142,206); }
H1.HeaderClassName
{
color: #4E8ECE;
}
.AnyTagClassName
{
color: #4E8ECE;
}
</style>
background-color css
<style>
a { background-color: #4E8ECE; }
a { background-color: rgb(78,142,206); }
div.DivClassName
{
background-color: #4E8ECE;
}
.BgClassName
{
background-color: #4E8ECE;
}
</style>
border-color css
<style>
span { border-color: #4E8ECE; }
span { border-color: rgb(78,142,206); }
td.TdClassName
{
border-color: #4E8ECE;
}
.TagClassName
{
border-color: #4E8ECE;
}
</style>