Shades of Jelly Bean #497799
Tints of Jelly Bean #497799
RGB
CMYK
RGB Variations
Color information
#497799 (or 0x497799) is known color: Jelly Bean. HEX triplet: 49, 77 and 99. RGB value is (73,119,153). Sum of RGB (Red+Green+Blue) = 73+119+153=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #497799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497799 is #B68866. Grayscale: #6C6C6C. Windows color (decimal): -11962471 or 10057545. OLE color: 10057545.
HSL color Cylindrical-coordinate representation of color #497799: hue angle of 205.5º 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 #497799 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 119 | 153 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.4 |
| HSL | 205.5º | 0.35% | 0.44% | - |
| HSV(B) | 205.5º | 0.52% | 0.6% | - |
| XYZ | 15.09 | 16.91 | 32.61 | - |
| YUV | 109.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 153 | 0.52 | 0.22 | 0 | 0.4 | 205.5 | 0.35 | 0.44 |
| Hex | 49 | 77 | 99 | 34 | 16 | 0 | 28 | CE | 23 | 2C |
| Octal | 111 | 167 | 231 | 64 | 26 | 0 | 50 | 316 | 43 | 54 |
| Binary | 1001001 | 1110111 | 10011001 | 110100 | 10110 | 0 | 101000 | 11001110 | 100011 | 101100 |
Color Harmonies of #497799
Complementary color
Monochromatic Colors of #497799
Black with #497799
Text Example
Text Example
White with #497799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497799; }
p { color: rgb(73,119,153); }
H1.HeaderClassName
{
color: #497799;
}
.AnyTagClassName
{
color: #497799;
}
</style>
background-color css
<style>
a { background-color: #497799; }
a { background-color: rgb(73,119,153); }
div.DivClassName
{
background-color: #497799;
}
.BgClassName
{
background-color: #497799;
}
</style>
border-color css
<style>
span { border-color: #497799; }
span { border-color: rgb(73,119,153); }
td.TdClassName
{
border-color: #497799;
}
.TagClassName
{
border-color: #497799;
}
</style>