Shades of Havelock Blue #4E78CE
Tints of Havelock Blue #4E78CE
RGB
CMYK
RGB Variations
Color information
#4E78CE (or 0x4E78CE) is known color: Havelock Blue. HEX triplet: 4E, 78 and CE. RGB value is (78,120,206). Sum of RGB (Red+Green+Blue) = 78+120+206=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E78CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E78CE is #B18731. Grayscale: #747474. Windows color (decimal): -11634482 or 13531214. OLE color: 13531214.
HSL color Cylindrical-coordinate representation of color #4E78CE: hue angle of 220.31º 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 #4E78CE is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 120 | 206 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.19 |
| HSL | 220.31º | 0.57% | 0.56% | - |
| HSV(B) | 220.31º | 0.62% | 0.81% | - |
| XYZ | 21 | 19.51 | 61.05 | - |
| YUV | 117.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 120 | 206 | 0.62 | 0.42 | 0 | 0.19 | 220.31 | 0.57 | 0.56 |
| Hex | 4E | 78 | CE | 3E | 2A | 0 | 13 | DC | 39 | 38 |
| Octal | 116 | 170 | 316 | 76 | 52 | 0 | 23 | 334 | 71 | 70 |
| Binary | 1001110 | 1111000 | 11001110 | 111110 | 101010 | 0 | 10011 | 11011100 | 111001 | 111000 |
Color Harmonies of #4E78CE
Complementary color
Monochromatic Colors of #4E78CE
Black with #4E78CE
Text Example
Text Example
White with #4E78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E78CE; }
p { color: rgb(78,120,206); }
H1.HeaderClassName
{
color: #4E78CE;
}
.AnyTagClassName
{
color: #4E78CE;
}
</style>
background-color css
<style>
a { background-color: #4E78CE; }
a { background-color: rgb(78,120,206); }
div.DivClassName
{
background-color: #4E78CE;
}
.BgClassName
{
background-color: #4E78CE;
}
</style>
border-color css
<style>
span { border-color: #4E78CE; }
span { border-color: rgb(78,120,206); }
td.TdClassName
{
border-color: #4E78CE;
}
.TagClassName
{
border-color: #4E78CE;
}
</style>