Shades of Jelly Bean #47728B
Tints of Jelly Bean #47728B
RGB
CMYK
RGB Variations
Color information
#47728B (or 0x47728B) is known color: Jelly Bean. HEX triplet: 47, 72 and 8B. RGB value is (71,114,139). Sum of RGB (Red+Green+Blue) = 71+114+139=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #47728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47728B is #B88D74. Grayscale: #676767. Windows color (decimal): -12094837 or 9138759. OLE color: 9138759.
HSL color Cylindrical-coordinate representation of color #47728B: hue angle of 202.06º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47728B is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 114 | 139 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.45 |
| HSL | 202.06º | 0.32% | 0.41% | - |
| HSV(B) | 202.06º | 0.49% | 0.55% | - |
| XYZ | 13.28 | 15.24 | 26.67 | - |
| YUV | 103.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 139 | 0.49 | 0.18 | 0 | 0.45 | 202.06 | 0.32 | 0.41 |
| Hex | 47 | 72 | 8B | 31 | 12 | 0 | 2D | CA | 20 | 29 |
| Octal | 107 | 162 | 213 | 61 | 22 | 0 | 55 | 312 | 40 | 51 |
| Binary | 1000111 | 1110010 | 10001011 | 110001 | 10010 | 0 | 101101 | 11001010 | 100000 | 101001 |
Color Harmonies of #47728B
Complementary color
Monochromatic Colors of #47728B
Black with #47728B
Text Example
Text Example
White with #47728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47728B; }
p { color: rgb(71,114,139); }
H1.HeaderClassName
{
color: #47728B;
}
.AnyTagClassName
{
color: #47728B;
}
</style>
background-color css
<style>
a { background-color: #47728B; }
a { background-color: rgb(71,114,139); }
div.DivClassName
{
background-color: #47728B;
}
.BgClassName
{
background-color: #47728B;
}
</style>
border-color css
<style>
span { border-color: #47728B; }
span { border-color: rgb(71,114,139); }
td.TdClassName
{
border-color: #47728B;
}
.TagClassName
{
border-color: #47728B;
}
</style>