Shades of Jelly Bean #47788B
Tints of Jelly Bean #47788B
RGB
CMYK
RGB Variations
Color information
#47788B (or 0x47788B) is known color: Jelly Bean. HEX triplet: 47, 78 and 8B. RGB value is (71,120,139). Sum of RGB (Red+Green+Blue) = 71+120+139=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #47788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47788B is #B88774. Grayscale: #6B6B6B. Windows color (decimal): -12093301 or 9140295. OLE color: 9140295.
HSL color Cylindrical-coordinate representation of color #47788B: hue angle of 196.76º 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 #47788B is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 120 | 139 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.45 |
| HSL | 196.76º | 0.32% | 0.41% | - |
| HSV(B) | 196.76º | 0.49% | 0.55% | - |
| XYZ | 13.98 | 16.64 | 26.9 | - |
| YUV | 107.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 139 | 0.49 | 0.14 | 0 | 0.45 | 196.76 | 0.32 | 0.41 |
| Hex | 47 | 78 | 8B | 31 | E | 0 | 2D | C5 | 20 | 29 |
| Octal | 107 | 170 | 213 | 61 | 16 | 0 | 55 | 305 | 40 | 51 |
| Binary | 1000111 | 1111000 | 10001011 | 110001 | 1110 | 0 | 101101 | 11000101 | 100000 | 101001 |
Color Harmonies of #47788B
Complementary color
Monochromatic Colors of #47788B
Black with #47788B
Text Example
Text Example
White with #47788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47788B; }
p { color: rgb(71,120,139); }
H1.HeaderClassName
{
color: #47788B;
}
.AnyTagClassName
{
color: #47788B;
}
</style>
background-color css
<style>
a { background-color: #47788B; }
a { background-color: rgb(71,120,139); }
div.DivClassName
{
background-color: #47788B;
}
.BgClassName
{
background-color: #47788B;
}
</style>
border-color css
<style>
span { border-color: #47788B; }
span { border-color: rgb(71,120,139); }
td.TdClassName
{
border-color: #47788B;
}
.TagClassName
{
border-color: #47788B;
}
</style>