Shades of Jelly Bean #477D8B
Tints of Jelly Bean #477D8B
RGB
CMYK
RGB Variations
Color information
#477D8B (or 0x477D8B) is known color: Jelly Bean. HEX triplet: 47, 7D and 8B. RGB value is (71,125,139). Sum of RGB (Red+Green+Blue) = 71+125+139=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #477D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D8B is #B88274. Grayscale: #6E6E6E. Windows color (decimal): -12092021 or 9141575. OLE color: 9141575.
HSL color Cylindrical-coordinate representation of color #477D8B: hue angle of 192.35º 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 #477D8B is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 125 | 139 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.45 |
| HSL | 192.35º | 0.32% | 0.41% | - |
| HSV(B) | 192.35º | 0.49% | 0.55% | - |
| XYZ | 14.59 | 17.87 | 27.11 | - |
| YUV | 110.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 139 | 0.49 | 0.10 | 0 | 0.45 | 192.35 | 0.32 | 0.41 |
| Hex | 47 | 7D | 8B | 31 | A | 0 | 2D | C0 | 20 | 29 |
| Octal | 107 | 175 | 213 | 61 | 12 | 0 | 55 | 300 | 40 | 51 |
| Binary | 1000111 | 1111101 | 10001011 | 110001 | 1010 | 0 | 101101 | 11000000 | 100000 | 101001 |
Color Harmonies of #477D8B
Complementary color
Monochromatic Colors of #477D8B
Black with #477D8B
Text Example
Text Example
White with #477D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D8B; }
p { color: rgb(71,125,139); }
H1.HeaderClassName
{
color: #477D8B;
}
.AnyTagClassName
{
color: #477D8B;
}
</style>
background-color css
<style>
a { background-color: #477D8B; }
a { background-color: rgb(71,125,139); }
div.DivClassName
{
background-color: #477D8B;
}
.BgClassName
{
background-color: #477D8B;
}
</style>
border-color css
<style>
span { border-color: #477D8B; }
span { border-color: rgb(71,125,139); }
td.TdClassName
{
border-color: #477D8B;
}
.TagClassName
{
border-color: #477D8B;
}
</style>