Shades of Havelock Blue #4776CC
Tints of Havelock Blue #4776CC
RGB
CMYK
RGB Variations
Color information
#4776CC (or 0x4776CC) is known color: Havelock Blue. HEX triplet: 47, 76 and CC. RGB value is (71,118,204). Sum of RGB (Red+Green+Blue) = 71+118+204=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #4776CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776CC is #B88933. Grayscale: #717171. Windows color (decimal): -12093748 or 13399623. OLE color: 13399623.
HSL color Cylindrical-coordinate representation of color #4776CC: hue angle of 218.8º 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 #4776CC is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 118 | 204 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.2 |
| HSL | 218.8º | 0.57% | 0.54% | - |
| HSV(B) | 218.8º | 0.65% | 0.8% | - |
| XYZ | 19.98 | 18.66 | 59.67 | - |
| YUV | 113.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 204 | 0.65 | 0.42 | 0 | 0.2 | 218.8 | 0.57 | 0.54 |
| Hex | 47 | 76 | CC | 41 | 2A | 0 | 14 | DB | 39 | 36 |
| Octal | 107 | 166 | 314 | 101 | 52 | 0 | 24 | 333 | 71 | 66 |
| Binary | 1000111 | 1110110 | 11001100 | 1000001 | 101010 | 0 | 10100 | 11011011 | 111001 | 110110 |
Color Harmonies of #4776CC
Complementary color
Monochromatic Colors of #4776CC
Black with #4776CC
Text Example
Text Example
White with #4776CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4776CC; }
p { color: rgb(71,118,204); }
H1.HeaderClassName
{
color: #4776CC;
}
.AnyTagClassName
{
color: #4776CC;
}
</style>
background-color css
<style>
a { background-color: #4776CC; }
a { background-color: rgb(71,118,204); }
div.DivClassName
{
background-color: #4776CC;
}
.BgClassName
{
background-color: #4776CC;
}
</style>
border-color css
<style>
span { border-color: #4776CC; }
span { border-color: rgb(71,118,204); }
td.TdClassName
{
border-color: #4776CC;
}
.TagClassName
{
border-color: #4776CC;
}
</style>