Shades of Havelock Blue #4E76BE
Tints of Havelock Blue #4E76BE
RGB
CMYK
RGB Variations
Color information
#4E76BE (or 0x4E76BE) is known color: Havelock Blue. HEX triplet: 4E, 76 and BE. RGB value is (78,118,190). Sum of RGB (Red+Green+Blue) = 78+118+190=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E76BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E76BE is #B18941. Grayscale: #717171. Windows color (decimal): -11635010 or 12482126. OLE color: 12482126.
HSL color Cylindrical-coordinate representation of color #4E76BE: hue angle of 218.57º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E76BE is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 118 | 190 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.25 |
| HSL | 218.57º | 0.46% | 0.53% | - |
| HSV(B) | 218.57º | 0.59% | 0.75% | - |
| XYZ | 18.91 | 18.29 | 51.25 | - |
| YUV | 114.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 190 | 0.59 | 0.38 | 0 | 0.25 | 218.57 | 0.46 | 0.53 |
| Hex | 4E | 76 | BE | 3B | 26 | 0 | 19 | DB | 2E | 35 |
| Octal | 116 | 166 | 276 | 73 | 46 | 0 | 31 | 333 | 56 | 65 |
| Binary | 1001110 | 1110110 | 10111110 | 111011 | 100110 | 0 | 11001 | 11011011 | 101110 | 110101 |
Color Harmonies of #4E76BE
Complementary color
Monochromatic Colors of #4E76BE
Black with #4E76BE
Text Example
Text Example
White with #4E76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E76BE; }
p { color: rgb(78,118,190); }
H1.HeaderClassName
{
color: #4E76BE;
}
.AnyTagClassName
{
color: #4E76BE;
}
</style>
background-color css
<style>
a { background-color: #4E76BE; }
a { background-color: rgb(78,118,190); }
div.DivClassName
{
background-color: #4E76BE;
}
.BgClassName
{
background-color: #4E76BE;
}
</style>
border-color css
<style>
span { border-color: #4E76BE; }
span { border-color: rgb(78,118,190); }
td.TdClassName
{
border-color: #4E76BE;
}
.TagClassName
{
border-color: #4E76BE;
}
</style>