Shades of Jelly Bean #487F8F
Tints of Jelly Bean #487F8F
RGB
CMYK
RGB Variations
Color information
#487F8F (or 0x487F8F) is known color: Jelly Bean. HEX triplet: 48, 7F and 8F. RGB value is (72,127,143). Sum of RGB (Red+Green+Blue) = 72+127+143=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #487F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F8F is #B78070. Grayscale: #707070. Windows color (decimal): -12025969 or 9404232. OLE color: 9404232.
HSL color Cylindrical-coordinate representation of color #487F8F: hue angle of 193.52º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487F8F is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 127 | 143 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.44 |
| HSL | 193.52º | 0.33% | 0.42% | - |
| HSV(B) | 193.52º | 0.5% | 0.56% | - |
| XYZ | 15.22 | 18.54 | 28.76 | - |
| YUV | 112.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 143 | 0.50 | 0.11 | 0 | 0.44 | 193.52 | 0.33 | 0.42 |
| Hex | 48 | 7F | 8F | 32 | B | 0 | 2C | C2 | 21 | 2A |
| Octal | 110 | 177 | 217 | 62 | 13 | 0 | 54 | 302 | 41 | 52 |
| Binary | 1001000 | 1111111 | 10001111 | 110010 | 1011 | 0 | 101100 | 11000010 | 100001 | 101010 |
Color Harmonies of #487F8F
Complementary color
Monochromatic Colors of #487F8F
Black with #487F8F
Text Example
Text Example
White with #487F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F8F; }
p { color: rgb(72,127,143); }
H1.HeaderClassName
{
color: #487F8F;
}
.AnyTagClassName
{
color: #487F8F;
}
</style>
background-color css
<style>
a { background-color: #487F8F; }
a { background-color: rgb(72,127,143); }
div.DivClassName
{
background-color: #487F8F;
}
.BgClassName
{
background-color: #487F8F;
}
</style>
border-color css
<style>
span { border-color: #487F8F; }
span { border-color: rgb(72,127,143); }
td.TdClassName
{
border-color: #487F8F;
}
.TagClassName
{
border-color: #487F8F;
}
</style>