Shades of Havelock Blue #4877CB
Tints of Havelock Blue #4877CB
RGB
CMYK
RGB Variations
Color information
#4877CB (or 0x4877CB) is known color: Havelock Blue. HEX triplet: 48, 77 and CB. RGB value is (72,119,203). Sum of RGB (Red+Green+Blue) = 72+119+203=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #4877CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4877CB is #B78834. Grayscale: #727272. Windows color (decimal): -12027957 or 13334344. OLE color: 13334344.
HSL color Cylindrical-coordinate representation of color #4877CB: hue angle of 218.47º 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 #4877CB is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 119 | 203 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.20 |
| HSL | 218.47º | 0.56% | 0.54% | - |
| HSV(B) | 218.47º | 0.65% | 0.8% | - |
| XYZ | 20.05 | 18.88 | 59.09 | - |
| YUV | 114.52 | 177.93 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 203 | 0.65 | 0.41 | 0 | 0.20 | 218.47 | 0.56 | 0.54 |
| Hex | 48 | 77 | CB | 41 | 29 | 0 | 14 | DA | 38 | 36 |
| Octal | 110 | 167 | 313 | 101 | 51 | 0 | 24 | 332 | 70 | 66 |
| Binary | 1001000 | 1110111 | 11001011 | 1000001 | 101001 | 0 | 10100 | 11011010 | 111000 | 110110 |
Color Harmonies of #4877CB
Complementary color
Monochromatic Colors of #4877CB
Black with #4877CB
Text Example
Text Example
White with #4877CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4877CB; }
p { color: rgb(72,119,203); }
H1.HeaderClassName
{
color: #4877CB;
}
.AnyTagClassName
{
color: #4877CB;
}
</style>
background-color css
<style>
a { background-color: #4877CB; }
a { background-color: rgb(72,119,203); }
div.DivClassName
{
background-color: #4877CB;
}
.BgClassName
{
background-color: #4877CB;
}
</style>
border-color css
<style>
span { border-color: #4877CB; }
span { border-color: rgb(72,119,203); }
td.TdClassName
{
border-color: #4877CB;
}
.TagClassName
{
border-color: #4877CB;
}
</style>