Shades of Jelly Bean #477E9A
Tints of Jelly Bean #477E9A
RGB
CMYK
RGB Variations
Color information
#477E9A (or 0x477E9A) is known color: Jelly Bean. HEX triplet: 47, 7E and 9A. RGB value is (71,126,154). Sum of RGB (Red+Green+Blue) = 71+126+154=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #477E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477E9A is #B88165. Grayscale: #707070. Windows color (decimal): -12091750 or 10124871. OLE color: 10124871.
HSL color Cylindrical-coordinate representation of color #477E9A: hue angle of 200.24º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477E9A is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 126 | 154 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.40 |
| HSL | 200.24º | 0.37% | 0.44% | - |
| HSV(B) | 200.24º | 0.54% | 0.6% | - |
| XYZ | 15.89 | 18.59 | 33.32 | - |
| YUV | 112.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 154 | 0.54 | 0.18 | 0 | 0.40 | 200.24 | 0.37 | 0.44 |
| Hex | 47 | 7E | 9A | 36 | 12 | 0 | 28 | C8 | 25 | 2C |
| Octal | 107 | 176 | 232 | 66 | 22 | 0 | 50 | 310 | 45 | 54 |
| Binary | 1000111 | 1111110 | 10011010 | 110110 | 10010 | 0 | 101000 | 11001000 | 100101 | 101100 |
Color Harmonies of #477E9A
Complementary color
Monochromatic Colors of #477E9A
Black with #477E9A
Text Example
Text Example
White with #477E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477E9A; }
p { color: rgb(71,126,154); }
H1.HeaderClassName
{
color: #477E9A;
}
.AnyTagClassName
{
color: #477E9A;
}
</style>
background-color css
<style>
a { background-color: #477E9A; }
a { background-color: rgb(71,126,154); }
div.DivClassName
{
background-color: #477E9A;
}
.BgClassName
{
background-color: #477E9A;
}
</style>
border-color css
<style>
span { border-color: #477E9A; }
span { border-color: rgb(71,126,154); }
td.TdClassName
{
border-color: #477E9A;
}
.TagClassName
{
border-color: #477E9A;
}
</style>