Shades of Jelly Bean #487D96
Tints of Jelly Bean #487D96
RGB
CMYK
RGB Variations
Color information
#487D96 (or 0x487D96) is known color: Jelly Bean. HEX triplet: 48, 7D and 96. RGB value is (72,125,150). Sum of RGB (Red+Green+Blue) = 72+125+150=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #487D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D96 is #B78269. Grayscale: #6F6F6F. Windows color (decimal): -12026474 or 9862472. OLE color: 9862472.
HSL color Cylindrical-coordinate representation of color #487D96: hue angle of 199.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487D96 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 125 | 150 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.41 |
| HSL | 199.23º | 0.35% | 0.44% | - |
| HSV(B) | 199.23º | 0.52% | 0.59% | - |
| XYZ | 15.51 | 18.25 | 31.56 | - |
| YUV | 112 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 150 | 0.52 | 0.17 | 0 | 0.41 | 199.23 | 0.35 | 0.44 |
| Hex | 48 | 7D | 96 | 34 | 11 | 0 | 29 | C7 | 23 | 2C |
| Octal | 110 | 175 | 226 | 64 | 21 | 0 | 51 | 307 | 43 | 54 |
| Binary | 1001000 | 1111101 | 10010110 | 110100 | 10001 | 0 | 101001 | 11000111 | 100011 | 101100 |
Color Harmonies of #487D96
Complementary color
Monochromatic Colors of #487D96
Black with #487D96
Text Example
Text Example
White with #487D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487D96; }
p { color: rgb(72,125,150); }
H1.HeaderClassName
{
color: #487D96;
}
.AnyTagClassName
{
color: #487D96;
}
</style>
background-color css
<style>
a { background-color: #487D96; }
a { background-color: rgb(72,125,150); }
div.DivClassName
{
background-color: #487D96;
}
.BgClassName
{
background-color: #487D96;
}
</style>
border-color css
<style>
span { border-color: #487D96; }
span { border-color: rgb(72,125,150); }
td.TdClassName
{
border-color: #487D96;
}
.TagClassName
{
border-color: #487D96;
}
</style>