Shades of Jelly Bean #497695
Tints of Jelly Bean #497695
RGB
CMYK
RGB Variations
Color information
#497695 (or 0x497695) is known color: Jelly Bean. HEX triplet: 49, 76 and 95. RGB value is (73,118,149). Sum of RGB (Red+Green+Blue) = 73+118+149=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #497695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497695 is #B6896A. Grayscale: #6B6B6B. Windows color (decimal): -11962731 or 9795145. OLE color: 9795145.
HSL color Cylindrical-coordinate representation of color #497695: hue angle of 204.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497695 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 118 | 149 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.42 |
| HSL | 204.47º | 0.34% | 0.44% | - |
| HSV(B) | 204.47º | 0.51% | 0.58% | - |
| XYZ | 14.65 | 16.54 | 30.85 | - |
| YUV | 108.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 149 | 0.51 | 0.21 | 0 | 0.42 | 204.47 | 0.34 | 0.44 |
| Hex | 49 | 76 | 95 | 33 | 15 | 0 | 2A | CC | 22 | 2C |
| Octal | 111 | 166 | 225 | 63 | 25 | 0 | 52 | 314 | 42 | 54 |
| Binary | 1001001 | 1110110 | 10010101 | 110011 | 10101 | 0 | 101010 | 11001100 | 100010 | 101100 |
Color Harmonies of #497695
Complementary color
Monochromatic Colors of #497695
Black with #497695
Text Example
Text Example
White with #497695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497695; }
p { color: rgb(73,118,149); }
H1.HeaderClassName
{
color: #497695;
}
.AnyTagClassName
{
color: #497695;
}
</style>
background-color css
<style>
a { background-color: #497695; }
a { background-color: rgb(73,118,149); }
div.DivClassName
{
background-color: #497695;
}
.BgClassName
{
background-color: #497695;
}
</style>
border-color css
<style>
span { border-color: #497695; }
span { border-color: rgb(73,118,149); }
td.TdClassName
{
border-color: #497695;
}
.TagClassName
{
border-color: #497695;
}
</style>