Shades of Jelly Bean #497995
Tints of Jelly Bean #497995
RGB
CMYK
RGB Variations
Color information
#497995 (or 0x497995) is known color: Jelly Bean. HEX triplet: 49, 79 and 95. RGB value is (73,121,149). Sum of RGB (Red+Green+Blue) = 73+121+149=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #497995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497995 is #B6866A. Grayscale: #6D6D6D. Windows color (decimal): -11961963 or 9795913. OLE color: 9795913.
HSL color Cylindrical-coordinate representation of color #497995: hue angle of 202.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497995 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 121 | 149 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.42 |
| HSL | 202.11º | 0.34% | 0.44% | - |
| HSV(B) | 202.11º | 0.51% | 0.58% | - |
| XYZ | 15.01 | 17.26 | 30.97 | - |
| YUV | 109.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 149 | 0.51 | 0.19 | 0 | 0.42 | 202.11 | 0.34 | 0.44 |
| Hex | 49 | 79 | 95 | 33 | 13 | 0 | 2A | CA | 22 | 2C |
| Octal | 111 | 171 | 225 | 63 | 23 | 0 | 52 | 312 | 42 | 54 |
| Binary | 1001001 | 1111001 | 10010101 | 110011 | 10011 | 0 | 101010 | 11001010 | 100010 | 101100 |
Color Harmonies of #497995
Complementary color
Monochromatic Colors of #497995
Black with #497995
Text Example
Text Example
White with #497995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497995; }
p { color: rgb(73,121,149); }
H1.HeaderClassName
{
color: #497995;
}
.AnyTagClassName
{
color: #497995;
}
</style>
background-color css
<style>
a { background-color: #497995; }
a { background-color: rgb(73,121,149); }
div.DivClassName
{
background-color: #497995;
}
.BgClassName
{
background-color: #497995;
}
</style>
border-color css
<style>
span { border-color: #497995; }
span { border-color: rgb(73,121,149); }
td.TdClassName
{
border-color: #497995;
}
.TagClassName
{
border-color: #497995;
}
</style>