Shades of Havelock Blue #488DCB
Tints of Havelock Blue #488DCB
RGB
CMYK
RGB Variations
Color information
#488DCB (or 0x488DCB) is known color: Havelock Blue. HEX triplet: 48, 8D and CB. RGB value is (72,141,203). Sum of RGB (Red+Green+Blue) = 72+141+203=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #488DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DCB is #B77234. Grayscale: #7F7F7F. Windows color (decimal): -12022325 or 13339976. OLE color: 13339976.
HSL color Cylindrical-coordinate representation of color #488DCB: hue angle of 208.4º 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 #488DCB is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 141 | 203 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.20 |
| HSL | 208.4º | 0.56% | 0.54% | - |
| HSV(B) | 208.4º | 0.65% | 0.8% | - |
| XYZ | 22.98 | 24.74 | 60.06 | - |
| YUV | 127.44 | 170.64 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 203 | 0.65 | 0.31 | 0 | 0.20 | 208.4 | 0.56 | 0.54 |
| Hex | 48 | 8D | CB | 41 | 1F | 0 | 14 | D0 | 38 | 36 |
| Octal | 110 | 215 | 313 | 101 | 37 | 0 | 24 | 320 | 70 | 66 |
| Binary | 1001000 | 10001101 | 11001011 | 1000001 | 11111 | 0 | 10100 | 11010000 | 111000 | 110110 |
Color Harmonies of #488DCB
Complementary color
Monochromatic Colors of #488DCB
Black with #488DCB
Text Example
Text Example
White with #488DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DCB; }
p { color: rgb(72,141,203); }
H1.HeaderClassName
{
color: #488DCB;
}
.AnyTagClassName
{
color: #488DCB;
}
</style>
background-color css
<style>
a { background-color: #488DCB; }
a { background-color: rgb(72,141,203); }
div.DivClassName
{
background-color: #488DCB;
}
.BgClassName
{
background-color: #488DCB;
}
</style>
border-color css
<style>
span { border-color: #488DCB; }
span { border-color: rgb(72,141,203); }
td.TdClassName
{
border-color: #488DCB;
}
.TagClassName
{
border-color: #488DCB;
}
</style>