Shades of Jelly Bean #487D9C
Tints of Jelly Bean #487D9C
RGB
CMYK
RGB Variations
Color information
#487D9C (or 0x487D9C) is known color: Jelly Bean. HEX triplet: 48, 7D and 9C. RGB value is (72,125,156). Sum of RGB (Red+Green+Blue) = 72+125+156=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #487D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D9C is #B78263. Grayscale: #707070. Windows color (decimal): -12026468 or 10255688. OLE color: 10255688.
HSL color Cylindrical-coordinate representation of color #487D9C: hue angle of 202.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #487D9C is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 125 | 156 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.39 |
| HSL | 202.14º | 0.37% | 0.45% | - |
| HSV(B) | 202.14º | 0.54% | 0.61% | - |
| XYZ | 16.01 | 18.45 | 34.17 | - |
| YUV | 112.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 156 | 0.54 | 0.20 | 0 | 0.39 | 202.14 | 0.37 | 0.45 |
| Hex | 48 | 7D | 9C | 36 | 14 | 0 | 27 | CA | 25 | 2D |
| Octal | 110 | 175 | 234 | 66 | 24 | 0 | 47 | 312 | 45 | 55 |
| Binary | 1001000 | 1111101 | 10011100 | 110110 | 10100 | 0 | 100111 | 11001010 | 100101 | 101101 |
Color Harmonies of #487D9C
Complementary color
Monochromatic Colors of #487D9C
Black with #487D9C
Text Example
Text Example
White with #487D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487D9C; }
p { color: rgb(72,125,156); }
H1.HeaderClassName
{
color: #487D9C;
}
.AnyTagClassName
{
color: #487D9C;
}
</style>
background-color css
<style>
a { background-color: #487D9C; }
a { background-color: rgb(72,125,156); }
div.DivClassName
{
background-color: #487D9C;
}
.BgClassName
{
background-color: #487D9C;
}
</style>
border-color css
<style>
span { border-color: #487D9C; }
span { border-color: rgb(72,125,156); }
td.TdClassName
{
border-color: #487D9C;
}
.TagClassName
{
border-color: #487D9C;
}
</style>