Shades of Jelly Bean #48758D
Tints of Jelly Bean #48758D
RGB
CMYK
RGB Variations
Color information
#48758D (or 0x48758D) is known color: Jelly Bean. HEX triplet: 48, 75 and 8D. RGB value is (72,117,141). Sum of RGB (Red+Green+Blue) = 72+117+141=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #48758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48758D is #B78A72. Grayscale: #6A6A6A. Windows color (decimal): -12028531 or 9270600. OLE color: 9270600.
HSL color Cylindrical-coordinate representation of color #48758D: hue angle of 200.87º 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 #48758D is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 117 | 141 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.45 |
| HSL | 200.87º | 0.32% | 0.42% | - |
| HSV(B) | 200.87º | 0.49% | 0.55% | - |
| XYZ | 13.84 | 16.02 | 27.56 | - |
| YUV | 106.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 141 | 0.49 | 0.17 | 0 | 0.45 | 200.87 | 0.32 | 0.42 |
| Hex | 48 | 75 | 8D | 31 | 11 | 0 | 2D | C9 | 20 | 2A |
| Octal | 110 | 165 | 215 | 61 | 21 | 0 | 55 | 311 | 40 | 52 |
| Binary | 1001000 | 1110101 | 10001101 | 110001 | 10001 | 0 | 101101 | 11001001 | 100000 | 101010 |
Color Harmonies of #48758D
Complementary color
Monochromatic Colors of #48758D
Black with #48758D
Text Example
Text Example
White with #48758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48758D; }
p { color: rgb(72,117,141); }
H1.HeaderClassName
{
color: #48758D;
}
.AnyTagClassName
{
color: #48758D;
}
</style>
background-color css
<style>
a { background-color: #48758D; }
a { background-color: rgb(72,117,141); }
div.DivClassName
{
background-color: #48758D;
}
.BgClassName
{
background-color: #48758D;
}
</style>
border-color css
<style>
span { border-color: #48758D; }
span { border-color: rgb(72,117,141); }
td.TdClassName
{
border-color: #48758D;
}
.TagClassName
{
border-color: #48758D;
}
</style>