Shades of Jelly Bean #477899
Tints of Jelly Bean #477899
RGB
CMYK
RGB Variations
Color information
#477899 (or 0x477899) is known color: Jelly Bean. HEX triplet: 47, 78 and 99. RGB value is (71,120,153). Sum of RGB (Red+Green+Blue) = 71+120+153=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #477899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477899 is #B88766. Grayscale: #6C6C6C. Windows color (decimal): -12093287 or 10057799. OLE color: 10057799.
HSL color Cylindrical-coordinate representation of color #477899: hue angle of 204.15º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477899 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 120 | 153 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.4 |
| HSL | 204.15º | 0.37% | 0.44% | - |
| HSV(B) | 204.15º | 0.54% | 0.6% | - |
| XYZ | 15.06 | 17.07 | 32.64 | - |
| YUV | 109.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 153 | 0.54 | 0.22 | 0 | 0.4 | 204.15 | 0.37 | 0.44 |
| Hex | 47 | 78 | 99 | 36 | 16 | 0 | 28 | CC | 25 | 2C |
| Octal | 107 | 170 | 231 | 66 | 26 | 0 | 50 | 314 | 45 | 54 |
| Binary | 1000111 | 1111000 | 10011001 | 110110 | 10110 | 0 | 101000 | 11001100 | 100101 | 101100 |
Color Harmonies of #477899
Complementary color
Monochromatic Colors of #477899
Black with #477899
Text Example
Text Example
White with #477899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477899; }
p { color: rgb(71,120,153); }
H1.HeaderClassName
{
color: #477899;
}
.AnyTagClassName
{
color: #477899;
}
</style>
background-color css
<style>
a { background-color: #477899; }
a { background-color: rgb(71,120,153); }
div.DivClassName
{
background-color: #477899;
}
.BgClassName
{
background-color: #477899;
}
</style>
border-color css
<style>
span { border-color: #477899; }
span { border-color: rgb(71,120,153); }
td.TdClassName
{
border-color: #477899;
}
.TagClassName
{
border-color: #477899;
}
</style>