Shades of Havelock Blue #4777CA
Tints of Havelock Blue #4777CA
RGB
CMYK
RGB Variations
Color information
#4777CA (or 0x4777CA) is known color: Havelock Blue. HEX triplet: 47, 77 and CA. RGB value is (71,119,202). Sum of RGB (Red+Green+Blue) = 71+119+202=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #4777CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777CA is #B88835. Grayscale: #717171. Windows color (decimal): -12093494 or 13268807. OLE color: 13268807.
HSL color Cylindrical-coordinate representation of color #4777CA: hue angle of 218.02º 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 #4777CA is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 119 | 202 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.21 |
| HSL | 218.02º | 0.55% | 0.54% | - |
| HSV(B) | 218.02º | 0.65% | 0.79% | - |
| XYZ | 19.86 | 18.8 | 58.46 | - |
| YUV | 114.11 | 177.6 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 202 | 0.65 | 0.41 | 0 | 0.21 | 218.02 | 0.55 | 0.54 |
| Hex | 47 | 77 | CA | 41 | 29 | 0 | 15 | DA | 37 | 36 |
| Octal | 107 | 167 | 312 | 101 | 51 | 0 | 25 | 332 | 67 | 66 |
| Binary | 1000111 | 1110111 | 11001010 | 1000001 | 101001 | 0 | 10101 | 11011010 | 110111 | 110110 |
Color Harmonies of #4777CA
Complementary color
Monochromatic Colors of #4777CA
Black with #4777CA
Text Example
Text Example
White with #4777CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4777CA; }
p { color: rgb(71,119,202); }
H1.HeaderClassName
{
color: #4777CA;
}
.AnyTagClassName
{
color: #4777CA;
}
</style>
background-color css
<style>
a { background-color: #4777CA; }
a { background-color: rgb(71,119,202); }
div.DivClassName
{
background-color: #4777CA;
}
.BgClassName
{
background-color: #4777CA;
}
</style>
border-color css
<style>
span { border-color: #4777CA; }
span { border-color: rgb(71,119,202); }
td.TdClassName
{
border-color: #4777CA;
}
.TagClassName
{
border-color: #4777CA;
}
</style>