Shades of Jelly Bean #487C89
Tints of Jelly Bean #487C89
RGB
CMYK
RGB Variations
Color information
#487C89 (or 0x487C89) is known color: Jelly Bean. HEX triplet: 48, 7C and 89. RGB value is (72,124,137). Sum of RGB (Red+Green+Blue) = 72+124+137=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #487C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C89 is #B78376. Grayscale: #6D6D6D. Windows color (decimal): -12026743 or 9010248. OLE color: 9010248.
HSL color Cylindrical-coordinate representation of color #487C89: hue angle of 192º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487C89 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 124 | 137 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.46 |
| HSL | 192º | 0.31% | 0.41% | - |
| HSV(B) | 192º | 0.47% | 0.54% | - |
| XYZ | 14.4 | 17.6 | 26.31 | - |
| YUV | 109.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 137 | 0.47 | 0.09 | 0 | 0.46 | 192 | 0.31 | 0.41 |
| Hex | 48 | 7C | 89 | 2F | 9 | 0 | 2E | C0 | 1F | 29 |
| Octal | 110 | 174 | 211 | 57 | 11 | 0 | 56 | 300 | 37 | 51 |
| Binary | 1001000 | 1111100 | 10001001 | 101111 | 1001 | 0 | 101110 | 11000000 | 11111 | 101001 |
Color Harmonies of #487C89
Complementary color
Monochromatic Colors of #487C89
Black with #487C89
Text Example
Text Example
White with #487C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C89; }
p { color: rgb(72,124,137); }
H1.HeaderClassName
{
color: #487C89;
}
.AnyTagClassName
{
color: #487C89;
}
</style>
background-color css
<style>
a { background-color: #487C89; }
a { background-color: rgb(72,124,137); }
div.DivClassName
{
background-color: #487C89;
}
.BgClassName
{
background-color: #487C89;
}
</style>
border-color css
<style>
span { border-color: #487C89; }
span { border-color: rgb(72,124,137); }
td.TdClassName
{
border-color: #487C89;
}
.TagClassName
{
border-color: #487C89;
}
</style>