Shades of Jelly Bean #477A8D
Tints of Jelly Bean #477A8D
RGB
CMYK
RGB Variations
Color information
#477A8D (or 0x477A8D) is known color: Jelly Bean. HEX triplet: 47, 7A and 8D. RGB value is (71,122,141). Sum of RGB (Red+Green+Blue) = 71+122+141=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #477A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477A8D is #B88572. Grayscale: #6C6C6C. Windows color (decimal): -12092787 or 9271879. OLE color: 9271879.
HSL color Cylindrical-coordinate representation of color #477A8D: hue angle of 196.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #477A8D is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 122 | 141 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.45 |
| HSL | 196.29º | 0.33% | 0.42% | - |
| HSV(B) | 196.29º | 0.5% | 0.55% | - |
| XYZ | 14.37 | 17.18 | 27.76 | - |
| YUV | 108.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 141 | 0.50 | 0.13 | 0 | 0.45 | 196.29 | 0.33 | 0.42 |
| Hex | 47 | 7A | 8D | 32 | D | 0 | 2D | C4 | 21 | 2A |
| Octal | 107 | 172 | 215 | 62 | 15 | 0 | 55 | 304 | 41 | 52 |
| Binary | 1000111 | 1111010 | 10001101 | 110010 | 1101 | 0 | 101101 | 11000100 | 100001 | 101010 |
Color Harmonies of #477A8D
Complementary color
Monochromatic Colors of #477A8D
Black with #477A8D
Text Example
Text Example
White with #477A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A8D; }
p { color: rgb(71,122,141); }
H1.HeaderClassName
{
color: #477A8D;
}
.AnyTagClassName
{
color: #477A8D;
}
</style>
background-color css
<style>
a { background-color: #477A8D; }
a { background-color: rgb(71,122,141); }
div.DivClassName
{
background-color: #477A8D;
}
.BgClassName
{
background-color: #477A8D;
}
</style>
border-color css
<style>
span { border-color: #477A8D; }
span { border-color: rgb(71,122,141); }
td.TdClassName
{
border-color: #477A8D;
}
.TagClassName
{
border-color: #477A8D;
}
</style>