Shades of Jelly Bean #47738A
Tints of Jelly Bean #47738A
RGB
CMYK
RGB Variations
Color information
#47738A (or 0x47738A) is known color: Jelly Bean. HEX triplet: 47, 73 and 8A. RGB value is (71,115,138). Sum of RGB (Red+Green+Blue) = 71+115+138=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #47738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47738A is #B88C75. Grayscale: #686868. Windows color (decimal): -12094582 or 9073479. OLE color: 9073479.
HSL color Cylindrical-coordinate representation of color #47738A: hue angle of 200.6º 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 #47738A is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 115 | 138 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.46 |
| HSL | 200.6º | 0.32% | 0.41% | - |
| HSV(B) | 200.6º | 0.49% | 0.54% | - |
| XYZ | 13.32 | 15.44 | 26.32 | - |
| YUV | 104.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 138 | 0.49 | 0.17 | 0 | 0.46 | 200.6 | 0.32 | 0.41 |
| Hex | 47 | 73 | 8A | 31 | 11 | 0 | 2E | C9 | 20 | 29 |
| Octal | 107 | 163 | 212 | 61 | 21 | 0 | 56 | 311 | 40 | 51 |
| Binary | 1000111 | 1110011 | 10001010 | 110001 | 10001 | 0 | 101110 | 11001001 | 100000 | 101001 |
Color Harmonies of #47738A
Complementary color
Monochromatic Colors of #47738A
Black with #47738A
Text Example
Text Example
White with #47738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47738A; }
p { color: rgb(71,115,138); }
H1.HeaderClassName
{
color: #47738A;
}
.AnyTagClassName
{
color: #47738A;
}
</style>
background-color css
<style>
a { background-color: #47738A; }
a { background-color: rgb(71,115,138); }
div.DivClassName
{
background-color: #47738A;
}
.BgClassName
{
background-color: #47738A;
}
</style>
border-color css
<style>
span { border-color: #47738A; }
span { border-color: rgb(71,115,138); }
td.TdClassName
{
border-color: #47738A;
}
.TagClassName
{
border-color: #47738A;
}
</style>