Shades of Jelly Bean #477D8E
Tints of Jelly Bean #477D8E
RGB
CMYK
RGB Variations
Color information
#477D8E (or 0x477D8E) is known color: Jelly Bean. HEX triplet: 47, 7D and 8E. RGB value is (71,125,142). Sum of RGB (Red+Green+Blue) = 71+125+142=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #477D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D8E is #B88271. Grayscale: #6E6E6E. Windows color (decimal): -12092018 or 9338183. OLE color: 9338183.
HSL color Cylindrical-coordinate representation of color #477D8E: hue angle of 194.37º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #477D8E is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 125 | 142 | - |
| CMYK | 0.5 | 0.12 | 0 | 0.44 |
| HSL | 194.37º | 0.33% | 0.42% | - |
| HSV(B) | 194.37º | 0.5% | 0.56% | - |
| XYZ | 14.81 | 17.96 | 28.28 | - |
| YUV | 110.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 142 | 0.5 | 0.12 | 0 | 0.44 | 194.37 | 0.33 | 0.42 |
| Hex | 47 | 7D | 8E | 32 | C | 0 | 2C | C2 | 21 | 2A |
| Octal | 107 | 175 | 216 | 62 | 14 | 0 | 54 | 302 | 41 | 52 |
| Binary | 1000111 | 1111101 | 10001110 | 110010 | 1100 | 0 | 101100 | 11000010 | 100001 | 101010 |
Color Harmonies of #477D8E
Complementary color
Monochromatic Colors of #477D8E
Black with #477D8E
Text Example
Text Example
White with #477D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D8E; }
p { color: rgb(71,125,142); }
H1.HeaderClassName
{
color: #477D8E;
}
.AnyTagClassName
{
color: #477D8E;
}
</style>
background-color css
<style>
a { background-color: #477D8E; }
a { background-color: rgb(71,125,142); }
div.DivClassName
{
background-color: #477D8E;
}
.BgClassName
{
background-color: #477D8E;
}
</style>
border-color css
<style>
span { border-color: #477D8E; }
span { border-color: rgb(71,125,142); }
td.TdClassName
{
border-color: #477D8E;
}
.TagClassName
{
border-color: #477D8E;
}
</style>