Shades of Jelly Bean #497B90
Tints of Jelly Bean #497B90
RGB
CMYK
RGB Variations
Color information
#497B90 (or 0x497B90) is known color: Jelly Bean. HEX triplet: 49, 7B and 90. RGB value is (73,123,144). Sum of RGB (Red+Green+Blue) = 73+123+144=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #497B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B90 is #B6846F. Grayscale: #6E6E6E. Windows color (decimal): -11961456 or 9468745. OLE color: 9468745.
HSL color Cylindrical-coordinate representation of color #497B90: hue angle of 197.75º 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 #497B90 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 123 | 144 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.44 |
| HSL | 197.75º | 0.33% | 0.43% | - |
| HSV(B) | 197.75º | 0.49% | 0.56% | - |
| XYZ | 14.86 | 17.6 | 29 | - |
| YUV | 110.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 144 | 0.49 | 0.15 | 0 | 0.44 | 197.75 | 0.33 | 0.43 |
| Hex | 49 | 7B | 90 | 31 | F | 0 | 2C | C6 | 21 | 2B |
| Octal | 111 | 173 | 220 | 61 | 17 | 0 | 54 | 306 | 41 | 53 |
| Binary | 1001001 | 1111011 | 10010000 | 110001 | 1111 | 0 | 101100 | 11000110 | 100001 | 101011 |
Color Harmonies of #497B90
Complementary color
Monochromatic Colors of #497B90
Black with #497B90
Text Example
Text Example
White with #497B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497B90; }
p { color: rgb(73,123,144); }
H1.HeaderClassName
{
color: #497B90;
}
.AnyTagClassName
{
color: #497B90;
}
</style>
background-color css
<style>
a { background-color: #497B90; }
a { background-color: rgb(73,123,144); }
div.DivClassName
{
background-color: #497B90;
}
.BgClassName
{
background-color: #497B90;
}
</style>
border-color css
<style>
span { border-color: #497B90; }
span { border-color: rgb(73,123,144); }
td.TdClassName
{
border-color: #497B90;
}
.TagClassName
{
border-color: #497B90;
}
</style>