Shades of Jelly Bean #477D89
Tints of Jelly Bean #477D89
RGB
CMYK
RGB Variations
Color information
#477D89 (or 0x477D89) is known color: Jelly Bean. HEX triplet: 47, 7D and 89. RGB value is (71,125,137). Sum of RGB (Red+Green+Blue) = 71+125+137=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #477D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D89 is #B88276. Grayscale: #6E6E6E. Windows color (decimal): -12092023 or 9010503. OLE color: 9010503.
HSL color Cylindrical-coordinate representation of color #477D89: hue angle of 190.91º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #477D89 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 125 | 137 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.46 |
| HSL | 190.91º | 0.32% | 0.41% | - |
| HSV(B) | 190.91º | 0.48% | 0.54% | - |
| XYZ | 14.45 | 17.81 | 26.34 | - |
| YUV | 110.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 137 | 0.48 | 0.09 | 0 | 0.46 | 190.91 | 0.32 | 0.41 |
| Hex | 47 | 7D | 89 | 30 | 9 | 0 | 2E | BF | 20 | 29 |
| Octal | 107 | 175 | 211 | 60 | 11 | 0 | 56 | 277 | 40 | 51 |
| Binary | 1000111 | 1111101 | 10001001 | 110000 | 1001 | 0 | 101110 | 10111111 | 100000 | 101001 |
Color Harmonies of #477D89
Complementary color
Monochromatic Colors of #477D89
Black with #477D89
Text Example
Text Example
White with #477D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D89; }
p { color: rgb(71,125,137); }
H1.HeaderClassName
{
color: #477D89;
}
.AnyTagClassName
{
color: #477D89;
}
</style>
background-color css
<style>
a { background-color: #477D89; }
a { background-color: rgb(71,125,137); }
div.DivClassName
{
background-color: #477D89;
}
.BgClassName
{
background-color: #477D89;
}
</style>
border-color css
<style>
span { border-color: #477D89; }
span { border-color: rgb(71,125,137); }
td.TdClassName
{
border-color: #477D89;
}
.TagClassName
{
border-color: #477D89;
}
</style>