Shades of Jelly Bean #487991
Tints of Jelly Bean #487991
RGB
CMYK
RGB Variations
Color information
#487991 (or 0x487991) is known color: Jelly Bean. HEX triplet: 48, 79 and 91. RGB value is (72,121,145). Sum of RGB (Red+Green+Blue) = 72+121+145=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #487991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487991 is #B7866E. Grayscale: #6C6C6C. Windows color (decimal): -12027503 or 9533768. OLE color: 9533768.
HSL color Cylindrical-coordinate representation of color #487991: hue angle of 199.73º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487991 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 121 | 145 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.43 |
| HSL | 199.73º | 0.34% | 0.43% | - |
| HSV(B) | 199.73º | 0.5% | 0.57% | - |
| XYZ | 14.62 | 17.1 | 29.32 | - |
| YUV | 109.09 | 148.27 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 145 | 0.50 | 0.17 | 0 | 0.43 | 199.73 | 0.34 | 0.43 |
| Hex | 48 | 79 | 91 | 32 | 11 | 0 | 2B | C8 | 22 | 2B |
| Octal | 110 | 171 | 221 | 62 | 21 | 0 | 53 | 310 | 42 | 53 |
| Binary | 1001000 | 1111001 | 10010001 | 110010 | 10001 | 0 | 101011 | 11001000 | 100010 | 101011 |
Color Harmonies of #487991
Complementary color
Monochromatic Colors of #487991
Black with #487991
Text Example
Text Example
White with #487991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487991; }
p { color: rgb(72,121,145); }
H1.HeaderClassName
{
color: #487991;
}
.AnyTagClassName
{
color: #487991;
}
</style>
background-color css
<style>
a { background-color: #487991; }
a { background-color: rgb(72,121,145); }
div.DivClassName
{
background-color: #487991;
}
.BgClassName
{
background-color: #487991;
}
</style>
border-color css
<style>
span { border-color: #487991; }
span { border-color: rgb(72,121,145); }
td.TdClassName
{
border-color: #487991;
}
.TagClassName
{
border-color: #487991;
}
</style>