Shades of Havelock Blue #487CCB
Tints of Havelock Blue #487CCB
RGB
CMYK
RGB Variations
Color information
#487CCB (or 0x487CCB) is known color: Havelock Blue. HEX triplet: 48, 7C and CB. RGB value is (72,124,203). Sum of RGB (Red+Green+Blue) = 72+124+203=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #487CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CCB is #B78334. Grayscale: #757575. Windows color (decimal): -12026677 or 13335624. OLE color: 13335624.
HSL color Cylindrical-coordinate representation of color #487CCB: hue angle of 216.18º 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 #487CCB is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 124 | 203 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.20 |
| HSL | 216.18º | 0.56% | 0.54% | - |
| HSV(B) | 216.18º | 0.65% | 0.8% | - |
| XYZ | 20.66 | 20.1 | 59.29 | - |
| YUV | 117.46 | 176.27 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 203 | 0.65 | 0.39 | 0 | 0.20 | 216.18 | 0.56 | 0.54 |
| Hex | 48 | 7C | CB | 41 | 27 | 0 | 14 | D8 | 38 | 36 |
| Octal | 110 | 174 | 313 | 101 | 47 | 0 | 24 | 330 | 70 | 66 |
| Binary | 1001000 | 1111100 | 11001011 | 1000001 | 100111 | 0 | 10100 | 11011000 | 111000 | 110110 |
Color Harmonies of #487CCB
Complementary color
Monochromatic Colors of #487CCB
Black with #487CCB
Text Example
Text Example
White with #487CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CCB; }
p { color: rgb(72,124,203); }
H1.HeaderClassName
{
color: #487CCB;
}
.AnyTagClassName
{
color: #487CCB;
}
</style>
background-color css
<style>
a { background-color: #487CCB; }
a { background-color: rgb(72,124,203); }
div.DivClassName
{
background-color: #487CCB;
}
.BgClassName
{
background-color: #487CCB;
}
</style>
border-color css
<style>
span { border-color: #487CCB; }
span { border-color: rgb(72,124,203); }
td.TdClassName
{
border-color: #487CCB;
}
.TagClassName
{
border-color: #487CCB;
}
</style>