Shades of Havelock Blue #487EC3
Tints of Havelock Blue #487EC3
RGB
CMYK
RGB Variations
Color information
#487EC3 (or 0x487EC3) is known color: Havelock Blue. HEX triplet: 48, 7E and C3. RGB value is (72,126,195). Sum of RGB (Red+Green+Blue) = 72+126+195=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #487EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EC3 is #B7813C. Grayscale: #757575. Windows color (decimal): -12026173 or 12811848. OLE color: 12811848.
HSL color Cylindrical-coordinate representation of color #487EC3: hue angle of 213.66º 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 #487EC3 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 126 | 195 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.24 |
| HSL | 213.66º | 0.51% | 0.52% | - |
| HSV(B) | 213.66º | 0.63% | 0.76% | - |
| XYZ | 19.98 | 20.24 | 54.48 | - |
| YUV | 117.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 195 | 0.63 | 0.35 | 0 | 0.24 | 213.66 | 0.51 | 0.52 |
| Hex | 48 | 7E | C3 | 3F | 23 | 0 | 18 | D6 | 33 | 34 |
| Octal | 110 | 176 | 303 | 77 | 43 | 0 | 30 | 326 | 63 | 64 |
| Binary | 1001000 | 1111110 | 11000011 | 111111 | 100011 | 0 | 11000 | 11010110 | 110011 | 110100 |
Color Harmonies of #487EC3
Complementary color
Monochromatic Colors of #487EC3
Black with #487EC3
Text Example
Text Example
White with #487EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EC3; }
p { color: rgb(72,126,195); }
H1.HeaderClassName
{
color: #487EC3;
}
.AnyTagClassName
{
color: #487EC3;
}
</style>
background-color css
<style>
a { background-color: #487EC3; }
a { background-color: rgb(72,126,195); }
div.DivClassName
{
background-color: #487EC3;
}
.BgClassName
{
background-color: #487EC3;
}
</style>
border-color css
<style>
span { border-color: #487EC3; }
span { border-color: rgb(72,126,195); }
td.TdClassName
{
border-color: #487EC3;
}
.TagClassName
{
border-color: #487EC3;
}
</style>