Shades of Jelly Bean #49808E
Tints of Jelly Bean #49808E
RGB
CMYK
RGB Variations
Color information
#49808E (or 0x49808E) is known color: Jelly Bean. HEX triplet: 49, 80 and 8E. RGB value is (73,128,142). Sum of RGB (Red+Green+Blue) = 73+128+142=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #49808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49808E is #B67F71. Grayscale: #717171. Windows color (decimal): -11960178 or 9338953. OLE color: 9338953.
HSL color Cylindrical-coordinate representation of color #49808E: hue angle of 192.17º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49808E is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 128 | 142 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.44 |
| HSL | 192.17º | 0.32% | 0.42% | - |
| HSV(B) | 192.17º | 0.49% | 0.56% | - |
| XYZ | 15.35 | 18.81 | 28.41 | - |
| YUV | 113.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 142 | 0.49 | 0.10 | 0 | 0.44 | 192.17 | 0.32 | 0.42 |
| Hex | 49 | 80 | 8E | 31 | A | 0 | 2C | C0 | 20 | 2A |
| Octal | 111 | 200 | 216 | 61 | 12 | 0 | 54 | 300 | 40 | 52 |
| Binary | 1001001 | 10000000 | 10001110 | 110001 | 1010 | 0 | 101100 | 11000000 | 100000 | 101010 |
Color Harmonies of #49808E
Complementary color
Monochromatic Colors of #49808E
Black with #49808E
Text Example
Text Example
White with #49808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49808E; }
p { color: rgb(73,128,142); }
H1.HeaderClassName
{
color: #49808E;
}
.AnyTagClassName
{
color: #49808E;
}
</style>
background-color css
<style>
a { background-color: #49808E; }
a { background-color: rgb(73,128,142); }
div.DivClassName
{
background-color: #49808E;
}
.BgClassName
{
background-color: #49808E;
}
</style>
border-color css
<style>
span { border-color: #49808E; }
span { border-color: rgb(73,128,142); }
td.TdClassName
{
border-color: #49808E;
}
.TagClassName
{
border-color: #49808E;
}
</style>