Shades of Havelock Blue #487CCA
Tints of Havelock Blue #487CCA
RGB
CMYK
RGB Variations
Color information
#487CCA (or 0x487CCA) is known color: Havelock Blue. HEX triplet: 48, 7C and CA. RGB value is (72,124,202). Sum of RGB (Red+Green+Blue) = 72+124+202=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #487CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CCA is #B78335. Grayscale: #747474. Windows color (decimal): -12026678 or 13270088. OLE color: 13270088.
HSL color Cylindrical-coordinate representation of color #487CCA: hue angle of 216º degrees, saturation: 0.55, 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 #487CCA is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 124 | 202 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.21 |
| HSL | 216º | 0.55% | 0.54% | - |
| HSV(B) | 216º | 0.64% | 0.79% | - |
| XYZ | 20.54 | 20.06 | 58.67 | - |
| YUV | 117.34 | 175.77 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 202 | 0.64 | 0.39 | 0 | 0.21 | 216 | 0.55 | 0.54 |
| Hex | 48 | 7C | CA | 40 | 27 | 0 | 15 | D8 | 37 | 36 |
| Octal | 110 | 174 | 312 | 100 | 47 | 0 | 25 | 330 | 67 | 66 |
| Binary | 1001000 | 1111100 | 11001010 | 1000000 | 100111 | 0 | 10101 | 11011000 | 110111 | 110110 |
Color Harmonies of #487CCA
Complementary color
Monochromatic Colors of #487CCA
Black with #487CCA
Text Example
Text Example
White with #487CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CCA; }
p { color: rgb(72,124,202); }
H1.HeaderClassName
{
color: #487CCA;
}
.AnyTagClassName
{
color: #487CCA;
}
</style>
background-color css
<style>
a { background-color: #487CCA; }
a { background-color: rgb(72,124,202); }
div.DivClassName
{
background-color: #487CCA;
}
.BgClassName
{
background-color: #487CCA;
}
</style>
border-color css
<style>
span { border-color: #487CCA; }
span { border-color: rgb(72,124,202); }
td.TdClassName
{
border-color: #487CCA;
}
.TagClassName
{
border-color: #487CCA;
}
</style>