Shades of Jelly Bean #497489
Tints of Jelly Bean #497489
RGB
CMYK
RGB Variations
Color information
#497489 (or 0x497489) is known color: Jelly Bean. HEX triplet: 49, 74 and 89. RGB value is (73,116,137). Sum of RGB (Red+Green+Blue) = 73+116+137=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #497489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497489 is #B68B76. Grayscale: #696969. Windows color (decimal): -11963255 or 9008201. OLE color: 9008201.
HSL color Cylindrical-coordinate representation of color #497489: hue angle of 199.69º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #497489 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 116 | 137 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.46 |
| HSL | 199.69º | 0.3% | 0.41% | - |
| HSV(B) | 199.69º | 0.47% | 0.54% | - |
| XYZ | 13.51 | 15.71 | 25.99 | - |
| YUV | 105.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 137 | 0.47 | 0.15 | 0 | 0.46 | 199.69 | 0.3 | 0.41 |
| Hex | 49 | 74 | 89 | 2F | F | 0 | 2E | C8 | 1E | 29 |
| Octal | 111 | 164 | 211 | 57 | 17 | 0 | 56 | 310 | 36 | 51 |
| Binary | 1001001 | 1110100 | 10001001 | 101111 | 1111 | 0 | 101110 | 11001000 | 11110 | 101001 |
Color Harmonies of #497489
Complementary color
Monochromatic Colors of #497489
Black with #497489
Text Example
Text Example
White with #497489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497489; }
p { color: rgb(73,116,137); }
H1.HeaderClassName
{
color: #497489;
}
.AnyTagClassName
{
color: #497489;
}
</style>
background-color css
<style>
a { background-color: #497489; }
a { background-color: rgb(73,116,137); }
div.DivClassName
{
background-color: #497489;
}
.BgClassName
{
background-color: #497489;
}
</style>
border-color css
<style>
span { border-color: #497489; }
span { border-color: rgb(73,116,137); }
td.TdClassName
{
border-color: #497489;
}
.TagClassName
{
border-color: #497489;
}
</style>