Shades of Havelock Blue #487EC7
Tints of Havelock Blue #487EC7
RGB
CMYK
RGB Variations
Color information
#487EC7 (or 0x487EC7) is known color: Havelock Blue. HEX triplet: 48, 7E and C7. RGB value is (72,126,199). Sum of RGB (Red+Green+Blue) = 72+126+199=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #487EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EC7 is #B78138. Grayscale: #757575. Windows color (decimal): -12026169 or 13073992. OLE color: 13073992.
HSL color Cylindrical-coordinate representation of color #487EC7: hue angle of 214.49º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #487EC7 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 126 | 199 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.22 |
| HSL | 214.49º | 0.53% | 0.53% | - |
| HSV(B) | 214.49º | 0.64% | 0.78% | - |
| XYZ | 20.44 | 20.42 | 56.9 | - |
| YUV | 118.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 199 | 0.64 | 0.37 | 0 | 0.22 | 214.49 | 0.53 | 0.53 |
| Hex | 48 | 7E | C7 | 40 | 25 | 0 | 16 | D6 | 35 | 35 |
| Octal | 110 | 176 | 307 | 100 | 45 | 0 | 26 | 326 | 65 | 65 |
| Binary | 1001000 | 1111110 | 11000111 | 1000000 | 100101 | 0 | 10110 | 11010110 | 110101 | 110101 |
Color Harmonies of #487EC7
Complementary color
Monochromatic Colors of #487EC7
Black with #487EC7
Text Example
Text Example
White with #487EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EC7; }
p { color: rgb(72,126,199); }
H1.HeaderClassName
{
color: #487EC7;
}
.AnyTagClassName
{
color: #487EC7;
}
</style>
background-color css
<style>
a { background-color: #487EC7; }
a { background-color: rgb(72,126,199); }
div.DivClassName
{
background-color: #487EC7;
}
.BgClassName
{
background-color: #487EC7;
}
</style>
border-color css
<style>
span { border-color: #487EC7; }
span { border-color: rgb(72,126,199); }
td.TdClassName
{
border-color: #487EC7;
}
.TagClassName
{
border-color: #487EC7;
}
</style>