Shades of Havelock Blue #487BC7
Tints of Havelock Blue #487BC7
RGB
CMYK
RGB Variations
Color information
#487BC7 (or 0x487BC7) is known color: Havelock Blue. HEX triplet: 48, 7B and C7. RGB value is (72,123,199). Sum of RGB (Red+Green+Blue) = 72+123+199=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #487BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BC7 is #B78438. Grayscale: #747474. Windows color (decimal): -12026937 or 13073224. OLE color: 13073224.
HSL color Cylindrical-coordinate representation of color #487BC7: hue angle of 215.91º degrees, saturation: 0.53, 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 #487BC7 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 123 | 199 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.22 |
| HSL | 215.91º | 0.53% | 0.53% | - |
| HSV(B) | 215.91º | 0.64% | 0.78% | - |
| XYZ | 20.06 | 19.67 | 56.77 | - |
| YUV | 116.42 | 174.6 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 199 | 0.64 | 0.38 | 0 | 0.22 | 215.91 | 0.53 | 0.53 |
| Hex | 48 | 7B | C7 | 40 | 26 | 0 | 16 | D8 | 35 | 35 |
| Octal | 110 | 173 | 307 | 100 | 46 | 0 | 26 | 330 | 65 | 65 |
| Binary | 1001000 | 1111011 | 11000111 | 1000000 | 100110 | 0 | 10110 | 11011000 | 110101 | 110101 |
Color Harmonies of #487BC7
Complementary color
Monochromatic Colors of #487BC7
Black with #487BC7
Text Example
Text Example
White with #487BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BC7; }
p { color: rgb(72,123,199); }
H1.HeaderClassName
{
color: #487BC7;
}
.AnyTagClassName
{
color: #487BC7;
}
</style>
background-color css
<style>
a { background-color: #487BC7; }
a { background-color: rgb(72,123,199); }
div.DivClassName
{
background-color: #487BC7;
}
.BgClassName
{
background-color: #487BC7;
}
</style>
border-color css
<style>
span { border-color: #487BC7; }
span { border-color: rgb(72,123,199); }
td.TdClassName
{
border-color: #487BC7;
}
.TagClassName
{
border-color: #487BC7;
}
</style>