Shades of Jelly Bean #49748B
Tints of Jelly Bean #49748B
RGB
CMYK
RGB Variations
Color information
#49748B (or 0x49748B) is known color: Jelly Bean. HEX triplet: 49, 74 and 8B. RGB value is (73,116,139). Sum of RGB (Red+Green+Blue) = 73+116+139=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #49748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49748B is #B68B74. Grayscale: #696969. Windows color (decimal): -11963253 or 9139273. OLE color: 9139273.
HSL color Cylindrical-coordinate representation of color #49748B: hue angle of 200.91º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49748B is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 116 | 139 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.45 |
| HSL | 200.91º | 0.31% | 0.42% | - |
| HSV(B) | 200.91º | 0.47% | 0.55% | - |
| XYZ | 13.65 | 15.77 | 26.75 | - |
| YUV | 105.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 139 | 0.47 | 0.17 | 0 | 0.45 | 200.91 | 0.31 | 0.42 |
| Hex | 49 | 74 | 8B | 2F | 11 | 0 | 2D | C9 | 1F | 2A |
| Octal | 111 | 164 | 213 | 57 | 21 | 0 | 55 | 311 | 37 | 52 |
| Binary | 1001001 | 1110100 | 10001011 | 101111 | 10001 | 0 | 101101 | 11001001 | 11111 | 101010 |
Color Harmonies of #49748B
Complementary color
Monochromatic Colors of #49748B
Black with #49748B
Text Example
Text Example
White with #49748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49748B; }
p { color: rgb(73,116,139); }
H1.HeaderClassName
{
color: #49748B;
}
.AnyTagClassName
{
color: #49748B;
}
</style>
background-color css
<style>
a { background-color: #49748B; }
a { background-color: rgb(73,116,139); }
div.DivClassName
{
background-color: #49748B;
}
.BgClassName
{
background-color: #49748B;
}
</style>
border-color css
<style>
span { border-color: #49748B; }
span { border-color: rgb(73,116,139); }
td.TdClassName
{
border-color: #49748B;
}
.TagClassName
{
border-color: #49748B;
}
</style>