Shades of Jelly Bean #48789D
Tints of Jelly Bean #48789D
RGB
CMYK
RGB Variations
Color information
#48789D (or 0x48789D) is known color: Jelly Bean. HEX triplet: 48, 78 and 9D. RGB value is (72,120,157). Sum of RGB (Red+Green+Blue) = 72+120+157=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #48789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48789D is #B78762. Grayscale: #6D6D6D. Windows color (decimal): -12027747 or 10319944. OLE color: 10319944.
HSL color Cylindrical-coordinate representation of color #48789D: hue angle of 206.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48789D is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 120 | 157 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.38 |
| HSL | 206.12º | 0.37% | 0.45% | - |
| HSV(B) | 206.12º | 0.54% | 0.62% | - |
| XYZ | 15.47 | 17.24 | 34.41 | - |
| YUV | 109.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 157 | 0.54 | 0.24 | 0 | 0.38 | 206.12 | 0.37 | 0.45 |
| Hex | 48 | 78 | 9D | 36 | 18 | 0 | 26 | CE | 25 | 2D |
| Octal | 110 | 170 | 235 | 66 | 30 | 0 | 46 | 316 | 45 | 55 |
| Binary | 1001000 | 1111000 | 10011101 | 110110 | 11000 | 0 | 100110 | 11001110 | 100101 | 101101 |
Color Harmonies of #48789D
Complementary color
Monochromatic Colors of #48789D
Black with #48789D
Text Example
Text Example
White with #48789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48789D; }
p { color: rgb(72,120,157); }
H1.HeaderClassName
{
color: #48789D;
}
.AnyTagClassName
{
color: #48789D;
}
</style>
background-color css
<style>
a { background-color: #48789D; }
a { background-color: rgb(72,120,157); }
div.DivClassName
{
background-color: #48789D;
}
.BgClassName
{
background-color: #48789D;
}
</style>
border-color css
<style>
span { border-color: #48789D; }
span { border-color: rgb(72,120,157); }
td.TdClassName
{
border-color: #48789D;
}
.TagClassName
{
border-color: #48789D;
}
</style>