Shades of Havelock Blue #488BC7
Tints of Havelock Blue #488BC7
RGB
CMYK
RGB Variations
Color information
#488BC7 (or 0x488BC7) is known color: Havelock Blue. HEX triplet: 48, 8B and C7. RGB value is (72,139,199). Sum of RGB (Red+Green+Blue) = 72+139+199=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #488BC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BC7 is #B77438. Grayscale: #7D7D7D. Windows color (decimal): -12022841 or 13077320. OLE color: 13077320.
HSL color Cylindrical-coordinate representation of color #488BC7: hue angle of 208.35º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488BC7 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 139 | 199 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.22 |
| HSL | 208.35º | 0.53% | 0.53% | - |
| HSV(B) | 208.35º | 0.64% | 0.78% | - |
| XYZ | 22.21 | 23.97 | 57.49 | - |
| YUV | 125.81 | 169.3 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 199 | 0.64 | 0.30 | 0 | 0.22 | 208.35 | 0.53 | 0.53 |
| Hex | 48 | 8B | C7 | 40 | 1E | 0 | 16 | D0 | 35 | 35 |
| Octal | 110 | 213 | 307 | 100 | 36 | 0 | 26 | 320 | 65 | 65 |
| Binary | 1001000 | 10001011 | 11000111 | 1000000 | 11110 | 0 | 10110 | 11010000 | 110101 | 110101 |
Color Harmonies of #488BC7
Complementary color
Monochromatic Colors of #488BC7
Black with #488BC7
Text Example
Text Example
White with #488BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BC7; }
p { color: rgb(72,139,199); }
H1.HeaderClassName
{
color: #488BC7;
}
.AnyTagClassName
{
color: #488BC7;
}
</style>
background-color css
<style>
a { background-color: #488BC7; }
a { background-color: rgb(72,139,199); }
div.DivClassName
{
background-color: #488BC7;
}
.BgClassName
{
background-color: #488BC7;
}
</style>
border-color css
<style>
span { border-color: #488BC7; }
span { border-color: rgb(72,139,199); }
td.TdClassName
{
border-color: #488BC7;
}
.TagClassName
{
border-color: #488BC7;
}
</style>