Shades of Havelock Blue #4D70BA
Tints of Havelock Blue #4D70BA
RGB
CMYK
RGB Variations
Color information
#4D70BA (or 0x4D70BA) is known color: Havelock Blue. HEX triplet: 4D, 70 and BA. RGB value is (77,112,186). Sum of RGB (Red+Green+Blue) = 77+112+186=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D70BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D70BA is #B28F45. Grayscale: #6D6D6D. Windows color (decimal): -11702086 or 12218445. OLE color: 12218445.
HSL color Cylindrical-coordinate representation of color #4D70BA: hue angle of 220.73º degrees, saturation: 0.44, 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 #4D70BA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 112 | 186 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.27 |
| HSL | 220.73º | 0.44% | 0.52% | - |
| HSV(B) | 220.73º | 0.59% | 0.73% | - |
| XYZ | 17.72 | 16.71 | 48.75 | - |
| YUV | 109.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 186 | 0.59 | 0.40 | 0 | 0.27 | 220.73 | 0.44 | 0.52 |
| Hex | 4D | 70 | BA | 3B | 28 | 0 | 1B | DD | 2C | 34 |
| Octal | 115 | 160 | 272 | 73 | 50 | 0 | 33 | 335 | 54 | 64 |
| Binary | 1001101 | 1110000 | 10111010 | 111011 | 101000 | 0 | 11011 | 11011101 | 101100 | 110100 |
Color Harmonies of #4D70BA
Complementary color
Monochromatic Colors of #4D70BA
Black with #4D70BA
Text Example
Text Example
White with #4D70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D70BA; }
p { color: rgb(77,112,186); }
H1.HeaderClassName
{
color: #4D70BA;
}
.AnyTagClassName
{
color: #4D70BA;
}
</style>
background-color css
<style>
a { background-color: #4D70BA; }
a { background-color: rgb(77,112,186); }
div.DivClassName
{
background-color: #4D70BA;
}
.BgClassName
{
background-color: #4D70BA;
}
</style>
border-color css
<style>
span { border-color: #4D70BA; }
span { border-color: rgb(77,112,186); }
td.TdClassName
{
border-color: #4D70BA;
}
.TagClassName
{
border-color: #4D70BA;
}
</style>