Shades of Jelly Bean #49758C
Tints of Jelly Bean #49758C
RGB
CMYK
RGB Variations
Color information
#49758C (or 0x49758C) is known color: Jelly Bean. HEX triplet: 49, 75 and 8C. RGB value is (73,117,140). Sum of RGB (Red+Green+Blue) = 73+117+140=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #49758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49758C is #B68A73. Grayscale: #6A6A6A. Windows color (decimal): -11962996 or 9205065. OLE color: 9205065.
HSL color Cylindrical-coordinate representation of color #49758C: hue angle of 200.6º degrees, saturation: 0.31, 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 #49758C is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 117 | 140 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.45 |
| HSL | 200.6º | 0.31% | 0.42% | - |
| HSV(B) | 200.6º | 0.48% | 0.55% | - |
| XYZ | 13.84 | 16.03 | 27.18 | - |
| YUV | 106.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 140 | 0.48 | 0.16 | 0 | 0.45 | 200.6 | 0.31 | 0.42 |
| Hex | 49 | 75 | 8C | 30 | 10 | 0 | 2D | C9 | 1F | 2A |
| Octal | 111 | 165 | 214 | 60 | 20 | 0 | 55 | 311 | 37 | 52 |
| Binary | 1001001 | 1110101 | 10001100 | 110000 | 10000 | 0 | 101101 | 11001001 | 11111 | 101010 |
Color Harmonies of #49758C
Complementary color
Monochromatic Colors of #49758C
Black with #49758C
Text Example
Text Example
White with #49758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49758C; }
p { color: rgb(73,117,140); }
H1.HeaderClassName
{
color: #49758C;
}
.AnyTagClassName
{
color: #49758C;
}
</style>
background-color css
<style>
a { background-color: #49758C; }
a { background-color: rgb(73,117,140); }
div.DivClassName
{
background-color: #49758C;
}
.BgClassName
{
background-color: #49758C;
}
</style>
border-color css
<style>
span { border-color: #49758C; }
span { border-color: rgb(73,117,140); }
td.TdClassName
{
border-color: #49758C;
}
.TagClassName
{
border-color: #49758C;
}
</style>