Shades of Jelly Bean #497C90
Tints of Jelly Bean #497C90
RGB
CMYK
RGB Variations
Color information
#497C90 (or 0x497C90) is known color: Jelly Bean. HEX triplet: 49, 7C and 90. RGB value is (73,124,144). Sum of RGB (Red+Green+Blue) = 73+124+144=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #497C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497C90 is #B6836F. Grayscale: #6E6E6E. Windows color (decimal): -11961200 or 9469001. OLE color: 9469001.
HSL color Cylindrical-coordinate representation of color #497C90: hue angle of 196.9º 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 #497C90 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 124 | 144 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.44 |
| HSL | 196.9º | 0.33% | 0.43% | - |
| HSV(B) | 196.9º | 0.49% | 0.56% | - |
| XYZ | 14.99 | 17.85 | 29.04 | - |
| YUV | 111.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 144 | 0.49 | 0.14 | 0 | 0.44 | 196.9 | 0.33 | 0.43 |
| Hex | 49 | 7C | 90 | 31 | E | 0 | 2C | C5 | 21 | 2B |
| Octal | 111 | 174 | 220 | 61 | 16 | 0 | 54 | 305 | 41 | 53 |
| Binary | 1001001 | 1111100 | 10010000 | 110001 | 1110 | 0 | 101100 | 11000101 | 100001 | 101011 |
Color Harmonies of #497C90
Complementary color
Monochromatic Colors of #497C90
Black with #497C90
Text Example
Text Example
White with #497C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C90; }
p { color: rgb(73,124,144); }
H1.HeaderClassName
{
color: #497C90;
}
.AnyTagClassName
{
color: #497C90;
}
</style>
background-color css
<style>
a { background-color: #497C90; }
a { background-color: rgb(73,124,144); }
div.DivClassName
{
background-color: #497C90;
}
.BgClassName
{
background-color: #497C90;
}
</style>
border-color css
<style>
span { border-color: #497C90; }
span { border-color: rgb(73,124,144); }
td.TdClassName
{
border-color: #497C90;
}
.TagClassName
{
border-color: #497C90;
}
</style>