Shades of Jelly Bean #497990
Tints of Jelly Bean #497990
RGB
CMYK
RGB Variations
Color information
#497990 (or 0x497990) is known color: Jelly Bean. HEX triplet: 49, 79 and 90. RGB value is (73,121,144). Sum of RGB (Red+Green+Blue) = 73+121+144=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #497990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497990 is #B6866F. Grayscale: #6D6D6D. Windows color (decimal): -11961968 or 9468233. OLE color: 9468233.
HSL color Cylindrical-coordinate representation of color #497990: hue angle of 199.44º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #497990 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 121 | 144 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.44 |
| HSL | 199.44º | 0.33% | 0.43% | - |
| HSV(B) | 199.44º | 0.49% | 0.56% | - |
| XYZ | 14.62 | 17.1 | 28.92 | - |
| YUV | 109.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 144 | 0.49 | 0.16 | 0 | 0.44 | 199.44 | 0.33 | 0.43 |
| Hex | 49 | 79 | 90 | 31 | 10 | 0 | 2C | C7 | 21 | 2B |
| Octal | 111 | 171 | 220 | 61 | 20 | 0 | 54 | 307 | 41 | 53 |
| Binary | 1001001 | 1111001 | 10010000 | 110001 | 10000 | 0 | 101100 | 11000111 | 100001 | 101011 |
Color Harmonies of #497990
Complementary color
Monochromatic Colors of #497990
Black with #497990
Text Example
Text Example
White with #497990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497990; }
p { color: rgb(73,121,144); }
H1.HeaderClassName
{
color: #497990;
}
.AnyTagClassName
{
color: #497990;
}
</style>
background-color css
<style>
a { background-color: #497990; }
a { background-color: rgb(73,121,144); }
div.DivClassName
{
background-color: #497990;
}
.BgClassName
{
background-color: #497990;
}
</style>
border-color css
<style>
span { border-color: #497990; }
span { border-color: rgb(73,121,144); }
td.TdClassName
{
border-color: #497990;
}
.TagClassName
{
border-color: #497990;
}
</style>