Shades of Havelock Blue #4C7ABB
Tints of Havelock Blue #4C7ABB
RGB
CMYK
RGB Variations
Color information
#4C7ABB (or 0x4C7ABB) is known color: Havelock Blue. HEX triplet: 4C, 7A and BB. RGB value is (76,122,187). Sum of RGB (Red+Green+Blue) = 76+122+187=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C7ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7ABB is #B38544. Grayscale: #737373. Windows color (decimal): -11765061 or 12286540. OLE color: 12286540.
HSL color Cylindrical-coordinate representation of color #4C7ABB: hue angle of 215.14º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C7ABB is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 122 | 187 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.27 |
| HSL | 215.14º | 0.45% | 0.52% | - |
| HSV(B) | 215.14º | 0.59% | 0.73% | - |
| XYZ | 18.91 | 19.04 | 49.69 | - |
| YUV | 115.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 122 | 187 | 0.59 | 0.35 | 0 | 0.27 | 215.14 | 0.45 | 0.52 |
| Hex | 4C | 7A | BB | 3B | 23 | 0 | 1B | D7 | 2D | 34 |
| Octal | 114 | 172 | 273 | 73 | 43 | 0 | 33 | 327 | 55 | 64 |
| Binary | 1001100 | 1111010 | 10111011 | 111011 | 100011 | 0 | 11011 | 11010111 | 101101 | 110100 |
Color Harmonies of #4C7ABB
Complementary color
Monochromatic Colors of #4C7ABB
Black with #4C7ABB
Text Example
Text Example
White with #4C7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7ABB; }
p { color: rgb(76,122,187); }
H1.HeaderClassName
{
color: #4C7ABB;
}
.AnyTagClassName
{
color: #4C7ABB;
}
</style>
background-color css
<style>
a { background-color: #4C7ABB; }
a { background-color: rgb(76,122,187); }
div.DivClassName
{
background-color: #4C7ABB;
}
.BgClassName
{
background-color: #4C7ABB;
}
</style>
border-color css
<style>
span { border-color: #4C7ABB; }
span { border-color: rgb(76,122,187); }
td.TdClassName
{
border-color: #4C7ABB;
}
.TagClassName
{
border-color: #4C7ABB;
}
</style>