Shades of Jelly Bean #487D89
Tints of Jelly Bean #487D89
RGB
CMYK
RGB Variations
Color information
#487D89 (or 0x487D89) is known color: Jelly Bean. HEX triplet: 48, 7D and 89. RGB value is (72,125,137). Sum of RGB (Red+Green+Blue) = 72+125+137=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #487D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D89 is #B78276. Grayscale: #6E6E6E. Windows color (decimal): -12026487 or 9010504. OLE color: 9010504.
HSL color Cylindrical-coordinate representation of color #487D89: hue angle of 191.08º 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 #487D89 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 125 | 137 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.46 |
| HSL | 191.08º | 0.31% | 0.41% | - |
| HSV(B) | 191.08º | 0.47% | 0.54% | - |
| XYZ | 14.52 | 17.85 | 26.35 | - |
| YUV | 110.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 137 | 0.47 | 0.09 | 0 | 0.46 | 191.08 | 0.31 | 0.41 |
| Hex | 48 | 7D | 89 | 2F | 9 | 0 | 2E | BF | 1F | 29 |
| Octal | 110 | 175 | 211 | 57 | 11 | 0 | 56 | 277 | 37 | 51 |
| Binary | 1001000 | 1111101 | 10001001 | 101111 | 1001 | 0 | 101110 | 10111111 | 11111 | 101001 |
Color Harmonies of #487D89
Complementary color
Monochromatic Colors of #487D89
Black with #487D89
Text Example
Text Example
White with #487D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487D89; }
p { color: rgb(72,125,137); }
H1.HeaderClassName
{
color: #487D89;
}
.AnyTagClassName
{
color: #487D89;
}
</style>
background-color css
<style>
a { background-color: #487D89; }
a { background-color: rgb(72,125,137); }
div.DivClassName
{
background-color: #487D89;
}
.BgClassName
{
background-color: #487D89;
}
</style>
border-color css
<style>
span { border-color: #487D89; }
span { border-color: rgb(72,125,137); }
td.TdClassName
{
border-color: #487D89;
}
.TagClassName
{
border-color: #487D89;
}
</style>