Shades of Jelly Bean #49738D
Tints of Jelly Bean #49738D
RGB
CMYK
RGB Variations
Color information
#49738D (or 0x49738D) is known color: Jelly Bean. HEX triplet: 49, 73 and 8D. RGB value is (73,115,141). Sum of RGB (Red+Green+Blue) = 73+115+141=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #49738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49738D is #B68C72. Grayscale: #696969. Windows color (decimal): -11963507 or 9270089. OLE color: 9270089.
HSL color Cylindrical-coordinate representation of color #49738D: hue angle of 202.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49738D is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 115 | 141 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.45 |
| HSL | 202.94º | 0.32% | 0.42% | - |
| HSV(B) | 202.94º | 0.48% | 0.55% | - |
| XYZ | 13.69 | 15.6 | 27.49 | - |
| YUV | 105.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 141 | 0.48 | 0.18 | 0 | 0.45 | 202.94 | 0.32 | 0.42 |
| Hex | 49 | 73 | 8D | 30 | 12 | 0 | 2D | CB | 20 | 2A |
| Octal | 111 | 163 | 215 | 60 | 22 | 0 | 55 | 313 | 40 | 52 |
| Binary | 1001001 | 1110011 | 10001101 | 110000 | 10010 | 0 | 101101 | 11001011 | 100000 | 101010 |
Color Harmonies of #49738D
Complementary color
Monochromatic Colors of #49738D
Black with #49738D
Text Example
Text Example
White with #49738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49738D; }
p { color: rgb(73,115,141); }
H1.HeaderClassName
{
color: #49738D;
}
.AnyTagClassName
{
color: #49738D;
}
</style>
background-color css
<style>
a { background-color: #49738D; }
a { background-color: rgb(73,115,141); }
div.DivClassName
{
background-color: #49738D;
}
.BgClassName
{
background-color: #49738D;
}
</style>
border-color css
<style>
span { border-color: #49738D; }
span { border-color: rgb(73,115,141); }
td.TdClassName
{
border-color: #49738D;
}
.TagClassName
{
border-color: #49738D;
}
</style>