Shades of Jelly Bean #487589
Tints of Jelly Bean #487589
RGB
CMYK
RGB Variations
Color information
#487589 (or 0x487589) is known color: Jelly Bean. HEX triplet: 48, 75 and 89. RGB value is (72,117,137). Sum of RGB (Red+Green+Blue) = 72+117+137=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #487589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487589 is #B78A76. Grayscale: #696969. Windows color (decimal): -12028535 or 9008456. OLE color: 9008456.
HSL color Cylindrical-coordinate representation of color #487589: hue angle of 198.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487589 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 117 | 137 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.46 |
| HSL | 198.46º | 0.31% | 0.41% | - |
| HSV(B) | 198.46º | 0.47% | 0.54% | - |
| XYZ | 13.55 | 15.91 | 26.02 | - |
| YUV | 105.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 137 | 0.47 | 0.15 | 0 | 0.46 | 198.46 | 0.31 | 0.41 |
| Hex | 48 | 75 | 89 | 2F | F | 0 | 2E | C6 | 1F | 29 |
| Octal | 110 | 165 | 211 | 57 | 17 | 0 | 56 | 306 | 37 | 51 |
| Binary | 1001000 | 1110101 | 10001001 | 101111 | 1111 | 0 | 101110 | 11000110 | 11111 | 101001 |
Color Harmonies of #487589
Complementary color
Monochromatic Colors of #487589
Black with #487589
Text Example
Text Example
White with #487589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487589; }
p { color: rgb(72,117,137); }
H1.HeaderClassName
{
color: #487589;
}
.AnyTagClassName
{
color: #487589;
}
</style>
background-color css
<style>
a { background-color: #487589; }
a { background-color: rgb(72,117,137); }
div.DivClassName
{
background-color: #487589;
}
.BgClassName
{
background-color: #487589;
}
</style>
border-color css
<style>
span { border-color: #487589; }
span { border-color: rgb(72,117,137); }
td.TdClassName
{
border-color: #487589;
}
.TagClassName
{
border-color: #487589;
}
</style>