Shades of Jelly Bean #47728F
Tints of Jelly Bean #47728F
RGB
CMYK
RGB Variations
Color information
#47728F (or 0x47728F) is known color: Jelly Bean. HEX triplet: 47, 72 and 8F. RGB value is (71,114,143). Sum of RGB (Red+Green+Blue) = 71+114+143=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #47728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47728F is #B88D70. Grayscale: #686868. Windows color (decimal): -12094833 or 9400903. OLE color: 9400903.
HSL color Cylindrical-coordinate representation of color #47728F: hue angle of 204.17º 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 #47728F is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 114 | 143 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.44 |
| HSL | 204.17º | 0.34% | 0.42% | - |
| HSV(B) | 204.17º | 0.5% | 0.56% | - |
| XYZ | 13.57 | 15.36 | 28.24 | - |
| YUV | 104.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 143 | 0.50 | 0.20 | 0 | 0.44 | 204.17 | 0.34 | 0.42 |
| Hex | 47 | 72 | 8F | 32 | 14 | 0 | 2C | CC | 22 | 2A |
| Octal | 107 | 162 | 217 | 62 | 24 | 0 | 54 | 314 | 42 | 52 |
| Binary | 1000111 | 1110010 | 10001111 | 110010 | 10100 | 0 | 101100 | 11001100 | 100010 | 101010 |
Color Harmonies of #47728F
Complementary color
Monochromatic Colors of #47728F
Black with #47728F
Text Example
Text Example
White with #47728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47728F; }
p { color: rgb(71,114,143); }
H1.HeaderClassName
{
color: #47728F;
}
.AnyTagClassName
{
color: #47728F;
}
</style>
background-color css
<style>
a { background-color: #47728F; }
a { background-color: rgb(71,114,143); }
div.DivClassName
{
background-color: #47728F;
}
.BgClassName
{
background-color: #47728F;
}
</style>
border-color css
<style>
span { border-color: #47728F; }
span { border-color: rgb(71,114,143); }
td.TdClassName
{
border-color: #47728F;
}
.TagClassName
{
border-color: #47728F;
}
</style>