Shades of Havelock Blue #4E7EBD
Tints of Havelock Blue #4E7EBD
RGB
CMYK
RGB Variations
Color information
#4E7EBD (or 0x4E7EBD) is known color: Havelock Blue. HEX triplet: 4E, 7E and BD. RGB value is (78,126,189). Sum of RGB (Red+Green+Blue) = 78+126+189=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E7EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7EBD is #B18142. Grayscale: #767676. Windows color (decimal): -11632963 or 12418638. OLE color: 12418638.
HSL color Cylindrical-coordinate representation of color #4E7EBD: hue angle of 214.05º degrees, saturation: 0.46, 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 #4E7EBD is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 126 | 189 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.26 |
| HSL | 214.05º | 0.46% | 0.52% | - |
| HSV(B) | 214.05º | 0.59% | 0.74% | - |
| XYZ | 19.79 | 20.22 | 51 | - |
| YUV | 118.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 126 | 189 | 0.59 | 0.33 | 0 | 0.26 | 214.05 | 0.46 | 0.52 |
| Hex | 4E | 7E | BD | 3B | 21 | 0 | 1A | D6 | 2E | 34 |
| Octal | 116 | 176 | 275 | 73 | 41 | 0 | 32 | 326 | 56 | 64 |
| Binary | 1001110 | 1111110 | 10111101 | 111011 | 100001 | 0 | 11010 | 11010110 | 101110 | 110100 |
Color Harmonies of #4E7EBD
Complementary color
Monochromatic Colors of #4E7EBD
Black with #4E7EBD
Text Example
Text Example
White with #4E7EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7EBD; }
p { color: rgb(78,126,189); }
H1.HeaderClassName
{
color: #4E7EBD;
}
.AnyTagClassName
{
color: #4E7EBD;
}
</style>
background-color css
<style>
a { background-color: #4E7EBD; }
a { background-color: rgb(78,126,189); }
div.DivClassName
{
background-color: #4E7EBD;
}
.BgClassName
{
background-color: #4E7EBD;
}
</style>
border-color css
<style>
span { border-color: #4E7EBD; }
span { border-color: rgb(78,126,189); }
td.TdClassName
{
border-color: #4E7EBD;
}
.TagClassName
{
border-color: #4E7EBD;
}
</style>