Shades of Jelly Bean #48768E
Tints of Jelly Bean #48768E
RGB
CMYK
RGB Variations
Color information
#48768E (or 0x48768E) is known color: Jelly Bean. HEX triplet: 48, 76 and 8E. RGB value is (72,118,142). Sum of RGB (Red+Green+Blue) = 72+118+142=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #48768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48768E is #B78971. Grayscale: #6A6A6A. Windows color (decimal): -12028274 or 9336392. OLE color: 9336392.
HSL color Cylindrical-coordinate representation of color #48768E: hue angle of 200.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48768E is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 118 | 142 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.44 |
| HSL | 200.57º | 0.33% | 0.42% | - |
| HSV(B) | 200.57º | 0.49% | 0.56% | - |
| XYZ | 14.03 | 16.29 | 28 | - |
| YUV | 106.98 | 147.76 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 142 | 0.49 | 0.17 | 0 | 0.44 | 200.57 | 0.33 | 0.42 |
| Hex | 48 | 76 | 8E | 31 | 11 | 0 | 2C | C9 | 21 | 2A |
| Octal | 110 | 166 | 216 | 61 | 21 | 0 | 54 | 311 | 41 | 52 |
| Binary | 1001000 | 1110110 | 10001110 | 110001 | 10001 | 0 | 101100 | 11001001 | 100001 | 101010 |
Color Harmonies of #48768E
Complementary color
Monochromatic Colors of #48768E
Black with #48768E
Text Example
Text Example
White with #48768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48768E; }
p { color: rgb(72,118,142); }
H1.HeaderClassName
{
color: #48768E;
}
.AnyTagClassName
{
color: #48768E;
}
</style>
background-color css
<style>
a { background-color: #48768E; }
a { background-color: rgb(72,118,142); }
div.DivClassName
{
background-color: #48768E;
}
.BgClassName
{
background-color: #48768E;
}
</style>
border-color css
<style>
span { border-color: #48768E; }
span { border-color: rgb(72,118,142); }
td.TdClassName
{
border-color: #48768E;
}
.TagClassName
{
border-color: #48768E;
}
</style>