Shades of Havelock Blue #4C70BA
Tints of Havelock Blue #4C70BA
RGB
CMYK
RGB Variations
Color information
#4C70BA (or 0x4C70BA) is known color: Havelock Blue. HEX triplet: 4C, 70 and BA. RGB value is (76,112,186). Sum of RGB (Red+Green+Blue) = 76+112+186=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C70BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C70BA is #B38F45. Grayscale: #6D6D6D. Windows color (decimal): -11767622 or 12218444. OLE color: 12218444.
HSL color Cylindrical-coordinate representation of color #4C70BA: hue angle of 220.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C70BA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 112 | 186 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.27 |
| HSL | 220.36º | 0.44% | 0.51% | - |
| HSV(B) | 220.36º | 0.59% | 0.73% | - |
| XYZ | 17.64 | 16.67 | 48.74 | - |
| YUV | 109.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 186 | 0.59 | 0.40 | 0 | 0.27 | 220.36 | 0.44 | 0.51 |
| Hex | 4C | 70 | BA | 3B | 28 | 0 | 1B | DC | 2C | 33 |
| Octal | 114 | 160 | 272 | 73 | 50 | 0 | 33 | 334 | 54 | 63 |
| Binary | 1001100 | 1110000 | 10111010 | 111011 | 101000 | 0 | 11011 | 11011100 | 101100 | 110011 |
Color Harmonies of #4C70BA
Complementary color
Monochromatic Colors of #4C70BA
Black with #4C70BA
Text Example
Text Example
White with #4C70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C70BA; }
p { color: rgb(76,112,186); }
H1.HeaderClassName
{
color: #4C70BA;
}
.AnyTagClassName
{
color: #4C70BA;
}
</style>
background-color css
<style>
a { background-color: #4C70BA; }
a { background-color: rgb(76,112,186); }
div.DivClassName
{
background-color: #4C70BA;
}
.BgClassName
{
background-color: #4C70BA;
}
</style>
border-color css
<style>
span { border-color: #4C70BA; }
span { border-color: rgb(76,112,186); }
td.TdClassName
{
border-color: #4C70BA;
}
.TagClassName
{
border-color: #4C70BA;
}
</style>