Shades of Jelly Bean #487885
Tints of Jelly Bean #487885
RGB
CMYK
RGB Variations
Color information
#487885 (or 0x487885) is known color: Jelly Bean. HEX triplet: 48, 78 and 85. RGB value is (72,120,133). Sum of RGB (Red+Green+Blue) = 72+120+133=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #487885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487885 is #B7877A. Grayscale: #6B6B6B. Windows color (decimal): -12027771 or 8747080. OLE color: 8747080.
HSL color Cylindrical-coordinate representation of color #487885: hue angle of 192.79º 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 #487885 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 120 | 133 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.48 |
| HSL | 192.79º | 0.3% | 0.4% | - |
| HSV(B) | 192.79º | 0.46% | 0.52% | - |
| XYZ | 13.62 | 16.5 | 24.66 | - |
| YUV | 107.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 133 | 0.46 | 0.10 | 0 | 0.48 | 192.79 | 0.3 | 0.4 |
| Hex | 48 | 78 | 85 | 2E | A | 0 | 30 | C1 | 1E | 28 |
| Octal | 110 | 170 | 205 | 56 | 12 | 0 | 60 | 301 | 36 | 50 |
| Binary | 1001000 | 1111000 | 10000101 | 101110 | 1010 | 0 | 110000 | 11000001 | 11110 | 101000 |
Color Harmonies of #487885
Complementary color
Monochromatic Colors of #487885
Black with #487885
Text Example
Text Example
White with #487885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487885; }
p { color: rgb(72,120,133); }
H1.HeaderClassName
{
color: #487885;
}
.AnyTagClassName
{
color: #487885;
}
</style>
background-color css
<style>
a { background-color: #487885; }
a { background-color: rgb(72,120,133); }
div.DivClassName
{
background-color: #487885;
}
.BgClassName
{
background-color: #487885;
}
</style>
border-color css
<style>
span { border-color: #487885; }
span { border-color: rgb(72,120,133); }
td.TdClassName
{
border-color: #487885;
}
.TagClassName
{
border-color: #487885;
}
</style>