Shades of Jelly Bean #497685
Tints of Jelly Bean #497685
RGB
CMYK
RGB Variations
Color information
#497685 (or 0x497685) is known color: Jelly Bean. HEX triplet: 49, 76 and 85. RGB value is (73,118,133). Sum of RGB (Red+Green+Blue) = 73+118+133=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #497685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497685 is #B6897A. Grayscale: #6A6A6A. Windows color (decimal): -11962747 or 8746569. OLE color: 8746569.
HSL color Cylindrical-coordinate representation of color #497685: hue angle of 195º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497685 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 118 | 133 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.48 |
| HSL | 195º | 0.29% | 0.4% | - |
| HSV(B) | 195º | 0.45% | 0.52% | - |
| XYZ | 13.46 | 16.07 | 24.58 | - |
| YUV | 106.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 133 | 0.45 | 0.11 | 0 | 0.48 | 195 | 0.29 | 0.4 |
| Hex | 49 | 76 | 85 | 2D | B | 0 | 30 | C3 | 1D | 28 |
| Octal | 111 | 166 | 205 | 55 | 13 | 0 | 60 | 303 | 35 | 50 |
| Binary | 1001001 | 1110110 | 10000101 | 101101 | 1011 | 0 | 110000 | 11000011 | 11101 | 101000 |
Color Harmonies of #497685
Complementary color
Monochromatic Colors of #497685
Black with #497685
Text Example
Text Example
White with #497685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497685; }
p { color: rgb(73,118,133); }
H1.HeaderClassName
{
color: #497685;
}
.AnyTagClassName
{
color: #497685;
}
</style>
background-color css
<style>
a { background-color: #497685; }
a { background-color: rgb(73,118,133); }
div.DivClassName
{
background-color: #497685;
}
.BgClassName
{
background-color: #497685;
}
</style>
border-color css
<style>
span { border-color: #497685; }
span { border-color: rgb(73,118,133); }
td.TdClassName
{
border-color: #497685;
}
.TagClassName
{
border-color: #497685;
}
</style>