Shades of Havelock Blue #488CD4
Tints of Havelock Blue #488CD4
RGB
CMYK
RGB Variations
Color information
#488CD4 (or 0x488CD4) is known color: Havelock Blue. HEX triplet: 48, 8C and D4. RGB value is (72,140,212). Sum of RGB (Red+Green+Blue) = 72+140+212=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #488CD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CD4 is #B7732B. Grayscale: #7F7F7F. Windows color (decimal): -12022572 or 13929544. OLE color: 13929544.
HSL color Cylindrical-coordinate representation of color #488CD4: hue angle of 210.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #488CD4 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 140 | 212 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.17 |
| HSL | 210.86º | 0.62% | 0.56% | - |
| HSV(B) | 210.86º | 0.66% | 0.83% | - |
| XYZ | 23.93 | 24.89 | 65.83 | - |
| YUV | 127.88 | 175.47 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 212 | 0.66 | 0.34 | 0 | 0.17 | 210.86 | 0.62 | 0.56 |
| Hex | 48 | 8C | D4 | 42 | 22 | 0 | 11 | D3 | 3E | 38 |
| Octal | 110 | 214 | 324 | 102 | 42 | 0 | 21 | 323 | 76 | 70 |
| Binary | 1001000 | 10001100 | 11010100 | 1000010 | 100010 | 0 | 10001 | 11010011 | 111110 | 111000 |
Color Harmonies of #488CD4
Complementary color
Monochromatic Colors of #488CD4
Black with #488CD4
Text Example
Text Example
White with #488CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CD4; }
p { color: rgb(72,140,212); }
H1.HeaderClassName
{
color: #488CD4;
}
.AnyTagClassName
{
color: #488CD4;
}
</style>
background-color css
<style>
a { background-color: #488CD4; }
a { background-color: rgb(72,140,212); }
div.DivClassName
{
background-color: #488CD4;
}
.BgClassName
{
background-color: #488CD4;
}
</style>
border-color css
<style>
span { border-color: #488CD4; }
span { border-color: rgb(72,140,212); }
td.TdClassName
{
border-color: #488CD4;
}
.TagClassName
{
border-color: #488CD4;
}
</style>