Shades of Jelly Bean #49738A
Tints of Jelly Bean #49738A
RGB
CMYK
RGB Variations
Color information
#49738A (or 0x49738A) is known color: Jelly Bean. HEX triplet: 49, 73 and 8A. RGB value is (73,115,138). Sum of RGB (Red+Green+Blue) = 73+115+138=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #49738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49738A is #B68C75. Grayscale: #686868. Windows color (decimal): -11963510 or 9073481. OLE color: 9073481.
HSL color Cylindrical-coordinate representation of color #49738A: hue angle of 201.23º 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 #49738A is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 115 | 138 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.46 |
| HSL | 201.23º | 0.31% | 0.41% | - |
| HSV(B) | 201.23º | 0.47% | 0.54% | - |
| XYZ | 13.47 | 15.51 | 26.33 | - |
| YUV | 105.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 138 | 0.47 | 0.17 | 0 | 0.46 | 201.23 | 0.31 | 0.41 |
| Hex | 49 | 73 | 8A | 2F | 11 | 0 | 2E | C9 | 1F | 29 |
| Octal | 111 | 163 | 212 | 57 | 21 | 0 | 56 | 311 | 37 | 51 |
| Binary | 1001001 | 1110011 | 10001010 | 101111 | 10001 | 0 | 101110 | 11001001 | 11111 | 101001 |
Color Harmonies of #49738A
Complementary color
Monochromatic Colors of #49738A
Black with #49738A
Text Example
Text Example
White with #49738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49738A; }
p { color: rgb(73,115,138); }
H1.HeaderClassName
{
color: #49738A;
}
.AnyTagClassName
{
color: #49738A;
}
</style>
background-color css
<style>
a { background-color: #49738A; }
a { background-color: rgb(73,115,138); }
div.DivClassName
{
background-color: #49738A;
}
.BgClassName
{
background-color: #49738A;
}
</style>
border-color css
<style>
span { border-color: #49738A; }
span { border-color: rgb(73,115,138); }
td.TdClassName
{
border-color: #49738A;
}
.TagClassName
{
border-color: #49738A;
}
</style>