Shades of Jelly Bean #477488
Tints of Jelly Bean #477488
RGB
CMYK
RGB Variations
Color information
#477488 (or 0x477488) is known color: Jelly Bean. HEX triplet: 47, 74 and 88. RGB value is (71,116,136). Sum of RGB (Red+Green+Blue) = 71+116+136=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #477488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477488 is #B88B77. Grayscale: #686868. Windows color (decimal): -12094328 or 8942663. OLE color: 8942663.
HSL color Cylindrical-coordinate representation of color #477488: hue angle of 198.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #477488 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 116 | 136 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.47 |
| HSL | 198.46º | 0.31% | 0.41% | - |
| HSV(B) | 198.46º | 0.48% | 0.53% | - |
| XYZ | 13.29 | 15.61 | 25.6 | - |
| YUV | 104.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 136 | 0.48 | 0.15 | 0 | 0.47 | 198.46 | 0.31 | 0.41 |
| Hex | 47 | 74 | 88 | 30 | F | 0 | 2F | C6 | 1F | 29 |
| Octal | 107 | 164 | 210 | 60 | 17 | 0 | 57 | 306 | 37 | 51 |
| Binary | 1000111 | 1110100 | 10001000 | 110000 | 1111 | 0 | 101111 | 11000110 | 11111 | 101001 |
Color Harmonies of #477488
Complementary color
Monochromatic Colors of #477488
Black with #477488
Text Example
Text Example
White with #477488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477488; }
p { color: rgb(71,116,136); }
H1.HeaderClassName
{
color: #477488;
}
.AnyTagClassName
{
color: #477488;
}
</style>
background-color css
<style>
a { background-color: #477488; }
a { background-color: rgb(71,116,136); }
div.DivClassName
{
background-color: #477488;
}
.BgClassName
{
background-color: #477488;
}
</style>
border-color css
<style>
span { border-color: #477488; }
span { border-color: rgb(71,116,136); }
td.TdClassName
{
border-color: #477488;
}
.TagClassName
{
border-color: #477488;
}
</style>