Shades of Jelly Bean #49778A
Tints of Jelly Bean #49778A
RGB
CMYK
RGB Variations
Color information
#49778A (or 0x49778A) is known color: Jelly Bean. HEX triplet: 49, 77 and 8A. RGB value is (73,119,138). Sum of RGB (Red+Green+Blue) = 73+119+138=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #49778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49778A is #B68875. Grayscale: #6B6B6B. Windows color (decimal): -11962486 or 9074505. OLE color: 9074505.
HSL color Cylindrical-coordinate representation of color #49778A: hue angle of 197.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49778A is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 119 | 138 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.46 |
| HSL | 197.54º | 0.31% | 0.41% | - |
| HSV(B) | 197.54º | 0.47% | 0.54% | - |
| XYZ | 13.93 | 16.45 | 26.48 | - |
| YUV | 107.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 138 | 0.47 | 0.14 | 0 | 0.46 | 197.54 | 0.31 | 0.41 |
| Hex | 49 | 77 | 8A | 2F | E | 0 | 2E | C6 | 1F | 29 |
| Octal | 111 | 167 | 212 | 57 | 16 | 0 | 56 | 306 | 37 | 51 |
| Binary | 1001001 | 1110111 | 10001010 | 101111 | 1110 | 0 | 101110 | 11000110 | 11111 | 101001 |
Color Harmonies of #49778A
Complementary color
Monochromatic Colors of #49778A
Black with #49778A
Text Example
Text Example
White with #49778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49778A; }
p { color: rgb(73,119,138); }
H1.HeaderClassName
{
color: #49778A;
}
.AnyTagClassName
{
color: #49778A;
}
</style>
background-color css
<style>
a { background-color: #49778A; }
a { background-color: rgb(73,119,138); }
div.DivClassName
{
background-color: #49778A;
}
.BgClassName
{
background-color: #49778A;
}
</style>
border-color css
<style>
span { border-color: #49778A; }
span { border-color: rgb(73,119,138); }
td.TdClassName
{
border-color: #49778A;
}
.TagClassName
{
border-color: #49778A;
}
</style>