Shades of Jelly Bean #47748A
Tints of Jelly Bean #47748A
RGB
CMYK
RGB Variations
Color information
#47748A (or 0x47748A) is known color: Jelly Bean. HEX triplet: 47, 74 and 8A. RGB value is (71,116,138). Sum of RGB (Red+Green+Blue) = 71+116+138=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #47748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47748A is #B88B75. Grayscale: #686868. Windows color (decimal): -12094326 or 9073735. OLE color: 9073735.
HSL color Cylindrical-coordinate representation of color #47748A: hue angle of 199.7º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47748A is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 116 | 138 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.46 |
| HSL | 199.7º | 0.32% | 0.41% | - |
| HSV(B) | 199.7º | 0.49% | 0.54% | - |
| XYZ | 13.43 | 15.67 | 26.36 | - |
| YUV | 105.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 138 | 0.49 | 0.16 | 0 | 0.46 | 199.7 | 0.32 | 0.41 |
| Hex | 47 | 74 | 8A | 31 | 10 | 0 | 2E | C8 | 20 | 29 |
| Octal | 107 | 164 | 212 | 61 | 20 | 0 | 56 | 310 | 40 | 51 |
| Binary | 1000111 | 1110100 | 10001010 | 110001 | 10000 | 0 | 101110 | 11001000 | 100000 | 101001 |
Color Harmonies of #47748A
Complementary color
Monochromatic Colors of #47748A
Black with #47748A
Text Example
Text Example
White with #47748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47748A; }
p { color: rgb(71,116,138); }
H1.HeaderClassName
{
color: #47748A;
}
.AnyTagClassName
{
color: #47748A;
}
</style>
background-color css
<style>
a { background-color: #47748A; }
a { background-color: rgb(71,116,138); }
div.DivClassName
{
background-color: #47748A;
}
.BgClassName
{
background-color: #47748A;
}
</style>
border-color css
<style>
span { border-color: #47748A; }
span { border-color: rgb(71,116,138); }
td.TdClassName
{
border-color: #47748A;
}
.TagClassName
{
border-color: #47748A;
}
</style>