Shades of Havelock Blue #4880CB
Tints of Havelock Blue #4880CB
RGB
CMYK
RGB Variations
Color information
#4880CB (or 0x4880CB) is known color: Havelock Blue. HEX triplet: 48, 80 and CB. RGB value is (72,128,203). Sum of RGB (Red+Green+Blue) = 72+128+203=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #4880CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4880CB is #B77F34. Grayscale: #777777. Windows color (decimal): -12025653 or 13336648. OLE color: 13336648.
HSL color Cylindrical-coordinate representation of color #4880CB: hue angle of 214.35º 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 #4880CB is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 128 | 203 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.20 |
| HSL | 214.35º | 0.56% | 0.54% | - |
| HSV(B) | 214.35º | 0.65% | 0.8% | - |
| XYZ | 21.17 | 21.13 | 59.46 | - |
| YUV | 119.81 | 174.95 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 203 | 0.65 | 0.37 | 0 | 0.20 | 214.35 | 0.56 | 0.54 |
| Hex | 48 | 80 | CB | 41 | 25 | 0 | 14 | D6 | 38 | 36 |
| Octal | 110 | 200 | 313 | 101 | 45 | 0 | 24 | 326 | 70 | 66 |
| Binary | 1001000 | 10000000 | 11001011 | 1000001 | 100101 | 0 | 10100 | 11010110 | 111000 | 110110 |
Color Harmonies of #4880CB
Complementary color
Monochromatic Colors of #4880CB
Black with #4880CB
Text Example
Text Example
White with #4880CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4880CB; }
p { color: rgb(72,128,203); }
H1.HeaderClassName
{
color: #4880CB;
}
.AnyTagClassName
{
color: #4880CB;
}
</style>
background-color css
<style>
a { background-color: #4880CB; }
a { background-color: rgb(72,128,203); }
div.DivClassName
{
background-color: #4880CB;
}
.BgClassName
{
background-color: #4880CB;
}
</style>
border-color css
<style>
span { border-color: #4880CB; }
span { border-color: rgb(72,128,203); }
td.TdClassName
{
border-color: #4880CB;
}
.TagClassName
{
border-color: #4880CB;
}
</style>