Shades of Havelock Blue #4D7ABB
Tints of Havelock Blue #4D7ABB
RGB
CMYK
RGB Variations
Color information
#4D7ABB (or 0x4D7ABB) is known color: Havelock Blue. HEX triplet: 4D, 7A and BB. RGB value is (77,122,187). Sum of RGB (Red+Green+Blue) = 77+122+187=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D7ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7ABB is #B28544. Grayscale: #737373. Windows color (decimal): -11699525 or 12286541. OLE color: 12286541.
HSL color Cylindrical-coordinate representation of color #4D7ABB: hue angle of 215.45º 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 #4D7ABB is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 122 | 187 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.27 |
| HSL | 215.45º | 0.45% | 0.52% | - |
| HSV(B) | 215.45º | 0.59% | 0.73% | - |
| XYZ | 18.99 | 19.08 | 49.7 | - |
| YUV | 115.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 187 | 0.59 | 0.35 | 0 | 0.27 | 215.45 | 0.45 | 0.52 |
| Hex | 4D | 7A | BB | 3B | 23 | 0 | 1B | D7 | 2D | 34 |
| Octal | 115 | 172 | 273 | 73 | 43 | 0 | 33 | 327 | 55 | 64 |
| Binary | 1001101 | 1111010 | 10111011 | 111011 | 100011 | 0 | 11011 | 11010111 | 101101 | 110100 |
Color Harmonies of #4D7ABB
Complementary color
Monochromatic Colors of #4D7ABB
Black with #4D7ABB
Text Example
Text Example
White with #4D7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7ABB; }
p { color: rgb(77,122,187); }
H1.HeaderClassName
{
color: #4D7ABB;
}
.AnyTagClassName
{
color: #4D7ABB;
}
</style>
background-color css
<style>
a { background-color: #4D7ABB; }
a { background-color: rgb(77,122,187); }
div.DivClassName
{
background-color: #4D7ABB;
}
.BgClassName
{
background-color: #4D7ABB;
}
</style>
border-color css
<style>
span { border-color: #4D7ABB; }
span { border-color: rgb(77,122,187); }
td.TdClassName
{
border-color: #4D7ABB;
}
.TagClassName
{
border-color: #4D7ABB;
}
</style>