Shades of Jelly Bean #497A9D
Tints of Jelly Bean #497A9D
RGB
CMYK
RGB Variations
Color information
#497A9D (or 0x497A9D) is known color: Jelly Bean. HEX triplet: 49, 7A and 9D. RGB value is (73,122,157). Sum of RGB (Red+Green+Blue) = 73+122+157=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #497A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A9D is #B68562. Grayscale: #6F6F6F. Windows color (decimal): -11961699 or 10320457. OLE color: 10320457.
HSL color Cylindrical-coordinate representation of color #497A9D: hue angle of 205º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #497A9D is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 122 | 157 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.38 |
| HSL | 205º | 0.37% | 0.45% | - |
| HSV(B) | 205º | 0.54% | 0.62% | - |
| XYZ | 15.79 | 17.77 | 34.5 | - |
| YUV | 111.34 | 153.77 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 157 | 0.54 | 0.22 | 0 | 0.38 | 205 | 0.37 | 0.45 |
| Hex | 49 | 7A | 9D | 36 | 16 | 0 | 26 | CD | 25 | 2D |
| Octal | 111 | 172 | 235 | 66 | 26 | 0 | 46 | 315 | 45 | 55 |
| Binary | 1001001 | 1111010 | 10011101 | 110110 | 10110 | 0 | 100110 | 11001101 | 100101 | 101101 |
Color Harmonies of #497A9D
Complementary color
Monochromatic Colors of #497A9D
Black with #497A9D
Text Example
Text Example
White with #497A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A9D; }
p { color: rgb(73,122,157); }
H1.HeaderClassName
{
color: #497A9D;
}
.AnyTagClassName
{
color: #497A9D;
}
</style>
background-color css
<style>
a { background-color: #497A9D; }
a { background-color: rgb(73,122,157); }
div.DivClassName
{
background-color: #497A9D;
}
.BgClassName
{
background-color: #497A9D;
}
</style>
border-color css
<style>
span { border-color: #497A9D; }
span { border-color: rgb(73,122,157); }
td.TdClassName
{
border-color: #497A9D;
}
.TagClassName
{
border-color: #497A9D;
}
</style>