Shades of Havelock Blue #4E71B6
Tints of Havelock Blue #4E71B6
RGB
CMYK
RGB Variations
Color information
#4E71B6 (or 0x4E71B6) is known color: Havelock Blue. HEX triplet: 4E, 71 and B6. RGB value is (78,113,182). Sum of RGB (Red+Green+Blue) = 78+113+182=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #4E71B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E71B6 is #B18E49. Grayscale: #6E6E6E. Windows color (decimal): -11636298 or 11956558. OLE color: 11956558.
HSL color Cylindrical-coordinate representation of color #4E71B6: hue angle of 219.81º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E71B6 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 113 | 182 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.29 |
| HSL | 219.81º | 0.42% | 0.51% | - |
| HSV(B) | 219.81º | 0.57% | 0.71% | - |
| XYZ | 17.49 | 16.81 | 46.58 | - |
| YUV | 110.4 | 168.4 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 182 | 0.57 | 0.38 | 0 | 0.29 | 219.81 | 0.42 | 0.51 |
| Hex | 4E | 71 | B6 | 39 | 26 | 0 | 1D | DC | 2A | 33 |
| Octal | 116 | 161 | 266 | 71 | 46 | 0 | 35 | 334 | 52 | 63 |
| Binary | 1001110 | 1110001 | 10110110 | 111001 | 100110 | 0 | 11101 | 11011100 | 101010 | 110011 |
Color Harmonies of #4E71B6
Complementary color
Monochromatic Colors of #4E71B6
Black with #4E71B6
Text Example
Text Example
White with #4E71B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E71B6; }
p { color: rgb(78,113,182); }
H1.HeaderClassName
{
color: #4E71B6;
}
.AnyTagClassName
{
color: #4E71B6;
}
</style>
background-color css
<style>
a { background-color: #4E71B6; }
a { background-color: rgb(78,113,182); }
div.DivClassName
{
background-color: #4E71B6;
}
.BgClassName
{
background-color: #4E71B6;
}
</style>
border-color css
<style>
span { border-color: #4E71B6; }
span { border-color: rgb(78,113,182); }
td.TdClassName
{
border-color: #4E71B6;
}
.TagClassName
{
border-color: #4E71B6;
}
</style>