Shades of Jelly Bean #497B9F
Tints of Jelly Bean #497B9F
RGB
CMYK
RGB Variations
Color information
#497B9F (or 0x497B9F) is known color: Jelly Bean. HEX triplet: 49, 7B and 9F. RGB value is (73,123,159). Sum of RGB (Red+Green+Blue) = 73+123+159=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #497B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B9F is #B68460. Grayscale: #6F6F6F. Windows color (decimal): -11961441 or 10451785. OLE color: 10451785.
HSL color Cylindrical-coordinate representation of color #497B9F: hue angle of 205.12º 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 #497B9F is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 123 | 159 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.38 |
| HSL | 205.12º | 0.37% | 0.45% | - |
| HSV(B) | 205.12º | 0.54% | 0.62% | - |
| XYZ | 16.09 | 18.09 | 35.44 | - |
| YUV | 112.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 159 | 0.54 | 0.23 | 0 | 0.38 | 205.12 | 0.37 | 0.45 |
| Hex | 49 | 7B | 9F | 36 | 17 | 0 | 26 | CD | 25 | 2D |
| Octal | 111 | 173 | 237 | 66 | 27 | 0 | 46 | 315 | 45 | 55 |
| Binary | 1001001 | 1111011 | 10011111 | 110110 | 10111 | 0 | 100110 | 11001101 | 100101 | 101101 |
Color Harmonies of #497B9F
Complementary color
Monochromatic Colors of #497B9F
Black with #497B9F
Text Example
Text Example
White with #497B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497B9F; }
p { color: rgb(73,123,159); }
H1.HeaderClassName
{
color: #497B9F;
}
.AnyTagClassName
{
color: #497B9F;
}
</style>
background-color css
<style>
a { background-color: #497B9F; }
a { background-color: rgb(73,123,159); }
div.DivClassName
{
background-color: #497B9F;
}
.BgClassName
{
background-color: #497B9F;
}
</style>
border-color css
<style>
span { border-color: #497B9F; }
span { border-color: rgb(73,123,159); }
td.TdClassName
{
border-color: #497B9F;
}
.TagClassName
{
border-color: #497B9F;
}
</style>