Shades of Jelly Bean #48798B
Tints of Jelly Bean #48798B
RGB
CMYK
RGB Variations
Color information
#48798B (or 0x48798B) is known color: Jelly Bean. HEX triplet: 48, 79 and 8B. RGB value is (72,121,139). Sum of RGB (Red+Green+Blue) = 72+121+139=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #48798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48798B is #B78674. Grayscale: #6C6C6C. Windows color (decimal): -12027509 or 9140552. OLE color: 9140552.
HSL color Cylindrical-coordinate representation of color #48798B: hue angle of 196.12º 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 #48798B is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 121 | 139 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.45 |
| HSL | 196.12º | 0.32% | 0.41% | - |
| HSV(B) | 196.12º | 0.48% | 0.55% | - |
| XYZ | 14.17 | 16.92 | 26.94 | - |
| YUV | 108.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 139 | 0.48 | 0.13 | 0 | 0.45 | 196.12 | 0.32 | 0.41 |
| Hex | 48 | 79 | 8B | 30 | D | 0 | 2D | C4 | 20 | 29 |
| Octal | 110 | 171 | 213 | 60 | 15 | 0 | 55 | 304 | 40 | 51 |
| Binary | 1001000 | 1111001 | 10001011 | 110000 | 1101 | 0 | 101101 | 11000100 | 100000 | 101001 |
Color Harmonies of #48798B
Complementary color
Monochromatic Colors of #48798B
Black with #48798B
Text Example
Text Example
White with #48798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48798B; }
p { color: rgb(72,121,139); }
H1.HeaderClassName
{
color: #48798B;
}
.AnyTagClassName
{
color: #48798B;
}
</style>
background-color css
<style>
a { background-color: #48798B; }
a { background-color: rgb(72,121,139); }
div.DivClassName
{
background-color: #48798B;
}
.BgClassName
{
background-color: #48798B;
}
</style>
border-color css
<style>
span { border-color: #48798B; }
span { border-color: rgb(72,121,139); }
td.TdClassName
{
border-color: #48798B;
}
.TagClassName
{
border-color: #48798B;
}
</style>