Shades of Jelly Bean #477C9E
Tints of Jelly Bean #477C9E
RGB
CMYK
RGB Variations
Color information
#477C9E (or 0x477C9E) is known color: Jelly Bean. HEX triplet: 47, 7C and 9E. RGB value is (71,124,158). Sum of RGB (Red+Green+Blue) = 71+124+158=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #477C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477C9E is #B88361. Grayscale: #6F6F6F. Windows color (decimal): -12092258 or 10386503. OLE color: 10386503.
HSL color Cylindrical-coordinate representation of color #477C9E: hue angle of 203.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #477C9E is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 124 | 158 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.38 |
| HSL | 203.45º | 0.38% | 0.45% | - |
| HSV(B) | 203.45º | 0.55% | 0.62% | - |
| XYZ | 15.98 | 18.22 | 35.02 | - |
| YUV | 112.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 158 | 0.55 | 0.22 | 0 | 0.38 | 203.45 | 0.38 | 0.45 |
| Hex | 47 | 7C | 9E | 37 | 16 | 0 | 26 | CB | 26 | 2D |
| Octal | 107 | 174 | 236 | 67 | 26 | 0 | 46 | 313 | 46 | 55 |
| Binary | 1000111 | 1111100 | 10011110 | 110111 | 10110 | 0 | 100110 | 11001011 | 100110 | 101101 |
Color Harmonies of #477C9E
Complementary color
Monochromatic Colors of #477C9E
Black with #477C9E
Text Example
Text Example
White with #477C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C9E; }
p { color: rgb(71,124,158); }
H1.HeaderClassName
{
color: #477C9E;
}
.AnyTagClassName
{
color: #477C9E;
}
</style>
background-color css
<style>
a { background-color: #477C9E; }
a { background-color: rgb(71,124,158); }
div.DivClassName
{
background-color: #477C9E;
}
.BgClassName
{
background-color: #477C9E;
}
</style>
border-color css
<style>
span { border-color: #477C9E; }
span { border-color: rgb(71,124,158); }
td.TdClassName
{
border-color: #477C9E;
}
.TagClassName
{
border-color: #477C9E;
}
</style>