Shades of Jelly Bean #477498
Tints of Jelly Bean #477498
RGB
CMYK
RGB Variations
Color information
#477498 (or 0x477498) is known color: Jelly Bean. HEX triplet: 47, 74 and 98. RGB value is (71,116,152). Sum of RGB (Red+Green+Blue) = 71+116+152=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #477498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477498 is #B88B67. Grayscale: #6A6A6A. Windows color (decimal): -12094312 or 9991239. OLE color: 9991239.
HSL color Cylindrical-coordinate representation of color #477498: hue angle of 206.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #477498 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 116 | 152 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.40 |
| HSL | 206.67º | 0.36% | 0.44% | - |
| HSV(B) | 206.67º | 0.53% | 0.6% | - |
| XYZ | 14.51 | 16.1 | 32.05 | - |
| YUV | 106.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 152 | 0.53 | 0.24 | 0 | 0.40 | 206.67 | 0.36 | 0.44 |
| Hex | 47 | 74 | 98 | 35 | 18 | 0 | 28 | CF | 24 | 2C |
| Octal | 107 | 164 | 230 | 65 | 30 | 0 | 50 | 317 | 44 | 54 |
| Binary | 1000111 | 1110100 | 10011000 | 110101 | 11000 | 0 | 101000 | 11001111 | 100100 | 101100 |
Color Harmonies of #477498
Complementary color
Monochromatic Colors of #477498
Black with #477498
Text Example
Text Example
White with #477498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477498; }
p { color: rgb(71,116,152); }
H1.HeaderClassName
{
color: #477498;
}
.AnyTagClassName
{
color: #477498;
}
</style>
background-color css
<style>
a { background-color: #477498; }
a { background-color: rgb(71,116,152); }
div.DivClassName
{
background-color: #477498;
}
.BgClassName
{
background-color: #477498;
}
</style>
border-color css
<style>
span { border-color: #477498; }
span { border-color: rgb(71,116,152); }
td.TdClassName
{
border-color: #477498;
}
.TagClassName
{
border-color: #477498;
}
</style>