Shades of Havelock Blue #487CCC
Tints of Havelock Blue #487CCC
RGB
CMYK
RGB Variations
Color information
#487CCC (or 0x487CCC) is known color: Havelock Blue. HEX triplet: 48, 7C and CC. RGB value is (72,124,204). Sum of RGB (Red+Green+Blue) = 72+124+204=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #487CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CCC is #B78333. Grayscale: #757575. Windows color (decimal): -12026676 or 13401160. OLE color: 13401160.
HSL color Cylindrical-coordinate representation of color #487CCC: hue angle of 216.36º 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 #487CCC is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 124 | 204 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.2 |
| HSL | 216.36º | 0.56% | 0.54% | - |
| HSV(B) | 216.36º | 0.65% | 0.8% | - |
| XYZ | 20.78 | 20.15 | 59.92 | - |
| YUV | 117.57 | 176.77 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 204 | 0.65 | 0.39 | 0 | 0.2 | 216.36 | 0.56 | 0.54 |
| Hex | 48 | 7C | CC | 41 | 27 | 0 | 14 | D8 | 38 | 36 |
| Octal | 110 | 174 | 314 | 101 | 47 | 0 | 24 | 330 | 70 | 66 |
| Binary | 1001000 | 1111100 | 11001100 | 1000001 | 100111 | 0 | 10100 | 11011000 | 111000 | 110110 |
Color Harmonies of #487CCC
Complementary color
Monochromatic Colors of #487CCC
Black with #487CCC
Text Example
Text Example
White with #487CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CCC; }
p { color: rgb(72,124,204); }
H1.HeaderClassName
{
color: #487CCC;
}
.AnyTagClassName
{
color: #487CCC;
}
</style>
background-color css
<style>
a { background-color: #487CCC; }
a { background-color: rgb(72,124,204); }
div.DivClassName
{
background-color: #487CCC;
}
.BgClassName
{
background-color: #487CCC;
}
</style>
border-color css
<style>
span { border-color: #487CCC; }
span { border-color: rgb(72,124,204); }
td.TdClassName
{
border-color: #487CCC;
}
.TagClassName
{
border-color: #487CCC;
}
</style>