Shades of Havelock Blue #487BC9
Tints of Havelock Blue #487BC9
RGB
CMYK
RGB Variations
Color information
#487BC9 (or 0x487BC9) is known color: Havelock Blue. HEX triplet: 48, 7B and C9. RGB value is (72,123,201). Sum of RGB (Red+Green+Blue) = 72+123+201=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #487BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BC9 is #B78436. Grayscale: #747474. Windows color (decimal): -12026935 or 13204296. OLE color: 13204296.
HSL color Cylindrical-coordinate representation of color #487BC9: hue angle of 216.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #487BC9 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 123 | 201 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.21 |
| HSL | 216.28º | 0.54% | 0.54% | - |
| HSV(B) | 216.28º | 0.64% | 0.79% | - |
| XYZ | 20.3 | 19.76 | 58 | - |
| YUV | 116.64 | 175.6 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 201 | 0.64 | 0.39 | 0 | 0.21 | 216.28 | 0.54 | 0.54 |
| Hex | 48 | 7B | C9 | 40 | 27 | 0 | 15 | D8 | 36 | 36 |
| Octal | 110 | 173 | 311 | 100 | 47 | 0 | 25 | 330 | 66 | 66 |
| Binary | 1001000 | 1111011 | 11001001 | 1000000 | 100111 | 0 | 10101 | 11011000 | 110110 | 110110 |
Color Harmonies of #487BC9
Complementary color
Monochromatic Colors of #487BC9
Black with #487BC9
Text Example
Text Example
White with #487BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BC9; }
p { color: rgb(72,123,201); }
H1.HeaderClassName
{
color: #487BC9;
}
.AnyTagClassName
{
color: #487BC9;
}
</style>
background-color css
<style>
a { background-color: #487BC9; }
a { background-color: rgb(72,123,201); }
div.DivClassName
{
background-color: #487BC9;
}
.BgClassName
{
background-color: #487BC9;
}
</style>
border-color css
<style>
span { border-color: #487BC9; }
span { border-color: rgb(72,123,201); }
td.TdClassName
{
border-color: #487BC9;
}
.TagClassName
{
border-color: #487BC9;
}
</style>