Shades of Jelly Bean #487485
Tints of Jelly Bean #487485
RGB
CMYK
RGB Variations
Color information
#487485 (or 0x487485) is known color: Jelly Bean. HEX triplet: 48, 74 and 85. RGB value is (72,116,133). Sum of RGB (Red+Green+Blue) = 72+116+133=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #487485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487485 is #B78B7A. Grayscale: #686868. Windows color (decimal): -12028795 or 8746056. OLE color: 8746056.
HSL color Cylindrical-coordinate representation of color #487485: hue angle of 196.72º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #487485 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 116 | 133 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.48 |
| HSL | 196.72º | 0.3% | 0.4% | - |
| HSV(B) | 196.72º | 0.46% | 0.52% | - |
| XYZ | 13.15 | 15.56 | 24.5 | - |
| YUV | 104.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 133 | 0.46 | 0.13 | 0 | 0.48 | 196.72 | 0.3 | 0.4 |
| Hex | 48 | 74 | 85 | 2E | D | 0 | 30 | C5 | 1E | 28 |
| Octal | 110 | 164 | 205 | 56 | 15 | 0 | 60 | 305 | 36 | 50 |
| Binary | 1001000 | 1110100 | 10000101 | 101110 | 1101 | 0 | 110000 | 11000101 | 11110 | 101000 |
Color Harmonies of #487485
Complementary color
Monochromatic Colors of #487485
Black with #487485
Text Example
Text Example
White with #487485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487485; }
p { color: rgb(72,116,133); }
H1.HeaderClassName
{
color: #487485;
}
.AnyTagClassName
{
color: #487485;
}
</style>
background-color css
<style>
a { background-color: #487485; }
a { background-color: rgb(72,116,133); }
div.DivClassName
{
background-color: #487485;
}
.BgClassName
{
background-color: #487485;
}
</style>
border-color css
<style>
span { border-color: #487485; }
span { border-color: rgb(72,116,133); }
td.TdClassName
{
border-color: #487485;
}
.TagClassName
{
border-color: #487485;
}
</style>