Shades of Havelock Blue #488ECC
Tints of Havelock Blue #488ECC
RGB
CMYK
RGB Variations
Color information
#488ECC (or 0x488ECC) is known color: Havelock Blue. HEX triplet: 48, 8E and CC. RGB value is (72,142,204). Sum of RGB (Red+Green+Blue) = 72+142+204=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #488ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ECC is #B77133. Grayscale: #7F7F7F. Windows color (decimal): -12022068 or 13405768. OLE color: 13405768.
HSL color Cylindrical-coordinate representation of color #488ECC: hue angle of 208.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 #488ECC is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 142 | 204 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.2 |
| HSL | 208.18º | 0.56% | 0.54% | - |
| HSV(B) | 208.18º | 0.65% | 0.8% | - |
| XYZ | 23.24 | 25.08 | 60.74 | - |
| YUV | 128.14 | 170.81 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 204 | 0.65 | 0.30 | 0 | 0.2 | 208.18 | 0.56 | 0.54 |
| Hex | 48 | 8E | CC | 41 | 1E | 0 | 14 | D0 | 38 | 36 |
| Octal | 110 | 216 | 314 | 101 | 36 | 0 | 24 | 320 | 70 | 66 |
| Binary | 1001000 | 10001110 | 11001100 | 1000001 | 11110 | 0 | 10100 | 11010000 | 111000 | 110110 |
Color Harmonies of #488ECC
Complementary color
Monochromatic Colors of #488ECC
Black with #488ECC
Text Example
Text Example
White with #488ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488ECC; }
p { color: rgb(72,142,204); }
H1.HeaderClassName
{
color: #488ECC;
}
.AnyTagClassName
{
color: #488ECC;
}
</style>
background-color css
<style>
a { background-color: #488ECC; }
a { background-color: rgb(72,142,204); }
div.DivClassName
{
background-color: #488ECC;
}
.BgClassName
{
background-color: #488ECC;
}
</style>
border-color css
<style>
span { border-color: #488ECC; }
span { border-color: rgb(72,142,204); }
td.TdClassName
{
border-color: #488ECC;
}
.TagClassName
{
border-color: #488ECC;
}
</style>