Shades of Jelly Bean #497388
Tints of Jelly Bean #497388
RGB
CMYK
RGB Variations
Color information
#497388 (or 0x497388) is known color: Jelly Bean. HEX triplet: 49, 73 and 88. RGB value is (73,115,136). Sum of RGB (Red+Green+Blue) = 73+115+136=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #497388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497388 is #B68C77. Grayscale: #686868. Windows color (decimal): -11963512 or 8942409. OLE color: 8942409.
HSL color Cylindrical-coordinate representation of color #497388: hue angle of 200º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497388 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 115 | 136 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.47 |
| HSL | 200º | 0.3% | 0.41% | - |
| HSV(B) | 200º | 0.46% | 0.53% | - |
| XYZ | 13.32 | 15.46 | 25.57 | - |
| YUV | 104.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 136 | 0.46 | 0.15 | 0 | 0.47 | 200 | 0.3 | 0.41 |
| Hex | 49 | 73 | 88 | 2E | F | 0 | 2F | C8 | 1E | 29 |
| Octal | 111 | 163 | 210 | 56 | 17 | 0 | 57 | 310 | 36 | 51 |
| Binary | 1001001 | 1110011 | 10001000 | 101110 | 1111 | 0 | 101111 | 11001000 | 11110 | 101001 |
Color Harmonies of #497388
Complementary color
Monochromatic Colors of #497388
Black with #497388
Text Example
Text Example
White with #497388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497388; }
p { color: rgb(73,115,136); }
H1.HeaderClassName
{
color: #497388;
}
.AnyTagClassName
{
color: #497388;
}
</style>
background-color css
<style>
a { background-color: #497388; }
a { background-color: rgb(73,115,136); }
div.DivClassName
{
background-color: #497388;
}
.BgClassName
{
background-color: #497388;
}
</style>
border-color css
<style>
span { border-color: #497388; }
span { border-color: rgb(73,115,136); }
td.TdClassName
{
border-color: #497388;
}
.TagClassName
{
border-color: #497388;
}
</style>