Shades of Jelly Bean #497A90
Tints of Jelly Bean #497A90
RGB
CMYK
RGB Variations
Color information
#497A90 (or 0x497A90) is known color: Jelly Bean. HEX triplet: 49, 7A and 90. RGB value is (73,122,144). Sum of RGB (Red+Green+Blue) = 73+122+144=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #497A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A90 is #B6856F. Grayscale: #6D6D6D. Windows color (decimal): -11961712 or 9468489. OLE color: 9468489.
HSL color Cylindrical-coordinate representation of color #497A90: hue angle of 198.59º 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 #497A90 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 122 | 144 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.44 |
| HSL | 198.59º | 0.33% | 0.43% | - |
| HSV(B) | 198.59º | 0.49% | 0.56% | - |
| XYZ | 14.74 | 17.35 | 28.96 | - |
| YUV | 109.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 144 | 0.49 | 0.15 | 0 | 0.44 | 198.59 | 0.33 | 0.43 |
| Hex | 49 | 7A | 90 | 31 | F | 0 | 2C | C7 | 21 | 2B |
| Octal | 111 | 172 | 220 | 61 | 17 | 0 | 54 | 307 | 41 | 53 |
| Binary | 1001001 | 1111010 | 10010000 | 110001 | 1111 | 0 | 101100 | 11000111 | 100001 | 101011 |
Color Harmonies of #497A90
Complementary color
Monochromatic Colors of #497A90
Black with #497A90
Text Example
Text Example
White with #497A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A90; }
p { color: rgb(73,122,144); }
H1.HeaderClassName
{
color: #497A90;
}
.AnyTagClassName
{
color: #497A90;
}
</style>
background-color css
<style>
a { background-color: #497A90; }
a { background-color: rgb(73,122,144); }
div.DivClassName
{
background-color: #497A90;
}
.BgClassName
{
background-color: #497A90;
}
</style>
border-color css
<style>
span { border-color: #497A90; }
span { border-color: rgb(73,122,144); }
td.TdClassName
{
border-color: #497A90;
}
.TagClassName
{
border-color: #497A90;
}
</style>