Shades of Jelly Bean #497492
Tints of Jelly Bean #497492
RGB
CMYK
RGB Variations
Color information
#497492 (or 0x497492) is known color: Jelly Bean. HEX triplet: 49, 74 and 92. RGB value is (73,116,146). Sum of RGB (Red+Green+Blue) = 73+116+146=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #497492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497492 is #B68B6D. Grayscale: #6A6A6A. Windows color (decimal): -11963246 or 9598025. OLE color: 9598025.
HSL color Cylindrical-coordinate representation of color #497492: hue angle of 204.66º 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 #497492 is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 116 | 146 | - |
| CMYK | 0.5 | 0.21 | 0 | 0.43 |
| HSL | 204.66º | 0.33% | 0.43% | - |
| HSV(B) | 204.66º | 0.5% | 0.57% | - |
| XYZ | 14.18 | 15.98 | 29.53 | - |
| YUV | 106.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 146 | 0.5 | 0.21 | 0 | 0.43 | 204.66 | 0.33 | 0.43 |
| Hex | 49 | 74 | 92 | 32 | 15 | 0 | 2B | CD | 21 | 2B |
| Octal | 111 | 164 | 222 | 62 | 25 | 0 | 53 | 315 | 41 | 53 |
| Binary | 1001001 | 1110100 | 10010010 | 110010 | 10101 | 0 | 101011 | 11001101 | 100001 | 101011 |
Color Harmonies of #497492
Complementary color
Monochromatic Colors of #497492
Black with #497492
Text Example
Text Example
White with #497492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497492; }
p { color: rgb(73,116,146); }
H1.HeaderClassName
{
color: #497492;
}
.AnyTagClassName
{
color: #497492;
}
</style>
background-color css
<style>
a { background-color: #497492; }
a { background-color: rgb(73,116,146); }
div.DivClassName
{
background-color: #497492;
}
.BgClassName
{
background-color: #497492;
}
</style>
border-color css
<style>
span { border-color: #497492; }
span { border-color: rgb(73,116,146); }
td.TdClassName
{
border-color: #497492;
}
.TagClassName
{
border-color: #497492;
}
</style>