Shades of Havelock Blue #487EC6
Tints of Havelock Blue #487EC6
RGB
CMYK
RGB Variations
Color information
#487EC6 (or 0x487EC6) is known color: Havelock Blue. HEX triplet: 48, 7E and C6. RGB value is (72,126,198). Sum of RGB (Red+Green+Blue) = 72+126+198=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #487EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EC6 is #B78139. Grayscale: #757575. Windows color (decimal): -12026170 or 13008456. OLE color: 13008456.
HSL color Cylindrical-coordinate representation of color #487EC6: hue angle of 214.29º degrees, saturation: 0.52, 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 #487EC6 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 126 | 198 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.22 |
| HSL | 214.29º | 0.53% | 0.53% | - |
| HSV(B) | 214.29º | 0.64% | 0.78% | - |
| XYZ | 20.33 | 20.38 | 56.29 | - |
| YUV | 118.06 | 173.11 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 198 | 0.64 | 0.36 | 0 | 0.22 | 214.29 | 0.53 | 0.53 |
| Hex | 48 | 7E | C6 | 40 | 24 | 0 | 16 | D6 | 34 | 35 |
| Octal | 110 | 176 | 306 | 100 | 44 | 0 | 26 | 326 | 64 | 65 |
| Binary | 1001000 | 1111110 | 11000110 | 1000000 | 100100 | 0 | 10110 | 11010110 | 110100 | 110101 |
Color Harmonies of #487EC6
Complementary color
Monochromatic Colors of #487EC6
Black with #487EC6
Text Example
Text Example
White with #487EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EC6; }
p { color: rgb(72,126,198); }
H1.HeaderClassName
{
color: #487EC6;
}
.AnyTagClassName
{
color: #487EC6;
}
</style>
background-color css
<style>
a { background-color: #487EC6; }
a { background-color: rgb(72,126,198); }
div.DivClassName
{
background-color: #487EC6;
}
.BgClassName
{
background-color: #487EC6;
}
</style>
border-color css
<style>
span { border-color: #487EC6; }
span { border-color: rgb(72,126,198); }
td.TdClassName
{
border-color: #487EC6;
}
.TagClassName
{
border-color: #487EC6;
}
</style>