Shades of Havelock Blue #4778C2
Tints of Havelock Blue #4778C2
RGB
CMYK
RGB Variations
Color information
#4778C2 (or 0x4778C2) is known color: Havelock Blue. HEX triplet: 47, 78 and C2. RGB value is (71,120,194). Sum of RGB (Red+Green+Blue) = 71+120+194=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #4778C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4778C2 is #B8873D. Grayscale: #717171. Windows color (decimal): -12093246 or 12744775. OLE color: 12744775.
HSL color Cylindrical-coordinate representation of color #4778C2: hue angle of 216.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4778C2 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 120 | 194 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.24 |
| HSL | 216.1º | 0.5% | 0.52% | - |
| HSV(B) | 216.1º | 0.63% | 0.76% | - |
| XYZ | 19.05 | 18.67 | 53.64 | - |
| YUV | 113.79 | 173.27 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 194 | 0.63 | 0.38 | 0 | 0.24 | 216.1 | 0.5 | 0.52 |
| Hex | 47 | 78 | C2 | 3F | 26 | 0 | 18 | D8 | 32 | 34 |
| Octal | 107 | 170 | 302 | 77 | 46 | 0 | 30 | 330 | 62 | 64 |
| Binary | 1000111 | 1111000 | 11000010 | 111111 | 100110 | 0 | 11000 | 11011000 | 110010 | 110100 |
Color Harmonies of #4778C2
Complementary color
Monochromatic Colors of #4778C2
Black with #4778C2
Text Example
Text Example
White with #4778C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4778C2; }
p { color: rgb(71,120,194); }
H1.HeaderClassName
{
color: #4778C2;
}
.AnyTagClassName
{
color: #4778C2;
}
</style>
background-color css
<style>
a { background-color: #4778C2; }
a { background-color: rgb(71,120,194); }
div.DivClassName
{
background-color: #4778C2;
}
.BgClassName
{
background-color: #4778C2;
}
</style>
border-color css
<style>
span { border-color: #4778C2; }
span { border-color: rgb(71,120,194); }
td.TdClassName
{
border-color: #4778C2;
}
.TagClassName
{
border-color: #4778C2;
}
</style>