Shades of Havelock Blue #4E7BBB
Tints of Havelock Blue #4E7BBB
RGB
CMYK
RGB Variations
Color information
#4E7BBB (or 0x4E7BBB) is known color: Havelock Blue. HEX triplet: 4E, 7B and BB. RGB value is (78,123,187). Sum of RGB (Red+Green+Blue) = 78+123+187=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E7BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7BBB is #B18444. Grayscale: #747474. Windows color (decimal): -11633733 or 12286798. OLE color: 12286798.
HSL color Cylindrical-coordinate representation of color #4E7BBB: hue angle of 215.23º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E7BBB is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 123 | 187 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.27 |
| HSL | 215.23º | 0.44% | 0.52% | - |
| HSV(B) | 215.23º | 0.58% | 0.73% | - |
| XYZ | 19.19 | 19.37 | 49.74 | - |
| YUV | 116.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 187 | 0.58 | 0.34 | 0 | 0.27 | 215.23 | 0.44 | 0.52 |
| Hex | 4E | 7B | BB | 3A | 22 | 0 | 1B | D7 | 2C | 34 |
| Octal | 116 | 173 | 273 | 72 | 42 | 0 | 33 | 327 | 54 | 64 |
| Binary | 1001110 | 1111011 | 10111011 | 111010 | 100010 | 0 | 11011 | 11010111 | 101100 | 110100 |
Color Harmonies of #4E7BBB
Complementary color
Monochromatic Colors of #4E7BBB
Black with #4E7BBB
Text Example
Text Example
White with #4E7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7BBB; }
p { color: rgb(78,123,187); }
H1.HeaderClassName
{
color: #4E7BBB;
}
.AnyTagClassName
{
color: #4E7BBB;
}
</style>
background-color css
<style>
a { background-color: #4E7BBB; }
a { background-color: rgb(78,123,187); }
div.DivClassName
{
background-color: #4E7BBB;
}
.BgClassName
{
background-color: #4E7BBB;
}
</style>
border-color css
<style>
span { border-color: #4E7BBB; }
span { border-color: rgb(78,123,187); }
td.TdClassName
{
border-color: #4E7BBB;
}
.TagClassName
{
border-color: #4E7BBB;
}
</style>