Shades of Jelly Bean #49748D
Tints of Jelly Bean #49748D
RGB
CMYK
RGB Variations
Color information
#49748D (or 0x49748D) is known color: Jelly Bean. HEX triplet: 49, 74 and 8D. RGB value is (73,116,141). Sum of RGB (Red+Green+Blue) = 73+116+141=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #49748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49748D is #B68B72. Grayscale: #696969. Windows color (decimal): -11963251 or 9270345. OLE color: 9270345.
HSL color Cylindrical-coordinate representation of color #49748D: hue angle of 202.06º 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 #49748D is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 116 | 141 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.45 |
| HSL | 202.06º | 0.32% | 0.42% | - |
| HSV(B) | 202.06º | 0.48% | 0.55% | - |
| XYZ | 13.8 | 15.83 | 27.53 | - |
| YUV | 105.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 141 | 0.48 | 0.18 | 0 | 0.45 | 202.06 | 0.32 | 0.42 |
| Hex | 49 | 74 | 8D | 30 | 12 | 0 | 2D | CA | 20 | 2A |
| Octal | 111 | 164 | 215 | 60 | 22 | 0 | 55 | 312 | 40 | 52 |
| Binary | 1001001 | 1110100 | 10001101 | 110000 | 10010 | 0 | 101101 | 11001010 | 100000 | 101010 |
Color Harmonies of #49748D
Complementary color
Monochromatic Colors of #49748D
Black with #49748D
Text Example
Text Example
White with #49748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49748D; }
p { color: rgb(73,116,141); }
H1.HeaderClassName
{
color: #49748D;
}
.AnyTagClassName
{
color: #49748D;
}
</style>
background-color css
<style>
a { background-color: #49748D; }
a { background-color: rgb(73,116,141); }
div.DivClassName
{
background-color: #49748D;
}
.BgClassName
{
background-color: #49748D;
}
</style>
border-color css
<style>
span { border-color: #49748D; }
span { border-color: rgb(73,116,141); }
td.TdClassName
{
border-color: #49748D;
}
.TagClassName
{
border-color: #49748D;
}
</style>