Shades of Jelly Bean #497491
Tints of Jelly Bean #497491
RGB
CMYK
RGB Variations
Color information
#497491 (or 0x497491) is known color: Jelly Bean. HEX triplet: 49, 74 and 91. RGB value is (73,116,145). Sum of RGB (Red+Green+Blue) = 73+116+145=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #497491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497491 is #B68B6E. Grayscale: #6A6A6A. Windows color (decimal): -11963247 or 9532489. OLE color: 9532489.
HSL color Cylindrical-coordinate representation of color #497491: hue angle of 204.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #497491 is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 116 | 145 | - |
| CMYK | 0.50 | 0.2 | 0 | 0.43 |
| HSL | 204.17º | 0.33% | 0.43% | - |
| HSV(B) | 204.17º | 0.5% | 0.57% | - |
| XYZ | 14.1 | 15.95 | 29.12 | - |
| YUV | 106.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 145 | 0.50 | 0.2 | 0 | 0.43 | 204.17 | 0.33 | 0.43 |
| Hex | 49 | 74 | 91 | 32 | 14 | 0 | 2B | CC | 21 | 2B |
| Octal | 111 | 164 | 221 | 62 | 24 | 0 | 53 | 314 | 41 | 53 |
| Binary | 1001001 | 1110100 | 10010001 | 110010 | 10100 | 0 | 101011 | 11001100 | 100001 | 101011 |
Color Harmonies of #497491
Complementary color
Monochromatic Colors of #497491
Black with #497491
Text Example
Text Example
White with #497491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497491; }
p { color: rgb(73,116,145); }
H1.HeaderClassName
{
color: #497491;
}
.AnyTagClassName
{
color: #497491;
}
</style>
background-color css
<style>
a { background-color: #497491; }
a { background-color: rgb(73,116,145); }
div.DivClassName
{
background-color: #497491;
}
.BgClassName
{
background-color: #497491;
}
</style>
border-color css
<style>
span { border-color: #497491; }
span { border-color: rgb(73,116,145); }
td.TdClassName
{
border-color: #497491;
}
.TagClassName
{
border-color: #497491;
}
</style>