Shades of Havelock Blue #4E8ACE
Tints of Havelock Blue #4E8ACE
RGB
CMYK
RGB Variations
Color information
#4E8ACE (or 0x4E8ACE) is known color: Havelock Blue. HEX triplet: 4E, 8A and CE. RGB value is (78,138,206). Sum of RGB (Red+Green+Blue) = 78+138+206=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8ACE is #B17531. Grayscale: #7F7F7F. Windows color (decimal): -11629874 or 13535822. OLE color: 13535822.
HSL color Cylindrical-coordinate representation of color #4E8ACE: hue angle of 211.88º 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 #4E8ACE is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 138 | 206 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.19 |
| HSL | 211.88º | 0.57% | 0.56% | - |
| HSV(B) | 211.88º | 0.62% | 0.81% | - |
| XYZ | 23.37 | 24.25 | 61.84 | - |
| YUV | 127.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 206 | 0.62 | 0.33 | 0 | 0.19 | 211.88 | 0.57 | 0.56 |
| Hex | 4E | 8A | CE | 3E | 21 | 0 | 13 | D4 | 39 | 38 |
| Octal | 116 | 212 | 316 | 76 | 41 | 0 | 23 | 324 | 71 | 70 |
| Binary | 1001110 | 10001010 | 11001110 | 111110 | 100001 | 0 | 10011 | 11010100 | 111001 | 111000 |
Color Harmonies of #4E8ACE
Complementary color
Monochromatic Colors of #4E8ACE
Black with #4E8ACE
Text Example
Text Example
White with #4E8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8ACE; }
p { color: rgb(78,138,206); }
H1.HeaderClassName
{
color: #4E8ACE;
}
.AnyTagClassName
{
color: #4E8ACE;
}
</style>
background-color css
<style>
a { background-color: #4E8ACE; }
a { background-color: rgb(78,138,206); }
div.DivClassName
{
background-color: #4E8ACE;
}
.BgClassName
{
background-color: #4E8ACE;
}
</style>
border-color css
<style>
span { border-color: #4E8ACE; }
span { border-color: rgb(78,138,206); }
td.TdClassName
{
border-color: #4E8ACE;
}
.TagClassName
{
border-color: #4E8ACE;
}
</style>