Shades of Jelly Bean #477A86
Tints of Jelly Bean #477A86
RGB
CMYK
RGB Variations
Color information
#477A86 (or 0x477A86) is known color: Jelly Bean. HEX triplet: 47, 7A and 86. RGB value is (71,122,134). Sum of RGB (Red+Green+Blue) = 71+122+134=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #477A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477A86 is #B88579. Grayscale: #6C6C6C. Windows color (decimal): -12092794 or 8813127. OLE color: 8813127.
HSL color Cylindrical-coordinate representation of color #477A86: hue angle of 191.43º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477A86 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 122 | 134 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.47 |
| HSL | 191.43º | 0.31% | 0.4% | - |
| HSV(B) | 191.43º | 0.47% | 0.53% | - |
| XYZ | 13.86 | 16.98 | 25.1 | - |
| YUV | 108.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 134 | 0.47 | 0.09 | 0 | 0.47 | 191.43 | 0.31 | 0.4 |
| Hex | 47 | 7A | 86 | 2F | 9 | 0 | 2F | BF | 1F | 28 |
| Octal | 107 | 172 | 206 | 57 | 11 | 0 | 57 | 277 | 37 | 50 |
| Binary | 1000111 | 1111010 | 10000110 | 101111 | 1001 | 0 | 101111 | 10111111 | 11111 | 101000 |
Color Harmonies of #477A86
Complementary color
Monochromatic Colors of #477A86
Black with #477A86
Text Example
Text Example
White with #477A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A86; }
p { color: rgb(71,122,134); }
H1.HeaderClassName
{
color: #477A86;
}
.AnyTagClassName
{
color: #477A86;
}
</style>
background-color css
<style>
a { background-color: #477A86; }
a { background-color: rgb(71,122,134); }
div.DivClassName
{
background-color: #477A86;
}
.BgClassName
{
background-color: #477A86;
}
</style>
border-color css
<style>
span { border-color: #477A86; }
span { border-color: rgb(71,122,134); }
td.TdClassName
{
border-color: #477A86;
}
.TagClassName
{
border-color: #477A86;
}
</style>