Shades of Havelock Blue #4E77BC
Tints of Havelock Blue #4E77BC
RGB
CMYK
RGB Variations
Color information
#4E77BC (or 0x4E77BC) is known color: Havelock Blue. HEX triplet: 4E, 77 and BC. RGB value is (78,119,188). Sum of RGB (Red+Green+Blue) = 78+119+188=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E77BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E77BC is #B18843. Grayscale: #727272. Windows color (decimal): -11634756 or 12351310. OLE color: 12351310.
HSL color Cylindrical-coordinate representation of color #4E77BC: hue angle of 217.64º 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 #4E77BC is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 119 | 188 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.26 |
| HSL | 217.64º | 0.45% | 0.52% | - |
| HSV(B) | 217.64º | 0.59% | 0.74% | - |
| XYZ | 18.82 | 18.44 | 50.15 | - |
| YUV | 114.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 119 | 188 | 0.59 | 0.37 | 0 | 0.26 | 217.64 | 0.45 | 0.52 |
| Hex | 4E | 77 | BC | 3B | 25 | 0 | 1A | DA | 2D | 34 |
| Octal | 116 | 167 | 274 | 73 | 45 | 0 | 32 | 332 | 55 | 64 |
| Binary | 1001110 | 1110111 | 10111100 | 111011 | 100101 | 0 | 11010 | 11011010 | 101101 | 110100 |
Color Harmonies of #4E77BC
Complementary color
Monochromatic Colors of #4E77BC
Black with #4E77BC
Text Example
Text Example
White with #4E77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E77BC; }
p { color: rgb(78,119,188); }
H1.HeaderClassName
{
color: #4E77BC;
}
.AnyTagClassName
{
color: #4E77BC;
}
</style>
background-color css
<style>
a { background-color: #4E77BC; }
a { background-color: rgb(78,119,188); }
div.DivClassName
{
background-color: #4E77BC;
}
.BgClassName
{
background-color: #4E77BC;
}
</style>
border-color css
<style>
span { border-color: #4E77BC; }
span { border-color: rgb(78,119,188); }
td.TdClassName
{
border-color: #4E77BC;
}
.TagClassName
{
border-color: #4E77BC;
}
</style>