Shades of Jelly Bean #48808D
Tints of Jelly Bean #48808D
RGB
CMYK
RGB Variations
Color information
#48808D (or 0x48808D) is known color: Jelly Bean. HEX triplet: 48, 80 and 8D. RGB value is (72,128,141). Sum of RGB (Red+Green+Blue) = 72+128+141=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #48808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48808D is #B77F72. Grayscale: #707070. Windows color (decimal): -12025715 or 9273416. OLE color: 9273416.
HSL color Cylindrical-coordinate representation of color #48808D: hue angle of 191.3º 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 #48808D is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 128 | 141 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.45 |
| HSL | 191.3º | 0.32% | 0.42% | - |
| HSV(B) | 191.3º | 0.49% | 0.55% | - |
| XYZ | 15.2 | 18.74 | 28.02 | - |
| YUV | 112.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 141 | 0.49 | 0.09 | 0 | 0.45 | 191.3 | 0.32 | 0.42 |
| Hex | 48 | 80 | 8D | 31 | 9 | 0 | 2D | BF | 20 | 2A |
| Octal | 110 | 200 | 215 | 61 | 11 | 0 | 55 | 277 | 40 | 52 |
| Binary | 1001000 | 10000000 | 10001101 | 110001 | 1001 | 0 | 101101 | 10111111 | 100000 | 101010 |
Color Harmonies of #48808D
Complementary color
Monochromatic Colors of #48808D
Black with #48808D
Text Example
Text Example
White with #48808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48808D; }
p { color: rgb(72,128,141); }
H1.HeaderClassName
{
color: #48808D;
}
.AnyTagClassName
{
color: #48808D;
}
</style>
background-color css
<style>
a { background-color: #48808D; }
a { background-color: rgb(72,128,141); }
div.DivClassName
{
background-color: #48808D;
}
.BgClassName
{
background-color: #48808D;
}
</style>
border-color css
<style>
span { border-color: #48808D; }
span { border-color: rgb(72,128,141); }
td.TdClassName
{
border-color: #48808D;
}
.TagClassName
{
border-color: #48808D;
}
</style>