Shades of Jelly Bean #497E92
Tints of Jelly Bean #497E92
RGB
CMYK
RGB Variations
Color information
#497E92 (or 0x497E92) is known color: Jelly Bean. HEX triplet: 49, 7E and 92. RGB value is (73,126,146). Sum of RGB (Red+Green+Blue) = 73+126+146=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #497E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E92 is #B6816D. Grayscale: #707070. Windows color (decimal): -11960686 or 9600585. OLE color: 9600585.
HSL color Cylindrical-coordinate representation of color #497E92: hue angle of 196.44º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #497E92 is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 126 | 146 | - |
| CMYK | 0.5 | 0.14 | 0 | 0.43 |
| HSL | 196.44º | 0.33% | 0.43% | - |
| HSV(B) | 196.44º | 0.5% | 0.57% | - |
| XYZ | 15.4 | 18.41 | 29.94 | - |
| YUV | 112.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 146 | 0.5 | 0.14 | 0 | 0.43 | 196.44 | 0.33 | 0.43 |
| Hex | 49 | 7E | 92 | 32 | E | 0 | 2B | C4 | 21 | 2B |
| Octal | 111 | 176 | 222 | 62 | 16 | 0 | 53 | 304 | 41 | 53 |
| Binary | 1001001 | 1111110 | 10010010 | 110010 | 1110 | 0 | 101011 | 11000100 | 100001 | 101011 |
Color Harmonies of #497E92
Complementary color
Monochromatic Colors of #497E92
Black with #497E92
Text Example
Text Example
White with #497E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E92; }
p { color: rgb(73,126,146); }
H1.HeaderClassName
{
color: #497E92;
}
.AnyTagClassName
{
color: #497E92;
}
</style>
background-color css
<style>
a { background-color: #497E92; }
a { background-color: rgb(73,126,146); }
div.DivClassName
{
background-color: #497E92;
}
.BgClassName
{
background-color: #497E92;
}
</style>
border-color css
<style>
span { border-color: #497E92; }
span { border-color: rgb(73,126,146); }
td.TdClassName
{
border-color: #497E92;
}
.TagClassName
{
border-color: #497E92;
}
</style>