Shades of Jelly Bean #47738E
Tints of Jelly Bean #47738E
RGB
CMYK
RGB Variations
Color information
#47738E (or 0x47738E) is known color: Jelly Bean. HEX triplet: 47, 73 and 8E. RGB value is (71,115,142). Sum of RGB (Red+Green+Blue) = 71+115+142=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #47738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47738E is #B88C71. Grayscale: #686868. Windows color (decimal): -12094578 or 9335623. OLE color: 9335623.
HSL color Cylindrical-coordinate representation of color #47738E: hue angle of 202.82º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47738E is Cyan = 0.5, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 115 | 142 | - |
| CMYK | 0.5 | 0.19 | 0 | 0.44 |
| HSL | 202.82º | 0.33% | 0.42% | - |
| HSV(B) | 202.82º | 0.5% | 0.56% | - |
| XYZ | 13.61 | 15.55 | 27.88 | - |
| YUV | 104.92 | 148.92 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 142 | 0.5 | 0.19 | 0 | 0.44 | 202.82 | 0.33 | 0.42 |
| Hex | 47 | 73 | 8E | 32 | 13 | 0 | 2C | CB | 21 | 2A |
| Octal | 107 | 163 | 216 | 62 | 23 | 0 | 54 | 313 | 41 | 52 |
| Binary | 1000111 | 1110011 | 10001110 | 110010 | 10011 | 0 | 101100 | 11001011 | 100001 | 101010 |
Color Harmonies of #47738E
Complementary color
Monochromatic Colors of #47738E
Black with #47738E
Text Example
Text Example
White with #47738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47738E; }
p { color: rgb(71,115,142); }
H1.HeaderClassName
{
color: #47738E;
}
.AnyTagClassName
{
color: #47738E;
}
</style>
background-color css
<style>
a { background-color: #47738E; }
a { background-color: rgb(71,115,142); }
div.DivClassName
{
background-color: #47738E;
}
.BgClassName
{
background-color: #47738E;
}
</style>
border-color css
<style>
span { border-color: #47738E; }
span { border-color: rgb(71,115,142); }
td.TdClassName
{
border-color: #47738E;
}
.TagClassName
{
border-color: #47738E;
}
</style>