Shades of Havelock Blue #4888CF
Tints of Havelock Blue #4888CF
RGB
CMYK
RGB Variations
Color information
#4888CF (or 0x4888CF) is known color: Havelock Blue. HEX triplet: 48, 88 and CF. RGB value is (72,136,207). Sum of RGB (Red+Green+Blue) = 72+136+207=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #4888CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4888CF is #B77730. Grayscale: #7C7C7C. Windows color (decimal): -12023601 or 13600840. OLE color: 13600840.
HSL color Cylindrical-coordinate representation of color #4888CF: hue angle of 211.56º 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 #4888CF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 136 | 207 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.19 |
| HSL | 211.56º | 0.58% | 0.55% | - |
| HSV(B) | 211.56º | 0.65% | 0.81% | - |
| XYZ | 22.74 | 23.49 | 62.37 | - |
| YUV | 124.96 | 174.3 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 207 | 0.65 | 0.34 | 0 | 0.19 | 211.56 | 0.58 | 0.55 |
| Hex | 48 | 88 | CF | 41 | 22 | 0 | 13 | D4 | 3A | 37 |
| Octal | 110 | 210 | 317 | 101 | 42 | 0 | 23 | 324 | 72 | 67 |
| Binary | 1001000 | 10001000 | 11001111 | 1000001 | 100010 | 0 | 10011 | 11010100 | 111010 | 110111 |
Color Harmonies of #4888CF
Complementary color
Monochromatic Colors of #4888CF
Black with #4888CF
Text Example
Text Example
White with #4888CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4888CF; }
p { color: rgb(72,136,207); }
H1.HeaderClassName
{
color: #4888CF;
}
.AnyTagClassName
{
color: #4888CF;
}
</style>
background-color css
<style>
a { background-color: #4888CF; }
a { background-color: rgb(72,136,207); }
div.DivClassName
{
background-color: #4888CF;
}
.BgClassName
{
background-color: #4888CF;
}
</style>
border-color css
<style>
span { border-color: #4888CF; }
span { border-color: rgb(72,136,207); }
td.TdClassName
{
border-color: #4888CF;
}
.TagClassName
{
border-color: #4888CF;
}
</style>