Shades of Havelock Blue #4770C6
Tints of Havelock Blue #4770C6
RGB
CMYK
RGB Variations
Color information
#4770C6 (or 0x4770C6) is known color: Havelock Blue. HEX triplet: 47, 70 and C6. RGB value is (71,112,198). Sum of RGB (Red+Green+Blue) = 71+112+198=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #4770C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770C6 is #B88F39. Grayscale: #6D6D6D. Windows color (decimal): -12095290 or 13004871. OLE color: 13004871.
HSL color Cylindrical-coordinate representation of color #4770C6: hue angle of 220.63º degrees, saturation: 0.53, 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 #4770C6 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 112 | 198 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.22 |
| HSL | 220.63º | 0.53% | 0.53% | - |
| HSV(B) | 220.63º | 0.64% | 0.78% | - |
| XYZ | 18.59 | 17.01 | 55.73 | - |
| YUV | 109.55 | 177.92 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 198 | 0.64 | 0.43 | 0 | 0.22 | 220.63 | 0.53 | 0.53 |
| Hex | 47 | 70 | C6 | 40 | 2B | 0 | 16 | DD | 35 | 35 |
| Octal | 107 | 160 | 306 | 100 | 53 | 0 | 26 | 335 | 65 | 65 |
| Binary | 1000111 | 1110000 | 11000110 | 1000000 | 101011 | 0 | 10110 | 11011101 | 110101 | 110101 |
Color Harmonies of #4770C6
Complementary color
Monochromatic Colors of #4770C6
Black with #4770C6
Text Example
Text Example
White with #4770C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4770C6; }
p { color: rgb(71,112,198); }
H1.HeaderClassName
{
color: #4770C6;
}
.AnyTagClassName
{
color: #4770C6;
}
</style>
background-color css
<style>
a { background-color: #4770C6; }
a { background-color: rgb(71,112,198); }
div.DivClassName
{
background-color: #4770C6;
}
.BgClassName
{
background-color: #4770C6;
}
</style>
border-color css
<style>
span { border-color: #4770C6; }
span { border-color: rgb(71,112,198); }
td.TdClassName
{
border-color: #4770C6;
}
.TagClassName
{
border-color: #4770C6;
}
</style>