Shades of Jelly Bean #497385
Tints of Jelly Bean #497385
RGB
CMYK
RGB Variations
Color information
#497385 (or 0x497385) is known color: Jelly Bean. HEX triplet: 49, 73 and 85. RGB value is (73,115,133). Sum of RGB (Red+Green+Blue) = 73+115+133=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #497385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497385 is #B68C7A. Grayscale: #686868. Windows color (decimal): -11963515 or 8745801. OLE color: 8745801.
HSL color Cylindrical-coordinate representation of color #497385: hue angle of 198º 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 #497385 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 115 | 133 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.48 |
| HSL | 198º | 0.29% | 0.4% | - |
| HSV(B) | 198º | 0.45% | 0.52% | - |
| XYZ | 13.11 | 15.37 | 24.47 | - |
| YUV | 104.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 133 | 0.45 | 0.14 | 0 | 0.48 | 198 | 0.29 | 0.4 |
| Hex | 49 | 73 | 85 | 2D | E | 0 | 30 | C6 | 1D | 28 |
| Octal | 111 | 163 | 205 | 55 | 16 | 0 | 60 | 306 | 35 | 50 |
| Binary | 1001001 | 1110011 | 10000101 | 101101 | 1110 | 0 | 110000 | 11000110 | 11101 | 101000 |
Color Harmonies of #497385
Complementary color
Monochromatic Colors of #497385
Black with #497385
Text Example
Text Example
White with #497385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497385; }
p { color: rgb(73,115,133); }
H1.HeaderClassName
{
color: #497385;
}
.AnyTagClassName
{
color: #497385;
}
</style>
background-color css
<style>
a { background-color: #497385; }
a { background-color: rgb(73,115,133); }
div.DivClassName
{
background-color: #497385;
}
.BgClassName
{
background-color: #497385;
}
</style>
border-color css
<style>
span { border-color: #497385; }
span { border-color: rgb(73,115,133); }
td.TdClassName
{
border-color: #497385;
}
.TagClassName
{
border-color: #497385;
}
</style>