Shades of Jelly Bean #497698
Tints of Jelly Bean #497698
RGB
CMYK
RGB Variations
Color information
#497698 (or 0x497698) is known color: Jelly Bean. HEX triplet: 49, 76 and 98. RGB value is (73,118,152). Sum of RGB (Red+Green+Blue) = 73+118+152=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #497698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497698 is #B68967. Grayscale: #6C6C6C. Windows color (decimal): -11962728 or 9991753. OLE color: 9991753.
HSL color Cylindrical-coordinate representation of color #497698: hue angle of 205.82º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #497698 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 118 | 152 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.40 |
| HSL | 205.82º | 0.35% | 0.44% | - |
| HSV(B) | 205.82º | 0.52% | 0.6% | - |
| XYZ | 14.89 | 16.64 | 32.13 | - |
| YUV | 108.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 152 | 0.52 | 0.22 | 0 | 0.40 | 205.82 | 0.35 | 0.44 |
| Hex | 49 | 76 | 98 | 34 | 16 | 0 | 28 | CE | 23 | 2C |
| Octal | 111 | 166 | 230 | 64 | 26 | 0 | 50 | 316 | 43 | 54 |
| Binary | 1001001 | 1110110 | 10011000 | 110100 | 10110 | 0 | 101000 | 11001110 | 100011 | 101100 |
Color Harmonies of #497698
Complementary color
Monochromatic Colors of #497698
Black with #497698
Text Example
Text Example
White with #497698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497698; }
p { color: rgb(73,118,152); }
H1.HeaderClassName
{
color: #497698;
}
.AnyTagClassName
{
color: #497698;
}
</style>
background-color css
<style>
a { background-color: #497698; }
a { background-color: rgb(73,118,152); }
div.DivClassName
{
background-color: #497698;
}
.BgClassName
{
background-color: #497698;
}
</style>
border-color css
<style>
span { border-color: #497698; }
span { border-color: rgb(73,118,152); }
td.TdClassName
{
border-color: #497698;
}
.TagClassName
{
border-color: #497698;
}
</style>