Shades of Jelly Bean #47748F
Tints of Jelly Bean #47748F
RGB
CMYK
RGB Variations
Color information
#47748F (or 0x47748F) is known color: Jelly Bean. HEX triplet: 47, 74 and 8F. RGB value is (71,116,143). Sum of RGB (Red+Green+Blue) = 71+116+143=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #47748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47748F is #B88B70. Grayscale: #696969. Windows color (decimal): -12094321 or 9401415. OLE color: 9401415.
HSL color Cylindrical-coordinate representation of color #47748F: hue angle of 202.5º degrees, saturation: 0.34, 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 #47748F is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 116 | 143 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.44 |
| HSL | 202.5º | 0.34% | 0.42% | - |
| HSV(B) | 202.5º | 0.5% | 0.56% | - |
| XYZ | 13.8 | 15.81 | 28.31 | - |
| YUV | 105.62 | 149.09 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 143 | 0.50 | 0.19 | 0 | 0.44 | 202.5 | 0.34 | 0.42 |
| Hex | 47 | 74 | 8F | 32 | 13 | 0 | 2C | CA | 22 | 2A |
| Octal | 107 | 164 | 217 | 62 | 23 | 0 | 54 | 312 | 42 | 52 |
| Binary | 1000111 | 1110100 | 10001111 | 110010 | 10011 | 0 | 101100 | 11001010 | 100010 | 101010 |
Color Harmonies of #47748F
Complementary color
Monochromatic Colors of #47748F
Black with #47748F
Text Example
Text Example
White with #47748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47748F; }
p { color: rgb(71,116,143); }
H1.HeaderClassName
{
color: #47748F;
}
.AnyTagClassName
{
color: #47748F;
}
</style>
background-color css
<style>
a { background-color: #47748F; }
a { background-color: rgb(71,116,143); }
div.DivClassName
{
background-color: #47748F;
}
.BgClassName
{
background-color: #47748F;
}
</style>
border-color css
<style>
span { border-color: #47748F; }
span { border-color: rgb(71,116,143); }
td.TdClassName
{
border-color: #47748F;
}
.TagClassName
{
border-color: #47748F;
}
</style>