Shades of Havelock Blue #4E8CDC
Tints of Havelock Blue #4E8CDC
RGB
CMYK
RGB Variations
Color information
#4E8CDC (or 0x4E8CDC) is known color: Havelock Blue. HEX triplet: 4E, 8C and DC. RGB value is (78,140,220). Sum of RGB (Red+Green+Blue) = 78+140+220=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8CDC is #B17323. Grayscale: #828282. Windows color (decimal): -11629348 or 14453838. OLE color: 14453838.
HSL color Cylindrical-coordinate representation of color #4E8CDC: hue angle of 213.8º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E8CDC is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 140 | 220 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.14 |
| HSL | 213.8º | 0.67% | 0.58% | - |
| HSV(B) | 213.8º | 0.65% | 0.86% | - |
| XYZ | 25.44 | 25.54 | 71.3 | - |
| YUV | 130.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 220 | 0.65 | 0.36 | 0 | 0.14 | 213.8 | 0.67 | 0.58 |
| Hex | 4E | 8C | DC | 41 | 24 | 0 | E | D6 | 43 | 3A |
| Octal | 116 | 214 | 334 | 101 | 44 | 0 | 16 | 326 | 103 | 72 |
| Binary | 1001110 | 10001100 | 11011100 | 1000001 | 100100 | 0 | 1110 | 11010110 | 1000011 | 111010 |
Color Harmonies of #4E8CDC
Complementary color
Monochromatic Colors of #4E8CDC
Black with #4E8CDC
Text Example
Text Example
White with #4E8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8CDC; }
p { color: rgb(78,140,220); }
H1.HeaderClassName
{
color: #4E8CDC;
}
.AnyTagClassName
{
color: #4E8CDC;
}
</style>
background-color css
<style>
a { background-color: #4E8CDC; }
a { background-color: rgb(78,140,220); }
div.DivClassName
{
background-color: #4E8CDC;
}
.BgClassName
{
background-color: #4E8CDC;
}
</style>
border-color css
<style>
span { border-color: #4E8CDC; }
span { border-color: rgb(78,140,220); }
td.TdClassName
{
border-color: #4E8CDC;
}
.TagClassName
{
border-color: #4E8CDC;
}
</style>