Shades of Jelly Bean #487F8C
Tints of Jelly Bean #487F8C
RGB
CMYK
RGB Variations
Color information
#487F8C (or 0x487F8C) is known color: Jelly Bean. HEX triplet: 48, 7F and 8C. RGB value is (72,127,140). Sum of RGB (Red+Green+Blue) = 72+127+140=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #487F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F8C is #B78073. Grayscale: #6F6F6F. Windows color (decimal): -12025972 or 9207624. OLE color: 9207624.
HSL color Cylindrical-coordinate representation of color #487F8C: hue angle of 191.47º 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 #487F8C is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 127 | 140 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.45 |
| HSL | 191.47º | 0.32% | 0.42% | - |
| HSV(B) | 191.47º | 0.49% | 0.55% | - |
| XYZ | 15 | 18.45 | 27.58 | - |
| YUV | 112.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 140 | 0.49 | 0.09 | 0 | 0.45 | 191.47 | 0.32 | 0.42 |
| Hex | 48 | 7F | 8C | 31 | 9 | 0 | 2D | BF | 20 | 2A |
| Octal | 110 | 177 | 214 | 61 | 11 | 0 | 55 | 277 | 40 | 52 |
| Binary | 1001000 | 1111111 | 10001100 | 110001 | 1001 | 0 | 101101 | 10111111 | 100000 | 101010 |
Color Harmonies of #487F8C
Complementary color
Monochromatic Colors of #487F8C
Black with #487F8C
Text Example
Text Example
White with #487F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F8C; }
p { color: rgb(72,127,140); }
H1.HeaderClassName
{
color: #487F8C;
}
.AnyTagClassName
{
color: #487F8C;
}
</style>
background-color css
<style>
a { background-color: #487F8C; }
a { background-color: rgb(72,127,140); }
div.DivClassName
{
background-color: #487F8C;
}
.BgClassName
{
background-color: #487F8C;
}
</style>
border-color css
<style>
span { border-color: #487F8C; }
span { border-color: rgb(72,127,140); }
td.TdClassName
{
border-color: #487F8C;
}
.TagClassName
{
border-color: #487F8C;
}
</style>