Shades of Havelock Blue #487BCD
Tints of Havelock Blue #487BCD
RGB
CMYK
RGB Variations
Color information
#487BCD (or 0x487BCD) is known color: Havelock Blue. HEX triplet: 48, 7B and CD. RGB value is (72,123,205). Sum of RGB (Red+Green+Blue) = 72+123+205=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #487BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BCD is #B78432. Grayscale: #747474. Windows color (decimal): -12026931 or 13466440. OLE color: 13466440.
HSL color Cylindrical-coordinate representation of color #487BCD: hue angle of 216.99º degrees, saturation: 0.57, 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 #487BCD is Cyan = 0.65, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 123 | 205 | - |
| CMYK | 0.65 | 0.4 | 0 | 0.20 |
| HSL | 216.99º | 0.57% | 0.54% | - |
| HSV(B) | 216.99º | 0.65% | 0.8% | - |
| XYZ | 20.77 | 19.95 | 60.51 | - |
| YUV | 117.1 | 177.6 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 205 | 0.65 | 0.4 | 0 | 0.20 | 216.99 | 0.57 | 0.54 |
| Hex | 48 | 7B | CD | 41 | 28 | 0 | 14 | D9 | 39 | 36 |
| Octal | 110 | 173 | 315 | 101 | 50 | 0 | 24 | 331 | 71 | 66 |
| Binary | 1001000 | 1111011 | 11001101 | 1000001 | 101000 | 0 | 10100 | 11011001 | 111001 | 110110 |
Color Harmonies of #487BCD
Complementary color
Monochromatic Colors of #487BCD
Black with #487BCD
Text Example
Text Example
White with #487BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BCD; }
p { color: rgb(72,123,205); }
H1.HeaderClassName
{
color: #487BCD;
}
.AnyTagClassName
{
color: #487BCD;
}
</style>
background-color css
<style>
a { background-color: #487BCD; }
a { background-color: rgb(72,123,205); }
div.DivClassName
{
background-color: #487BCD;
}
.BgClassName
{
background-color: #487BCD;
}
</style>
border-color css
<style>
span { border-color: #487BCD; }
span { border-color: rgb(72,123,205); }
td.TdClassName
{
border-color: #487BCD;
}
.TagClassName
{
border-color: #487BCD;
}
</style>