Shades of Havelock Blue #4D70BD
Tints of Havelock Blue #4D70BD
RGB
CMYK
RGB Variations
Color information
#4D70BD (or 0x4D70BD) is known color: Havelock Blue. HEX triplet: 4D, 70 and BD. RGB value is (77,112,189). Sum of RGB (Red+Green+Blue) = 77+112+189=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D70BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D70BD is #B28F42. Grayscale: #6D6D6D. Windows color (decimal): -11702083 or 12415053. OLE color: 12415053.
HSL color Cylindrical-coordinate representation of color #4D70BD: hue angle of 221.25º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D70BD is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 112 | 189 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.26 |
| HSL | 221.25º | 0.46% | 0.52% | - |
| HSV(B) | 221.25º | 0.59% | 0.74% | - |
| XYZ | 18.04 | 16.84 | 50.44 | - |
| YUV | 110.31 | 172.4 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 189 | 0.59 | 0.41 | 0 | 0.26 | 221.25 | 0.46 | 0.52 |
| Hex | 4D | 70 | BD | 3B | 29 | 0 | 1A | DD | 2E | 34 |
| Octal | 115 | 160 | 275 | 73 | 51 | 0 | 32 | 335 | 56 | 64 |
| Binary | 1001101 | 1110000 | 10111101 | 111011 | 101001 | 0 | 11010 | 11011101 | 101110 | 110100 |
Color Harmonies of #4D70BD
Complementary color
Monochromatic Colors of #4D70BD
Black with #4D70BD
Text Example
Text Example
White with #4D70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D70BD; }
p { color: rgb(77,112,189); }
H1.HeaderClassName
{
color: #4D70BD;
}
.AnyTagClassName
{
color: #4D70BD;
}
</style>
background-color css
<style>
a { background-color: #4D70BD; }
a { background-color: rgb(77,112,189); }
div.DivClassName
{
background-color: #4D70BD;
}
.BgClassName
{
background-color: #4D70BD;
}
</style>
border-color css
<style>
span { border-color: #4D70BD; }
span { border-color: rgb(77,112,189); }
td.TdClassName
{
border-color: #4D70BD;
}
.TagClassName
{
border-color: #4D70BD;
}
</style>