Shades of Jelly Bean #47748E
Tints of Jelly Bean #47748E
RGB
CMYK
RGB Variations
Color information
#47748E (or 0x47748E) is known color: Jelly Bean. HEX triplet: 47, 74 and 8E. RGB value is (71,116,142). Sum of RGB (Red+Green+Blue) = 71+116+142=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #47748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47748E is #B88B71. Grayscale: #696969. Windows color (decimal): -12094322 or 9335879. OLE color: 9335879.
HSL color Cylindrical-coordinate representation of color #47748E: hue angle of 201.97º 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 #47748E is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 116 | 142 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.44 |
| HSL | 201.97º | 0.33% | 0.42% | - |
| HSV(B) | 201.97º | 0.5% | 0.56% | - |
| XYZ | 13.73 | 15.78 | 27.91 | - |
| YUV | 105.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 142 | 0.5 | 0.18 | 0 | 0.44 | 201.97 | 0.33 | 0.42 |
| Hex | 47 | 74 | 8E | 32 | 12 | 0 | 2C | CA | 21 | 2A |
| Octal | 107 | 164 | 216 | 62 | 22 | 0 | 54 | 312 | 41 | 52 |
| Binary | 1000111 | 1110100 | 10001110 | 110010 | 10010 | 0 | 101100 | 11001010 | 100001 | 101010 |
Color Harmonies of #47748E
Complementary color
Monochromatic Colors of #47748E
Black with #47748E
Text Example
Text Example
White with #47748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47748E; }
p { color: rgb(71,116,142); }
H1.HeaderClassName
{
color: #47748E;
}
.AnyTagClassName
{
color: #47748E;
}
</style>
background-color css
<style>
a { background-color: #47748E; }
a { background-color: rgb(71,116,142); }
div.DivClassName
{
background-color: #47748E;
}
.BgClassName
{
background-color: #47748E;
}
</style>
border-color css
<style>
span { border-color: #47748E; }
span { border-color: rgb(71,116,142); }
td.TdClassName
{
border-color: #47748E;
}
.TagClassName
{
border-color: #47748E;
}
</style>