Shades of Jelly Bean #498190
Tints of Jelly Bean #498190
RGB
CMYK
RGB Variations
Color information
#498190 (or 0x498190) is known color: Jelly Bean. HEX triplet: 49, 81 and 90. RGB value is (73,129,144). Sum of RGB (Red+Green+Blue) = 73+129+144=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #498190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498190 is #B67E6F. Grayscale: #717171. Windows color (decimal): -11959920 or 9470281. OLE color: 9470281.
HSL color Cylindrical-coordinate representation of color #498190: hue angle of 192.68º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498190 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 129 | 144 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.44 |
| HSL | 192.68º | 0.33% | 0.43% | - |
| HSV(B) | 192.68º | 0.49% | 0.56% | - |
| XYZ | 15.63 | 19.13 | 29.25 | - |
| YUV | 113.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 144 | 0.49 | 0.10 | 0 | 0.44 | 192.68 | 0.33 | 0.43 |
| Hex | 49 | 81 | 90 | 31 | A | 0 | 2C | C1 | 21 | 2B |
| Octal | 111 | 201 | 220 | 61 | 12 | 0 | 54 | 301 | 41 | 53 |
| Binary | 1001001 | 10000001 | 10010000 | 110001 | 1010 | 0 | 101100 | 11000001 | 100001 | 101011 |
Color Harmonies of #498190
Complementary color
Monochromatic Colors of #498190
Black with #498190
Text Example
Text Example
White with #498190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498190; }
p { color: rgb(73,129,144); }
H1.HeaderClassName
{
color: #498190;
}
.AnyTagClassName
{
color: #498190;
}
</style>
background-color css
<style>
a { background-color: #498190; }
a { background-color: rgb(73,129,144); }
div.DivClassName
{
background-color: #498190;
}
.BgClassName
{
background-color: #498190;
}
</style>
border-color css
<style>
span { border-color: #498190; }
span { border-color: rgb(73,129,144); }
td.TdClassName
{
border-color: #498190;
}
.TagClassName
{
border-color: #498190;
}
</style>