Shades of Jelly Bean #477E94
Tints of Jelly Bean #477E94
RGB
CMYK
RGB Variations
Color information
#477E94 (or 0x477E94) is known color: Jelly Bean. HEX triplet: 47, 7E and 94. RGB value is (71,126,148). Sum of RGB (Red+Green+Blue) = 71+126+148=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #477E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477E94 is #B8816B. Grayscale: #6F6F6F. Windows color (decimal): -12091756 or 9731655. OLE color: 9731655.
HSL color Cylindrical-coordinate representation of color #477E94: hue angle of 197.14º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #477E94 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 126 | 148 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.42 |
| HSL | 197.14º | 0.35% | 0.43% | - |
| HSV(B) | 197.14º | 0.52% | 0.58% | - |
| XYZ | 15.4 | 18.4 | 30.76 | - |
| YUV | 112.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 148 | 0.52 | 0.15 | 0 | 0.42 | 197.14 | 0.35 | 0.43 |
| Hex | 47 | 7E | 94 | 34 | F | 0 | 2A | C5 | 23 | 2B |
| Octal | 107 | 176 | 224 | 64 | 17 | 0 | 52 | 305 | 43 | 53 |
| Binary | 1000111 | 1111110 | 10010100 | 110100 | 1111 | 0 | 101010 | 11000101 | 100011 | 101011 |
Color Harmonies of #477E94
Complementary color
Monochromatic Colors of #477E94
Black with #477E94
Text Example
Text Example
White with #477E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477E94; }
p { color: rgb(71,126,148); }
H1.HeaderClassName
{
color: #477E94;
}
.AnyTagClassName
{
color: #477E94;
}
</style>
background-color css
<style>
a { background-color: #477E94; }
a { background-color: rgb(71,126,148); }
div.DivClassName
{
background-color: #477E94;
}
.BgClassName
{
background-color: #477E94;
}
</style>
border-color css
<style>
span { border-color: #477E94; }
span { border-color: rgb(71,126,148); }
td.TdClassName
{
border-color: #477E94;
}
.TagClassName
{
border-color: #477E94;
}
</style>