Shades of Havelock Blue #4777CC
Tints of Havelock Blue #4777CC
RGB
CMYK
RGB Variations
Color information
#4777CC (or 0x4777CC) is known color: Havelock Blue. HEX triplet: 47, 77 and CC. RGB value is (71,119,204). Sum of RGB (Red+Green+Blue) = 71+119+204=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #4777CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777CC is #B88833. Grayscale: #717171. Windows color (decimal): -12093492 or 13399879. OLE color: 13399879.
HSL color Cylindrical-coordinate representation of color #4777CC: hue angle of 218.35º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4777CC is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 119 | 204 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.2 |
| HSL | 218.35º | 0.57% | 0.54% | - |
| HSV(B) | 218.35º | 0.65% | 0.8% | - |
| XYZ | 20.09 | 18.89 | 59.71 | - |
| YUV | 114.34 | 178.6 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 204 | 0.65 | 0.42 | 0 | 0.2 | 218.35 | 0.57 | 0.54 |
| Hex | 47 | 77 | CC | 41 | 2A | 0 | 14 | DA | 39 | 36 |
| Octal | 107 | 167 | 314 | 101 | 52 | 0 | 24 | 332 | 71 | 66 |
| Binary | 1000111 | 1110111 | 11001100 | 1000001 | 101010 | 0 | 10100 | 11011010 | 111001 | 110110 |
Color Harmonies of #4777CC
Complementary color
Monochromatic Colors of #4777CC
Black with #4777CC
Text Example
Text Example
White with #4777CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4777CC; }
p { color: rgb(71,119,204); }
H1.HeaderClassName
{
color: #4777CC;
}
.AnyTagClassName
{
color: #4777CC;
}
</style>
background-color css
<style>
a { background-color: #4777CC; }
a { background-color: rgb(71,119,204); }
div.DivClassName
{
background-color: #4777CC;
}
.BgClassName
{
background-color: #4777CC;
}
</style>
border-color css
<style>
span { border-color: #4777CC; }
span { border-color: rgb(71,119,204); }
td.TdClassName
{
border-color: #4777CC;
}
.TagClassName
{
border-color: #4777CC;
}
</style>