Shades of Havelock Blue #4777CB
Tints of Havelock Blue #4777CB
RGB
CMYK
RGB Variations
Color information
#4777CB (or 0x4777CB) is known color: Havelock Blue. HEX triplet: 47, 77 and CB. RGB value is (71,119,203). Sum of RGB (Red+Green+Blue) = 71+119+203=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #4777CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777CB is #B88834. Grayscale: #717171. Windows color (decimal): -12093493 or 13334343. OLE color: 13334343.
HSL color Cylindrical-coordinate representation of color #4777CB: hue angle of 218.18º degrees, saturation: 0.56, 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 #4777CB is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 119 | 203 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.20 |
| HSL | 218.18º | 0.56% | 0.54% | - |
| HSV(B) | 218.18º | 0.65% | 0.8% | - |
| XYZ | 19.97 | 18.85 | 59.08 | - |
| YUV | 114.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 203 | 0.65 | 0.41 | 0 | 0.20 | 218.18 | 0.56 | 0.54 |
| Hex | 47 | 77 | CB | 41 | 29 | 0 | 14 | DA | 38 | 36 |
| Octal | 107 | 167 | 313 | 101 | 51 | 0 | 24 | 332 | 70 | 66 |
| Binary | 1000111 | 1110111 | 11001011 | 1000001 | 101001 | 0 | 10100 | 11011010 | 111000 | 110110 |
Color Harmonies of #4777CB
Complementary color
Monochromatic Colors of #4777CB
Black with #4777CB
Text Example
Text Example
White with #4777CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4777CB; }
p { color: rgb(71,119,203); }
H1.HeaderClassName
{
color: #4777CB;
}
.AnyTagClassName
{
color: #4777CB;
}
</style>
background-color css
<style>
a { background-color: #4777CB; }
a { background-color: rgb(71,119,203); }
div.DivClassName
{
background-color: #4777CB;
}
.BgClassName
{
background-color: #4777CB;
}
</style>
border-color css
<style>
span { border-color: #4777CB; }
span { border-color: rgb(71,119,203); }
td.TdClassName
{
border-color: #4777CB;
}
.TagClassName
{
border-color: #4777CB;
}
</style>