Shades of Jelly Bean #48748A
Tints of Jelly Bean #48748A
RGB
CMYK
RGB Variations
Color information
#48748A (or 0x48748A) is known color: Jelly Bean. HEX triplet: 48, 74 and 8A. RGB value is (72,116,138). Sum of RGB (Red+Green+Blue) = 72+116+138=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #48748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48748A is #B78B75. Grayscale: #696969. Windows color (decimal): -12028790 or 9073736. OLE color: 9073736.
HSL color Cylindrical-coordinate representation of color #48748A: hue angle of 200º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48748A is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 116 | 138 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.46 |
| HSL | 200º | 0.31% | 0.41% | - |
| HSV(B) | 200º | 0.48% | 0.54% | - |
| XYZ | 13.51 | 15.7 | 26.36 | - |
| YUV | 105.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 138 | 0.48 | 0.16 | 0 | 0.46 | 200 | 0.31 | 0.41 |
| Hex | 48 | 74 | 8A | 30 | 10 | 0 | 2E | C8 | 1F | 29 |
| Octal | 110 | 164 | 212 | 60 | 20 | 0 | 56 | 310 | 37 | 51 |
| Binary | 1001000 | 1110100 | 10001010 | 110000 | 10000 | 0 | 101110 | 11001000 | 11111 | 101001 |
Color Harmonies of #48748A
Complementary color
Monochromatic Colors of #48748A
Black with #48748A
Text Example
Text Example
White with #48748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48748A; }
p { color: rgb(72,116,138); }
H1.HeaderClassName
{
color: #48748A;
}
.AnyTagClassName
{
color: #48748A;
}
</style>
background-color css
<style>
a { background-color: #48748A; }
a { background-color: rgb(72,116,138); }
div.DivClassName
{
background-color: #48748A;
}
.BgClassName
{
background-color: #48748A;
}
</style>
border-color css
<style>
span { border-color: #48748A; }
span { border-color: rgb(72,116,138); }
td.TdClassName
{
border-color: #48748A;
}
.TagClassName
{
border-color: #48748A;
}
</style>