Shades of Jelly Bean #497494
Tints of Jelly Bean #497494
RGB
CMYK
RGB Variations
Color information
#497494 (or 0x497494) is known color: Jelly Bean. HEX triplet: 49, 74 and 94. RGB value is (73,116,148). Sum of RGB (Red+Green+Blue) = 73+116+148=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #497494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497494 is #B68B6B. Grayscale: #6A6A6A. Windows color (decimal): -11963244 or 9729097. OLE color: 9729097.
HSL color Cylindrical-coordinate representation of color #497494: hue angle of 205.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497494 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 116 | 148 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.42 |
| HSL | 205.6º | 0.34% | 0.43% | - |
| HSV(B) | 205.6º | 0.51% | 0.58% | - |
| XYZ | 14.34 | 16.05 | 30.36 | - |
| YUV | 106.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 148 | 0.51 | 0.22 | 0 | 0.42 | 205.6 | 0.34 | 0.43 |
| Hex | 49 | 74 | 94 | 33 | 16 | 0 | 2A | CE | 22 | 2B |
| Octal | 111 | 164 | 224 | 63 | 26 | 0 | 52 | 316 | 42 | 53 |
| Binary | 1001001 | 1110100 | 10010100 | 110011 | 10110 | 0 | 101010 | 11001110 | 100010 | 101011 |
Color Harmonies of #497494
Complementary color
Monochromatic Colors of #497494
Black with #497494
Text Example
Text Example
White with #497494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497494; }
p { color: rgb(73,116,148); }
H1.HeaderClassName
{
color: #497494;
}
.AnyTagClassName
{
color: #497494;
}
</style>
background-color css
<style>
a { background-color: #497494; }
a { background-color: rgb(73,116,148); }
div.DivClassName
{
background-color: #497494;
}
.BgClassName
{
background-color: #497494;
}
</style>
border-color css
<style>
span { border-color: #497494; }
span { border-color: rgb(73,116,148); }
td.TdClassName
{
border-color: #497494;
}
.TagClassName
{
border-color: #497494;
}
</style>