Shades of Havelock Blue #4779CA
Tints of Havelock Blue #4779CA
RGB
CMYK
RGB Variations
Color information
#4779CA (or 0x4779CA) is known color: Havelock Blue. HEX triplet: 47, 79 and CA. RGB value is (71,121,202). Sum of RGB (Red+Green+Blue) = 71+121+202=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #4779CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4779CA is #B88635. Grayscale: #727272. Windows color (decimal): -12092982 or 13269319. OLE color: 13269319.
HSL color Cylindrical-coordinate representation of color #4779CA: hue angle of 217.1º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4779CA is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 121 | 202 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.21 |
| HSL | 217.1º | 0.55% | 0.54% | - |
| HSV(B) | 217.1º | 0.65% | 0.79% | - |
| XYZ | 20.1 | 19.28 | 58.54 | - |
| YUV | 115.28 | 176.94 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 121 | 202 | 0.65 | 0.40 | 0 | 0.21 | 217.1 | 0.55 | 0.54 |
| Hex | 47 | 79 | CA | 41 | 28 | 0 | 15 | D9 | 37 | 36 |
| Octal | 107 | 171 | 312 | 101 | 50 | 0 | 25 | 331 | 67 | 66 |
| Binary | 1000111 | 1111001 | 11001010 | 1000001 | 101000 | 0 | 10101 | 11011001 | 110111 | 110110 |
Color Harmonies of #4779CA
Complementary color
Monochromatic Colors of #4779CA
Black with #4779CA
Text Example
Text Example
White with #4779CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4779CA; }
p { color: rgb(71,121,202); }
H1.HeaderClassName
{
color: #4779CA;
}
.AnyTagClassName
{
color: #4779CA;
}
</style>
background-color css
<style>
a { background-color: #4779CA; }
a { background-color: rgb(71,121,202); }
div.DivClassName
{
background-color: #4779CA;
}
.BgClassName
{
background-color: #4779CA;
}
</style>
border-color css
<style>
span { border-color: #4779CA; }
span { border-color: rgb(71,121,202); }
td.TdClassName
{
border-color: #4779CA;
}
.TagClassName
{
border-color: #4779CA;
}
</style>