Shades of Havelock Blue #4E7CBC
Tints of Havelock Blue #4E7CBC
RGB
CMYK
RGB Variations
Color information
#4E7CBC (or 0x4E7CBC) is known color: Havelock Blue. HEX triplet: 4E, 7C and BC. RGB value is (78,124,188). Sum of RGB (Red+Green+Blue) = 78+124+188=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E7CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7CBC is #B18343. Grayscale: #757575. Windows color (decimal): -11633476 or 12352590. OLE color: 12352590.
HSL color Cylindrical-coordinate representation of color #4E7CBC: hue angle of 214.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E7CBC is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 124 | 188 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.26 |
| HSL | 214.91º | 0.45% | 0.52% | - |
| HSV(B) | 214.91º | 0.59% | 0.74% | - |
| XYZ | 19.43 | 19.67 | 50.35 | - |
| YUV | 117.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 188 | 0.59 | 0.34 | 0 | 0.26 | 214.91 | 0.45 | 0.52 |
| Hex | 4E | 7C | BC | 3B | 22 | 0 | 1A | D7 | 2D | 34 |
| Octal | 116 | 174 | 274 | 73 | 42 | 0 | 32 | 327 | 55 | 64 |
| Binary | 1001110 | 1111100 | 10111100 | 111011 | 100010 | 0 | 11010 | 11010111 | 101101 | 110100 |
Color Harmonies of #4E7CBC
Complementary color
Monochromatic Colors of #4E7CBC
Black with #4E7CBC
Text Example
Text Example
White with #4E7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7CBC; }
p { color: rgb(78,124,188); }
H1.HeaderClassName
{
color: #4E7CBC;
}
.AnyTagClassName
{
color: #4E7CBC;
}
</style>
background-color css
<style>
a { background-color: #4E7CBC; }
a { background-color: rgb(78,124,188); }
div.DivClassName
{
background-color: #4E7CBC;
}
.BgClassName
{
background-color: #4E7CBC;
}
</style>
border-color css
<style>
span { border-color: #4E7CBC; }
span { border-color: rgb(78,124,188); }
td.TdClassName
{
border-color: #4E7CBC;
}
.TagClassName
{
border-color: #4E7CBC;
}
</style>