Shades of Jelly Bean #49758E
Tints of Jelly Bean #49758E
RGB
CMYK
RGB Variations
Color information
#49758E (or 0x49758E) is known color: Jelly Bean. HEX triplet: 49, 75 and 8E. RGB value is (73,117,142). Sum of RGB (Red+Green+Blue) = 73+117+142=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #49758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49758E is #B68A71. Grayscale: #6A6A6A. Windows color (decimal): -11962994 or 9336137. OLE color: 9336137.
HSL color Cylindrical-coordinate representation of color #49758E: hue angle of 201.74º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49758E is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 117 | 142 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.44 |
| HSL | 201.74º | 0.32% | 0.42% | - |
| HSV(B) | 201.74º | 0.49% | 0.56% | - |
| XYZ | 13.99 | 16.09 | 27.96 | - |
| YUV | 106.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 142 | 0.49 | 0.18 | 0 | 0.44 | 201.74 | 0.32 | 0.42 |
| Hex | 49 | 75 | 8E | 31 | 12 | 0 | 2C | CA | 20 | 2A |
| Octal | 111 | 165 | 216 | 61 | 22 | 0 | 54 | 312 | 40 | 52 |
| Binary | 1001001 | 1110101 | 10001110 | 110001 | 10010 | 0 | 101100 | 11001010 | 100000 | 101010 |
Color Harmonies of #49758E
Complementary color
Monochromatic Colors of #49758E
Black with #49758E
Text Example
Text Example
White with #49758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49758E; }
p { color: rgb(73,117,142); }
H1.HeaderClassName
{
color: #49758E;
}
.AnyTagClassName
{
color: #49758E;
}
</style>
background-color css
<style>
a { background-color: #49758E; }
a { background-color: rgb(73,117,142); }
div.DivClassName
{
background-color: #49758E;
}
.BgClassName
{
background-color: #49758E;
}
</style>
border-color css
<style>
span { border-color: #49758E; }
span { border-color: rgb(73,117,142); }
td.TdClassName
{
border-color: #49758E;
}
.TagClassName
{
border-color: #49758E;
}
</style>