Shades of Jelly Bean #49798A
Tints of Jelly Bean #49798A
RGB
CMYK
RGB Variations
Color information
#49798A (or 0x49798A) is known color: Jelly Bean. HEX triplet: 49, 79 and 8A. RGB value is (73,121,138). Sum of RGB (Red+Green+Blue) = 73+121+138=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #49798A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49798A is #B68675. Grayscale: #6C6C6C. Windows color (decimal): -11961974 or 9075017. OLE color: 9075017.
HSL color Cylindrical-coordinate representation of color #49798A: hue angle of 195.69º 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 #49798A is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 121 | 138 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.46 |
| HSL | 195.69º | 0.31% | 0.41% | - |
| HSV(B) | 195.69º | 0.47% | 0.54% | - |
| XYZ | 14.17 | 16.93 | 26.56 | - |
| YUV | 108.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 138 | 0.47 | 0.12 | 0 | 0.46 | 195.69 | 0.31 | 0.41 |
| Hex | 49 | 79 | 8A | 2F | C | 0 | 2E | C4 | 1F | 29 |
| Octal | 111 | 171 | 212 | 57 | 14 | 0 | 56 | 304 | 37 | 51 |
| Binary | 1001001 | 1111001 | 10001010 | 101111 | 1100 | 0 | 101110 | 11000100 | 11111 | 101001 |
Color Harmonies of #49798A
Complementary color
Monochromatic Colors of #49798A
Black with #49798A
Text Example
Text Example
White with #49798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49798A; }
p { color: rgb(73,121,138); }
H1.HeaderClassName
{
color: #49798A;
}
.AnyTagClassName
{
color: #49798A;
}
</style>
background-color css
<style>
a { background-color: #49798A; }
a { background-color: rgb(73,121,138); }
div.DivClassName
{
background-color: #49798A;
}
.BgClassName
{
background-color: #49798A;
}
</style>
border-color css
<style>
span { border-color: #49798A; }
span { border-color: rgb(73,121,138); }
td.TdClassName
{
border-color: #49798A;
}
.TagClassName
{
border-color: #49798A;
}
</style>