Shades of Jelly Bean #477D8C
Tints of Jelly Bean #477D8C
RGB
CMYK
RGB Variations
Color information
#477D8C (or 0x477D8C) is known color: Jelly Bean. HEX triplet: 47, 7D and 8C. RGB value is (71,125,140). Sum of RGB (Red+Green+Blue) = 71+125+140=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #477D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D8C is #B88273. Grayscale: #6E6E6E. Windows color (decimal): -12092020 or 9207111. OLE color: 9207111.
HSL color Cylindrical-coordinate representation of color #477D8C: hue angle of 193.04º degrees, saturation: 0.33, 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 #477D8C is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 125 | 140 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.45 |
| HSL | 193.04º | 0.33% | 0.41% | - |
| HSV(B) | 193.04º | 0.49% | 0.55% | - |
| XYZ | 14.67 | 17.9 | 27.49 | - |
| YUV | 110.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 140 | 0.49 | 0.11 | 0 | 0.45 | 193.04 | 0.33 | 0.41 |
| Hex | 47 | 7D | 8C | 31 | B | 0 | 2D | C1 | 21 | 29 |
| Octal | 107 | 175 | 214 | 61 | 13 | 0 | 55 | 301 | 41 | 51 |
| Binary | 1000111 | 1111101 | 10001100 | 110001 | 1011 | 0 | 101101 | 11000001 | 100001 | 101001 |
Color Harmonies of #477D8C
Complementary color
Monochromatic Colors of #477D8C
Black with #477D8C
Text Example
Text Example
White with #477D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D8C; }
p { color: rgb(71,125,140); }
H1.HeaderClassName
{
color: #477D8C;
}
.AnyTagClassName
{
color: #477D8C;
}
</style>
background-color css
<style>
a { background-color: #477D8C; }
a { background-color: rgb(71,125,140); }
div.DivClassName
{
background-color: #477D8C;
}
.BgClassName
{
background-color: #477D8C;
}
</style>
border-color css
<style>
span { border-color: #477D8C; }
span { border-color: rgb(71,125,140); }
td.TdClassName
{
border-color: #477D8C;
}
.TagClassName
{
border-color: #477D8C;
}
</style>