Shades of Jelly Bean #477D92
Tints of Jelly Bean #477D92
RGB
CMYK
RGB Variations
Color information
#477D92 (or 0x477D92) is known color: Jelly Bean. HEX triplet: 47, 7D and 92. RGB value is (71,125,146). Sum of RGB (Red+Green+Blue) = 71+125+146=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #477D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D92 is #B8826D. Grayscale: #6F6F6F. Windows color (decimal): -12092014 or 9600327. OLE color: 9600327.
HSL color Cylindrical-coordinate representation of color #477D92: hue angle of 196.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477D92 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 125 | 146 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.43 |
| HSL | 196.8º | 0.35% | 0.43% | - |
| HSV(B) | 196.8º | 0.51% | 0.57% | - |
| XYZ | 15.12 | 18.08 | 29.89 | - |
| YUV | 111.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 146 | 0.51 | 0.14 | 0 | 0.43 | 196.8 | 0.35 | 0.43 |
| Hex | 47 | 7D | 92 | 33 | E | 0 | 2B | C5 | 23 | 2B |
| Octal | 107 | 175 | 222 | 63 | 16 | 0 | 53 | 305 | 43 | 53 |
| Binary | 1000111 | 1111101 | 10010010 | 110011 | 1110 | 0 | 101011 | 11000101 | 100011 | 101011 |
Color Harmonies of #477D92
Complementary color
Monochromatic Colors of #477D92
Black with #477D92
Text Example
Text Example
White with #477D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D92; }
p { color: rgb(71,125,146); }
H1.HeaderClassName
{
color: #477D92;
}
.AnyTagClassName
{
color: #477D92;
}
</style>
background-color css
<style>
a { background-color: #477D92; }
a { background-color: rgb(71,125,146); }
div.DivClassName
{
background-color: #477D92;
}
.BgClassName
{
background-color: #477D92;
}
</style>
border-color css
<style>
span { border-color: #477D92; }
span { border-color: rgb(71,125,146); }
td.TdClassName
{
border-color: #477D92;
}
.TagClassName
{
border-color: #477D92;
}
</style>