Shades of Jelly Bean #497A9F
Tints of Jelly Bean #497A9F
RGB
CMYK
RGB Variations
Color information
#497A9F (or 0x497A9F) is known color: Jelly Bean. HEX triplet: 49, 7A and 9F. RGB value is (73,122,159). Sum of RGB (Red+Green+Blue) = 73+122+159=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #497A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A9F is #B68560. Grayscale: #6F6F6F. Windows color (decimal): -11961697 or 10451529. OLE color: 10451529.
HSL color Cylindrical-coordinate representation of color #497A9F: hue angle of 205.81º 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 #497A9F is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 122 | 159 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.38 |
| HSL | 205.81º | 0.37% | 0.45% | - |
| HSV(B) | 205.81º | 0.54% | 0.62% | - |
| XYZ | 15.97 | 17.84 | 35.4 | - |
| YUV | 111.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 159 | 0.54 | 0.23 | 0 | 0.38 | 205.81 | 0.37 | 0.45 |
| Hex | 49 | 7A | 9F | 36 | 17 | 0 | 26 | CE | 25 | 2D |
| Octal | 111 | 172 | 237 | 66 | 27 | 0 | 46 | 316 | 45 | 55 |
| Binary | 1001001 | 1111010 | 10011111 | 110110 | 10111 | 0 | 100110 | 11001110 | 100101 | 101101 |
Color Harmonies of #497A9F
Complementary color
Monochromatic Colors of #497A9F
Black with #497A9F
Text Example
Text Example
White with #497A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A9F; }
p { color: rgb(73,122,159); }
H1.HeaderClassName
{
color: #497A9F;
}
.AnyTagClassName
{
color: #497A9F;
}
</style>
background-color css
<style>
a { background-color: #497A9F; }
a { background-color: rgb(73,122,159); }
div.DivClassName
{
background-color: #497A9F;
}
.BgClassName
{
background-color: #497A9F;
}
</style>
border-color css
<style>
span { border-color: #497A9F; }
span { border-color: rgb(73,122,159); }
td.TdClassName
{
border-color: #497A9F;
}
.TagClassName
{
border-color: #497A9F;
}
</style>