Shades of Jelly Bean #477588
Tints of Jelly Bean #477588
RGB
CMYK
RGB Variations
Color information
#477588 (or 0x477588) is known color: Jelly Bean. HEX triplet: 47, 75 and 88. RGB value is (71,117,136). Sum of RGB (Red+Green+Blue) = 71+117+136=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #477588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477588 is #B88A77. Grayscale: #696969. Windows color (decimal): -12094072 or 8942919. OLE color: 8942919.
HSL color Cylindrical-coordinate representation of color #477588: hue angle of 197.54º 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 #477588 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 117 | 136 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.47 |
| HSL | 197.54º | 0.31% | 0.41% | - |
| HSV(B) | 197.54º | 0.48% | 0.53% | - |
| XYZ | 13.4 | 15.84 | 25.64 | - |
| YUV | 105.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 136 | 0.48 | 0.14 | 0 | 0.47 | 197.54 | 0.31 | 0.41 |
| Hex | 47 | 75 | 88 | 30 | E | 0 | 2F | C6 | 1F | 29 |
| Octal | 107 | 165 | 210 | 60 | 16 | 0 | 57 | 306 | 37 | 51 |
| Binary | 1000111 | 1110101 | 10001000 | 110000 | 1110 | 0 | 101111 | 11000110 | 11111 | 101001 |
Color Harmonies of #477588
Complementary color
Monochromatic Colors of #477588
Black with #477588
Text Example
Text Example
White with #477588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477588; }
p { color: rgb(71,117,136); }
H1.HeaderClassName
{
color: #477588;
}
.AnyTagClassName
{
color: #477588;
}
</style>
background-color css
<style>
a { background-color: #477588; }
a { background-color: rgb(71,117,136); }
div.DivClassName
{
background-color: #477588;
}
.BgClassName
{
background-color: #477588;
}
</style>
border-color css
<style>
span { border-color: #477588; }
span { border-color: rgb(71,117,136); }
td.TdClassName
{
border-color: #477588;
}
.TagClassName
{
border-color: #477588;
}
</style>