Shades of Havelock Blue #487CC3
Tints of Havelock Blue #487CC3
RGB
CMYK
RGB Variations
Color information
#487CC3 (or 0x487CC3) is known color: Havelock Blue. HEX triplet: 48, 7C and C3. RGB value is (72,124,195). Sum of RGB (Red+Green+Blue) = 72+124+195=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #487CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CC3 is #B7833C. Grayscale: #747474. Windows color (decimal): -12026685 or 12811336. OLE color: 12811336.
HSL color Cylindrical-coordinate representation of color #487CC3: hue angle of 214.63º degrees, saturation: 0.51, 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 #487CC3 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 124 | 195 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.24 |
| HSL | 214.63º | 0.51% | 0.52% | - |
| HSV(B) | 214.63º | 0.63% | 0.76% | - |
| XYZ | 19.73 | 19.73 | 54.4 | - |
| YUV | 116.55 | 172.27 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 195 | 0.63 | 0.36 | 0 | 0.24 | 214.63 | 0.51 | 0.52 |
| Hex | 48 | 7C | C3 | 3F | 24 | 0 | 18 | D7 | 33 | 34 |
| Octal | 110 | 174 | 303 | 77 | 44 | 0 | 30 | 327 | 63 | 64 |
| Binary | 1001000 | 1111100 | 11000011 | 111111 | 100100 | 0 | 11000 | 11010111 | 110011 | 110100 |
Color Harmonies of #487CC3
Complementary color
Monochromatic Colors of #487CC3
Black with #487CC3
Text Example
Text Example
White with #487CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CC3; }
p { color: rgb(72,124,195); }
H1.HeaderClassName
{
color: #487CC3;
}
.AnyTagClassName
{
color: #487CC3;
}
</style>
background-color css
<style>
a { background-color: #487CC3; }
a { background-color: rgb(72,124,195); }
div.DivClassName
{
background-color: #487CC3;
}
.BgClassName
{
background-color: #487CC3;
}
</style>
border-color css
<style>
span { border-color: #487CC3; }
span { border-color: rgb(72,124,195); }
td.TdClassName
{
border-color: #487CC3;
}
.TagClassName
{
border-color: #487CC3;
}
</style>