Shades of Jelly Bean #487899
Tints of Jelly Bean #487899
RGB
CMYK
RGB Variations
Color information
#487899 (or 0x487899) is known color: Jelly Bean. HEX triplet: 48, 78 and 99. RGB value is (72,120,153). Sum of RGB (Red+Green+Blue) = 72+120+153=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #487899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487899 is #B78766. Grayscale: #6D6D6D. Windows color (decimal): -12027751 or 10057800. OLE color: 10057800.
HSL color Cylindrical-coordinate representation of color #487899: hue angle of 204.44º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #487899 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 120 | 153 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.4 |
| HSL | 204.44º | 0.36% | 0.44% | - |
| HSV(B) | 204.44º | 0.53% | 0.6% | - |
| XYZ | 15.14 | 17.11 | 32.64 | - |
| YUV | 109.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 153 | 0.53 | 0.22 | 0 | 0.4 | 204.44 | 0.36 | 0.44 |
| Hex | 48 | 78 | 99 | 35 | 16 | 0 | 28 | CC | 24 | 2C |
| Octal | 110 | 170 | 231 | 65 | 26 | 0 | 50 | 314 | 44 | 54 |
| Binary | 1001000 | 1111000 | 10011001 | 110101 | 10110 | 0 | 101000 | 11001100 | 100100 | 101100 |
Color Harmonies of #487899
Complementary color
Monochromatic Colors of #487899
Black with #487899
Text Example
Text Example
White with #487899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487899; }
p { color: rgb(72,120,153); }
H1.HeaderClassName
{
color: #487899;
}
.AnyTagClassName
{
color: #487899;
}
</style>
background-color css
<style>
a { background-color: #487899; }
a { background-color: rgb(72,120,153); }
div.DivClassName
{
background-color: #487899;
}
.BgClassName
{
background-color: #487899;
}
</style>
border-color css
<style>
span { border-color: #487899; }
span { border-color: rgb(72,120,153); }
td.TdClassName
{
border-color: #487899;
}
.TagClassName
{
border-color: #487899;
}
</style>