Shades of Havelock Blue #487CC4
Tints of Havelock Blue #487CC4
RGB
CMYK
RGB Variations
Color information
#487CC4 (or 0x487CC4) is known color: Havelock Blue. HEX triplet: 48, 7C and C4. RGB value is (72,124,196). Sum of RGB (Red+Green+Blue) = 72+124+196=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #487CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CC4 is #B7833B. Grayscale: #747474. Windows color (decimal): -12026684 or 12876872. OLE color: 12876872.
HSL color Cylindrical-coordinate representation of color #487CC4: hue angle of 214.84º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #487CC4 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 124 | 196 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.23 |
| HSL | 214.84º | 0.51% | 0.53% | - |
| HSV(B) | 214.84º | 0.63% | 0.77% | - |
| XYZ | 19.84 | 19.78 | 55 | - |
| YUV | 116.66 | 172.77 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 196 | 0.63 | 0.37 | 0 | 0.23 | 214.84 | 0.51 | 0.53 |
| Hex | 48 | 7C | C4 | 3F | 25 | 0 | 17 | D7 | 33 | 35 |
| Octal | 110 | 174 | 304 | 77 | 45 | 0 | 27 | 327 | 63 | 65 |
| Binary | 1001000 | 1111100 | 11000100 | 111111 | 100101 | 0 | 10111 | 11010111 | 110011 | 110101 |
Color Harmonies of #487CC4
Complementary color
Monochromatic Colors of #487CC4
Black with #487CC4
Text Example
Text Example
White with #487CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CC4; }
p { color: rgb(72,124,196); }
H1.HeaderClassName
{
color: #487CC4;
}
.AnyTagClassName
{
color: #487CC4;
}
</style>
background-color css
<style>
a { background-color: #487CC4; }
a { background-color: rgb(72,124,196); }
div.DivClassName
{
background-color: #487CC4;
}
.BgClassName
{
background-color: #487CC4;
}
</style>
border-color css
<style>
span { border-color: #487CC4; }
span { border-color: rgb(72,124,196); }
td.TdClassName
{
border-color: #487CC4;
}
.TagClassName
{
border-color: #487CC4;
}
</style>