Shades of Jelly Bean #48748B
Tints of Jelly Bean #48748B
RGB
CMYK
RGB Variations
Color information
#48748B (or 0x48748B) is known color: Jelly Bean. HEX triplet: 48, 74 and 8B. RGB value is (72,116,139). Sum of RGB (Red+Green+Blue) = 72+116+139=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #48748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48748B is #B78B74. Grayscale: #696969. Windows color (decimal): -12028789 or 9139272. OLE color: 9139272.
HSL color Cylindrical-coordinate representation of color #48748B: hue angle of 200.6º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48748B is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 116 | 139 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.45 |
| HSL | 200.6º | 0.32% | 0.41% | - |
| HSV(B) | 200.6º | 0.48% | 0.55% | - |
| XYZ | 13.58 | 15.73 | 26.75 | - |
| YUV | 105.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 139 | 0.48 | 0.17 | 0 | 0.45 | 200.6 | 0.32 | 0.41 |
| Hex | 48 | 74 | 8B | 30 | 11 | 0 | 2D | C9 | 20 | 29 |
| Octal | 110 | 164 | 213 | 60 | 21 | 0 | 55 | 311 | 40 | 51 |
| Binary | 1001000 | 1110100 | 10001011 | 110000 | 10001 | 0 | 101101 | 11001001 | 100000 | 101001 |
Color Harmonies of #48748B
Complementary color
Monochromatic Colors of #48748B
Black with #48748B
Text Example
Text Example
White with #48748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48748B; }
p { color: rgb(72,116,139); }
H1.HeaderClassName
{
color: #48748B;
}
.AnyTagClassName
{
color: #48748B;
}
</style>
background-color css
<style>
a { background-color: #48748B; }
a { background-color: rgb(72,116,139); }
div.DivClassName
{
background-color: #48748B;
}
.BgClassName
{
background-color: #48748B;
}
</style>
border-color css
<style>
span { border-color: #48748B; }
span { border-color: rgb(72,116,139); }
td.TdClassName
{
border-color: #48748B;
}
.TagClassName
{
border-color: #48748B;
}
</style>