Shades of Havelock Blue #487CC1
Tints of Havelock Blue #487CC1
RGB
CMYK
RGB Variations
Color information
#487CC1 (or 0x487CC1) is known color: Havelock Blue. HEX triplet: 48, 7C and C1. RGB value is (72,124,193). Sum of RGB (Red+Green+Blue) = 72+124+193=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #487CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CC1 is #B7833E. Grayscale: #737373. Windows color (decimal): -12026687 or 12680264. OLE color: 12680264.
HSL color Cylindrical-coordinate representation of color #487CC1: hue angle of 214.21º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #487CC1 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 124 | 193 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.24 |
| HSL | 214.21º | 0.49% | 0.52% | - |
| HSV(B) | 214.21º | 0.63% | 0.76% | - |
| XYZ | 19.51 | 19.64 | 53.22 | - |
| YUV | 116.32 | 171.27 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 193 | 0.63 | 0.36 | 0 | 0.24 | 214.21 | 0.49 | 0.52 |
| Hex | 48 | 7C | C1 | 3F | 24 | 0 | 18 | D6 | 31 | 34 |
| Octal | 110 | 174 | 301 | 77 | 44 | 0 | 30 | 326 | 61 | 64 |
| Binary | 1001000 | 1111100 | 11000001 | 111111 | 100100 | 0 | 11000 | 11010110 | 110001 | 110100 |
Color Harmonies of #487CC1
Complementary color
Monochromatic Colors of #487CC1
Black with #487CC1
Text Example
Text Example
White with #487CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CC1; }
p { color: rgb(72,124,193); }
H1.HeaderClassName
{
color: #487CC1;
}
.AnyTagClassName
{
color: #487CC1;
}
</style>
background-color css
<style>
a { background-color: #487CC1; }
a { background-color: rgb(72,124,193); }
div.DivClassName
{
background-color: #487CC1;
}
.BgClassName
{
background-color: #487CC1;
}
</style>
border-color css
<style>
span { border-color: #487CC1; }
span { border-color: rgb(72,124,193); }
td.TdClassName
{
border-color: #487CC1;
}
.TagClassName
{
border-color: #487CC1;
}
</style>