Shades of Havelock Blue #4A70BB
Tints of Havelock Blue #4A70BB
RGB
CMYK
RGB Variations
Color information
#4A70BB (or 0x4A70BB) is known color: Havelock Blue. HEX triplet: 4A, 70 and BB. RGB value is (74,112,187). Sum of RGB (Red+Green+Blue) = 74+112+187=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A70BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A70BB is #B58F44. Grayscale: #6C6C6C. Windows color (decimal): -11898693 or 12283978. OLE color: 12283978.
HSL color Cylindrical-coordinate representation of color #4A70BB: hue angle of 219.82º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A70BB is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 112 | 187 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.27 |
| HSL | 219.82º | 0.45% | 0.51% | - |
| HSV(B) | 219.82º | 0.6% | 0.73% | - |
| XYZ | 17.59 | 16.63 | 49.3 | - |
| YUV | 109.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 187 | 0.60 | 0.40 | 0 | 0.27 | 219.82 | 0.45 | 0.51 |
| Hex | 4A | 70 | BB | 3C | 28 | 0 | 1B | DC | 2D | 33 |
| Octal | 112 | 160 | 273 | 74 | 50 | 0 | 33 | 334 | 55 | 63 |
| Binary | 1001010 | 1110000 | 10111011 | 111100 | 101000 | 0 | 11011 | 11011100 | 101101 | 110011 |
Color Harmonies of #4A70BB
Complementary color
Monochromatic Colors of #4A70BB
Black with #4A70BB
Text Example
Text Example
White with #4A70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A70BB; }
p { color: rgb(74,112,187); }
H1.HeaderClassName
{
color: #4A70BB;
}
.AnyTagClassName
{
color: #4A70BB;
}
</style>
background-color css
<style>
a { background-color: #4A70BB; }
a { background-color: rgb(74,112,187); }
div.DivClassName
{
background-color: #4A70BB;
}
.BgClassName
{
background-color: #4A70BB;
}
</style>
border-color css
<style>
span { border-color: #4A70BB; }
span { border-color: rgb(74,112,187); }
td.TdClassName
{
border-color: #4A70BB;
}
.TagClassName
{
border-color: #4A70BB;
}
</style>