Shades of Jelly Bean #477C90
Tints of Jelly Bean #477C90
RGB
CMYK
RGB Variations
Color information
#477C90 (or 0x477C90) is known color: Jelly Bean. HEX triplet: 47, 7C and 90. RGB value is (71,124,144). Sum of RGB (Red+Green+Blue) = 71+124+144=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #477C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477C90 is #B8836F. Grayscale: #6E6E6E. Windows color (decimal): -12092272 or 9468999. OLE color: 9468999.
HSL color Cylindrical-coordinate representation of color #477C90: hue angle of 196.44º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477C90 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 124 | 144 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.44 |
| HSL | 196.44º | 0.34% | 0.42% | - |
| HSV(B) | 196.44º | 0.51% | 0.56% | - |
| XYZ | 14.84 | 17.77 | 29.03 | - |
| YUV | 110.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 144 | 0.51 | 0.14 | 0 | 0.44 | 196.44 | 0.34 | 0.42 |
| Hex | 47 | 7C | 90 | 33 | E | 0 | 2C | C4 | 22 | 2A |
| Octal | 107 | 174 | 220 | 63 | 16 | 0 | 54 | 304 | 42 | 52 |
| Binary | 1000111 | 1111100 | 10010000 | 110011 | 1110 | 0 | 101100 | 11000100 | 100010 | 101010 |
Color Harmonies of #477C90
Complementary color
Monochromatic Colors of #477C90
Black with #477C90
Text Example
Text Example
White with #477C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C90; }
p { color: rgb(71,124,144); }
H1.HeaderClassName
{
color: #477C90;
}
.AnyTagClassName
{
color: #477C90;
}
</style>
background-color css
<style>
a { background-color: #477C90; }
a { background-color: rgb(71,124,144); }
div.DivClassName
{
background-color: #477C90;
}
.BgClassName
{
background-color: #477C90;
}
</style>
border-color css
<style>
span { border-color: #477C90; }
span { border-color: rgb(71,124,144); }
td.TdClassName
{
border-color: #477C90;
}
.TagClassName
{
border-color: #477C90;
}
</style>