Shades of Jelly Bean #477D90
Tints of Jelly Bean #477D90
RGB
CMYK
RGB Variations
Color information
#477D90 (or 0x477D90) is known color: Jelly Bean. HEX triplet: 47, 7D and 90. RGB value is (71,125,144). Sum of RGB (Red+Green+Blue) = 71+125+144=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #477D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D90 is #B8826F. Grayscale: #6E6E6E. Windows color (decimal): -12092016 or 9469255. OLE color: 9469255.
HSL color Cylindrical-coordinate representation of color #477D90: hue angle of 195.62º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477D90 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 125 | 144 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.44 |
| HSL | 195.62º | 0.34% | 0.42% | - |
| HSV(B) | 195.62º | 0.51% | 0.56% | - |
| XYZ | 14.97 | 18.02 | 29.08 | - |
| YUV | 111.02 | 146.61 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 144 | 0.51 | 0.13 | 0 | 0.44 | 195.62 | 0.34 | 0.42 |
| Hex | 47 | 7D | 90 | 33 | D | 0 | 2C | C4 | 22 | 2A |
| Octal | 107 | 175 | 220 | 63 | 15 | 0 | 54 | 304 | 42 | 52 |
| Binary | 1000111 | 1111101 | 10010000 | 110011 | 1101 | 0 | 101100 | 11000100 | 100010 | 101010 |
Color Harmonies of #477D90
Complementary color
Monochromatic Colors of #477D90
Black with #477D90
Text Example
Text Example
White with #477D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D90; }
p { color: rgb(71,125,144); }
H1.HeaderClassName
{
color: #477D90;
}
.AnyTagClassName
{
color: #477D90;
}
</style>
background-color css
<style>
a { background-color: #477D90; }
a { background-color: rgb(71,125,144); }
div.DivClassName
{
background-color: #477D90;
}
.BgClassName
{
background-color: #477D90;
}
</style>
border-color css
<style>
span { border-color: #477D90; }
span { border-color: rgb(71,125,144); }
td.TdClassName
{
border-color: #477D90;
}
.TagClassName
{
border-color: #477D90;
}
</style>