Shades of Jelly Bean #497A8D
Tints of Jelly Bean #497A8D
RGB
CMYK
RGB Variations
Color information
#497A8D (or 0x497A8D) is known color: Jelly Bean. HEX triplet: 49, 7A and 8D. RGB value is (73,122,141). Sum of RGB (Red+Green+Blue) = 73+122+141=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #497A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A8D is #B68572. Grayscale: #6D6D6D. Windows color (decimal): -11961715 or 9271881. OLE color: 9271881.
HSL color Cylindrical-coordinate representation of color #497A8D: hue angle of 196.76º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #497A8D is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 122 | 141 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.45 |
| HSL | 196.76º | 0.32% | 0.42% | - |
| HSV(B) | 196.76º | 0.48% | 0.55% | - |
| XYZ | 14.51 | 17.26 | 27.77 | - |
| YUV | 109.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 141 | 0.48 | 0.13 | 0 | 0.45 | 196.76 | 0.32 | 0.42 |
| Hex | 49 | 7A | 8D | 30 | D | 0 | 2D | C5 | 20 | 2A |
| Octal | 111 | 172 | 215 | 60 | 15 | 0 | 55 | 305 | 40 | 52 |
| Binary | 1001001 | 1111010 | 10001101 | 110000 | 1101 | 0 | 101101 | 11000101 | 100000 | 101010 |
Color Harmonies of #497A8D
Complementary color
Monochromatic Colors of #497A8D
Black with #497A8D
Text Example
Text Example
White with #497A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A8D; }
p { color: rgb(73,122,141); }
H1.HeaderClassName
{
color: #497A8D;
}
.AnyTagClassName
{
color: #497A8D;
}
</style>
background-color css
<style>
a { background-color: #497A8D; }
a { background-color: rgb(73,122,141); }
div.DivClassName
{
background-color: #497A8D;
}
.BgClassName
{
background-color: #497A8D;
}
</style>
border-color css
<style>
span { border-color: #497A8D; }
span { border-color: rgb(73,122,141); }
td.TdClassName
{
border-color: #497A8D;
}
.TagClassName
{
border-color: #497A8D;
}
</style>