Shades of Jelly Bean #487584
Tints of Jelly Bean #487584
RGB
CMYK
RGB Variations
Color information
#487584 (or 0x487584) is known color: Jelly Bean. HEX triplet: 48, 75 and 84. RGB value is (72,117,132). Sum of RGB (Red+Green+Blue) = 72+117+132=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #487584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487584 is #B78A7B. Grayscale: #696969. Windows color (decimal): -12028540 or 8680776. OLE color: 8680776.
HSL color Cylindrical-coordinate representation of color #487584: hue angle of 195º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487584 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 117 | 132 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.48 |
| HSL | 195º | 0.29% | 0.4% | - |
| HSV(B) | 195º | 0.45% | 0.52% | - |
| XYZ | 13.2 | 15.77 | 24.18 | - |
| YUV | 105.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 132 | 0.45 | 0.11 | 0 | 0.48 | 195 | 0.29 | 0.4 |
| Hex | 48 | 75 | 84 | 2D | B | 0 | 30 | C3 | 1D | 28 |
| Octal | 110 | 165 | 204 | 55 | 13 | 0 | 60 | 303 | 35 | 50 |
| Binary | 1001000 | 1110101 | 10000100 | 101101 | 1011 | 0 | 110000 | 11000011 | 11101 | 101000 |
Color Harmonies of #487584
Complementary color
Monochromatic Colors of #487584
Black with #487584
Text Example
Text Example
White with #487584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487584; }
p { color: rgb(72,117,132); }
H1.HeaderClassName
{
color: #487584;
}
.AnyTagClassName
{
color: #487584;
}
</style>
background-color css
<style>
a { background-color: #487584; }
a { background-color: rgb(72,117,132); }
div.DivClassName
{
background-color: #487584;
}
.BgClassName
{
background-color: #487584;
}
</style>
border-color css
<style>
span { border-color: #487584; }
span { border-color: rgb(72,117,132); }
td.TdClassName
{
border-color: #487584;
}
.TagClassName
{
border-color: #487584;
}
</style>