Shades of Jelly Bean #49799D
Tints of Jelly Bean #49799D
RGB
CMYK
RGB Variations
Color information
#49799D (or 0x49799D) is known color: Jelly Bean. HEX triplet: 49, 79 and 9D. RGB value is (73,121,157). Sum of RGB (Red+Green+Blue) = 73+121+157=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #49799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49799D is #B68662. Grayscale: #6E6E6E. Windows color (decimal): -11961955 or 10320201. OLE color: 10320201.
HSL color Cylindrical-coordinate representation of color #49799D: hue angle of 205.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49799D is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 121 | 157 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.38 |
| HSL | 205.71º | 0.37% | 0.45% | - |
| HSV(B) | 205.71º | 0.54% | 0.62% | - |
| XYZ | 15.67 | 17.53 | 34.46 | - |
| YUV | 110.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 157 | 0.54 | 0.23 | 0 | 0.38 | 205.71 | 0.37 | 0.45 |
| Hex | 49 | 79 | 9D | 36 | 17 | 0 | 26 | CE | 25 | 2D |
| Octal | 111 | 171 | 235 | 66 | 27 | 0 | 46 | 316 | 45 | 55 |
| Binary | 1001001 | 1111001 | 10011101 | 110110 | 10111 | 0 | 100110 | 11001110 | 100101 | 101101 |
Color Harmonies of #49799D
Complementary color
Monochromatic Colors of #49799D
Black with #49799D
Text Example
Text Example
White with #49799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49799D; }
p { color: rgb(73,121,157); }
H1.HeaderClassName
{
color: #49799D;
}
.AnyTagClassName
{
color: #49799D;
}
</style>
background-color css
<style>
a { background-color: #49799D; }
a { background-color: rgb(73,121,157); }
div.DivClassName
{
background-color: #49799D;
}
.BgClassName
{
background-color: #49799D;
}
</style>
border-color css
<style>
span { border-color: #49799D; }
span { border-color: rgb(73,121,157); }
td.TdClassName
{
border-color: #49799D;
}
.TagClassName
{
border-color: #49799D;
}
</style>