Shades of Havelock Blue #4880CE
Tints of Havelock Blue #4880CE
RGB
CMYK
RGB Variations
Color information
#4880CE (or 0x4880CE) is known color: Havelock Blue. HEX triplet: 48, 80 and CE. RGB value is (72,128,206). Sum of RGB (Red+Green+Blue) = 72+128+206=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #4880CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4880CE is #B77F31. Grayscale: #777777. Windows color (decimal): -12025650 or 13533256. OLE color: 13533256.
HSL color Cylindrical-coordinate representation of color #4880CE: hue angle of 214.93º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4880CE is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 128 | 206 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.19 |
| HSL | 214.93º | 0.58% | 0.55% | - |
| HSV(B) | 214.93º | 0.65% | 0.81% | - |
| XYZ | 21.53 | 21.27 | 61.36 | - |
| YUV | 120.15 | 176.45 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 206 | 0.65 | 0.38 | 0 | 0.19 | 214.93 | 0.58 | 0.55 |
| Hex | 48 | 80 | CE | 41 | 26 | 0 | 13 | D7 | 3A | 37 |
| Octal | 110 | 200 | 316 | 101 | 46 | 0 | 23 | 327 | 72 | 67 |
| Binary | 1001000 | 10000000 | 11001110 | 1000001 | 100110 | 0 | 10011 | 11010111 | 111010 | 110111 |
Color Harmonies of #4880CE
Complementary color
Monochromatic Colors of #4880CE
Black with #4880CE
Text Example
Text Example
White with #4880CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4880CE; }
p { color: rgb(72,128,206); }
H1.HeaderClassName
{
color: #4880CE;
}
.AnyTagClassName
{
color: #4880CE;
}
</style>
background-color css
<style>
a { background-color: #4880CE; }
a { background-color: rgb(72,128,206); }
div.DivClassName
{
background-color: #4880CE;
}
.BgClassName
{
background-color: #4880CE;
}
</style>
border-color css
<style>
span { border-color: #4880CE; }
span { border-color: rgb(72,128,206); }
td.TdClassName
{
border-color: #4880CE;
}
.TagClassName
{
border-color: #4880CE;
}
</style>