Shades of Jelly Bean #487B87
Tints of Jelly Bean #487B87
RGB
CMYK
RGB Variations
Color information
#487B87 (or 0x487B87) is known color: Jelly Bean. HEX triplet: 48, 7B and 87. RGB value is (72,123,135). Sum of RGB (Red+Green+Blue) = 72+123+135=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #487B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B87 is #B78478. Grayscale: #6D6D6D. Windows color (decimal): -12027001 or 8878920. OLE color: 8878920.
HSL color Cylindrical-coordinate representation of color #487B87: hue angle of 191.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487B87 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 123 | 135 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.47 |
| HSL | 191.43º | 0.3% | 0.41% | - |
| HSV(B) | 191.43º | 0.47% | 0.53% | - |
| XYZ | 14.13 | 17.29 | 25.51 | - |
| YUV | 109.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 135 | 0.47 | 0.09 | 0 | 0.47 | 191.43 | 0.3 | 0.41 |
| Hex | 48 | 7B | 87 | 2F | 9 | 0 | 2F | BF | 1E | 29 |
| Octal | 110 | 173 | 207 | 57 | 11 | 0 | 57 | 277 | 36 | 51 |
| Binary | 1001000 | 1111011 | 10000111 | 101111 | 1001 | 0 | 101111 | 10111111 | 11110 | 101001 |
Color Harmonies of #487B87
Complementary color
Monochromatic Colors of #487B87
Black with #487B87
Text Example
Text Example
White with #487B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B87; }
p { color: rgb(72,123,135); }
H1.HeaderClassName
{
color: #487B87;
}
.AnyTagClassName
{
color: #487B87;
}
</style>
background-color css
<style>
a { background-color: #487B87; }
a { background-color: rgb(72,123,135); }
div.DivClassName
{
background-color: #487B87;
}
.BgClassName
{
background-color: #487B87;
}
</style>
border-color css
<style>
span { border-color: #487B87; }
span { border-color: rgb(72,123,135); }
td.TdClassName
{
border-color: #487B87;
}
.TagClassName
{
border-color: #487B87;
}
</style>