Shades of Jelly Bean #49818F
Tints of Jelly Bean #49818F
RGB
CMYK
RGB Variations
Color information
#49818F (or 0x49818F) is known color: Jelly Bean. HEX triplet: 49, 81 and 8F. RGB value is (73,129,143). Sum of RGB (Red+Green+Blue) = 73+129+143=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #49818F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49818F is #B67E70. Grayscale: #717171. Windows color (decimal): -11959921 or 9404745. OLE color: 9404745.
HSL color Cylindrical-coordinate representation of color #49818F: hue angle of 192º 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 #49818F is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 129 | 143 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.44 |
| HSL | 192º | 0.32% | 0.42% | - |
| HSV(B) | 192º | 0.49% | 0.56% | - |
| XYZ | 15.56 | 19.1 | 28.85 | - |
| YUV | 113.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 143 | 0.49 | 0.10 | 0 | 0.44 | 192 | 0.32 | 0.42 |
| Hex | 49 | 81 | 8F | 31 | A | 0 | 2C | C0 | 20 | 2A |
| Octal | 111 | 201 | 217 | 61 | 12 | 0 | 54 | 300 | 40 | 52 |
| Binary | 1001001 | 10000001 | 10001111 | 110001 | 1010 | 0 | 101100 | 11000000 | 100000 | 101010 |
Color Harmonies of #49818F
Complementary color
Monochromatic Colors of #49818F
Black with #49818F
Text Example
Text Example
White with #49818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49818F; }
p { color: rgb(73,129,143); }
H1.HeaderClassName
{
color: #49818F;
}
.AnyTagClassName
{
color: #49818F;
}
</style>
background-color css
<style>
a { background-color: #49818F; }
a { background-color: rgb(73,129,143); }
div.DivClassName
{
background-color: #49818F;
}
.BgClassName
{
background-color: #49818F;
}
</style>
border-color css
<style>
span { border-color: #49818F; }
span { border-color: rgb(73,129,143); }
td.TdClassName
{
border-color: #49818F;
}
.TagClassName
{
border-color: #49818F;
}
</style>