Shades of Jelly Bean #487C8C
Tints of Jelly Bean #487C8C
RGB
CMYK
RGB Variations
Color information
#487C8C (or 0x487C8C) is known color: Jelly Bean. HEX triplet: 48, 7C and 8C. RGB value is (72,124,140). Sum of RGB (Red+Green+Blue) = 72+124+140=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #487C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C8C is #B78373. Grayscale: #6E6E6E. Windows color (decimal): -12026740 or 9206856. OLE color: 9206856.
HSL color Cylindrical-coordinate representation of color #487C8C: hue angle of 194.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #487C8C is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 124 | 140 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.45 |
| HSL | 194.12º | 0.32% | 0.42% | - |
| HSV(B) | 194.12º | 0.49% | 0.55% | - |
| XYZ | 14.61 | 17.69 | 27.45 | - |
| YUV | 110.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 140 | 0.49 | 0.11 | 0 | 0.45 | 194.12 | 0.32 | 0.42 |
| Hex | 48 | 7C | 8C | 31 | B | 0 | 2D | C2 | 20 | 2A |
| Octal | 110 | 174 | 214 | 61 | 13 | 0 | 55 | 302 | 40 | 52 |
| Binary | 1001000 | 1111100 | 10001100 | 110001 | 1011 | 0 | 101101 | 11000010 | 100000 | 101010 |
Color Harmonies of #487C8C
Complementary color
Monochromatic Colors of #487C8C
Black with #487C8C
Text Example
Text Example
White with #487C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C8C; }
p { color: rgb(72,124,140); }
H1.HeaderClassName
{
color: #487C8C;
}
.AnyTagClassName
{
color: #487C8C;
}
</style>
background-color css
<style>
a { background-color: #487C8C; }
a { background-color: rgb(72,124,140); }
div.DivClassName
{
background-color: #487C8C;
}
.BgClassName
{
background-color: #487C8C;
}
</style>
border-color css
<style>
span { border-color: #487C8C; }
span { border-color: rgb(72,124,140); }
td.TdClassName
{
border-color: #487C8C;
}
.TagClassName
{
border-color: #487C8C;
}
</style>