Shades of Jelly Bean #48738B
Tints of Jelly Bean #48738B
RGB
CMYK
RGB Variations
Color information
#48738B (or 0x48738B) is known color: Jelly Bean. HEX triplet: 48, 73 and 8B. RGB value is (72,115,139). Sum of RGB (Red+Green+Blue) = 72+115+139=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #48738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48738B is #B78C74. Grayscale: #686868. Windows color (decimal): -12029045 or 9139016. OLE color: 9139016.
HSL color Cylindrical-coordinate representation of color #48738B: hue angle of 201.49º 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 #48738B is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 115 | 139 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.45 |
| HSL | 201.49º | 0.32% | 0.41% | - |
| HSV(B) | 201.49º | 0.48% | 0.55% | - |
| XYZ | 13.46 | 15.5 | 26.71 | - |
| YUV | 104.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 139 | 0.48 | 0.17 | 0 | 0.45 | 201.49 | 0.32 | 0.41 |
| Hex | 48 | 73 | 8B | 30 | 11 | 0 | 2D | C9 | 20 | 29 |
| Octal | 110 | 163 | 213 | 60 | 21 | 0 | 55 | 311 | 40 | 51 |
| Binary | 1001000 | 1110011 | 10001011 | 110000 | 10001 | 0 | 101101 | 11001001 | 100000 | 101001 |
Color Harmonies of #48738B
Complementary color
Monochromatic Colors of #48738B
Black with #48738B
Text Example
Text Example
White with #48738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48738B; }
p { color: rgb(72,115,139); }
H1.HeaderClassName
{
color: #48738B;
}
.AnyTagClassName
{
color: #48738B;
}
</style>
background-color css
<style>
a { background-color: #48738B; }
a { background-color: rgb(72,115,139); }
div.DivClassName
{
background-color: #48738B;
}
.BgClassName
{
background-color: #48738B;
}
</style>
border-color css
<style>
span { border-color: #48738B; }
span { border-color: rgb(72,115,139); }
td.TdClassName
{
border-color: #48738B;
}
.TagClassName
{
border-color: #48738B;
}
</style>