Shades of Havelock Blue #4870C6
Tints of Havelock Blue #4870C6
RGB
CMYK
RGB Variations
Color information
#4870C6 (or 0x4870C6) is known color: Havelock Blue. HEX triplet: 48, 70 and C6. RGB value is (72,112,198). Sum of RGB (Red+Green+Blue) = 72+112+198=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #4870C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870C6 is #B78F39. Grayscale: #6D6D6D. Windows color (decimal): -12029754 or 13004872. OLE color: 13004872.
HSL color Cylindrical-coordinate representation of color #4870C6: hue angle of 220.95º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4870C6 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 112 | 198 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.22 |
| HSL | 220.95º | 0.53% | 0.53% | - |
| HSV(B) | 220.95º | 0.64% | 0.78% | - |
| XYZ | 18.66 | 17.04 | 55.73 | - |
| YUV | 109.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 198 | 0.64 | 0.43 | 0 | 0.22 | 220.95 | 0.53 | 0.53 |
| Hex | 48 | 70 | C6 | 40 | 2B | 0 | 16 | DD | 34 | 35 |
| Octal | 110 | 160 | 306 | 100 | 53 | 0 | 26 | 335 | 64 | 65 |
| Binary | 1001000 | 1110000 | 11000110 | 1000000 | 101011 | 0 | 10110 | 11011101 | 110100 | 110101 |
Color Harmonies of #4870C6
Complementary color
Monochromatic Colors of #4870C6
Black with #4870C6
Text Example
Text Example
White with #4870C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4870C6; }
p { color: rgb(72,112,198); }
H1.HeaderClassName
{
color: #4870C6;
}
.AnyTagClassName
{
color: #4870C6;
}
</style>
background-color css
<style>
a { background-color: #4870C6; }
a { background-color: rgb(72,112,198); }
div.DivClassName
{
background-color: #4870C6;
}
.BgClassName
{
background-color: #4870C6;
}
</style>
border-color css
<style>
span { border-color: #4870C6; }
span { border-color: rgb(72,112,198); }
td.TdClassName
{
border-color: #4870C6;
}
.TagClassName
{
border-color: #4870C6;
}
</style>