Shades of Jelly Bean #477785
Tints of Jelly Bean #477785
RGB
CMYK
RGB Variations
Color information
#477785 (or 0x477785) is known color: Jelly Bean. HEX triplet: 47, 77 and 85. RGB value is (71,119,133). Sum of RGB (Red+Green+Blue) = 71+119+133=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #477785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477785 is #B8887A. Grayscale: #6A6A6A. Windows color (decimal): -12093563 or 8746823. OLE color: 8746823.
HSL color Cylindrical-coordinate representation of color #477785: hue angle of 193.55º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477785 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 119 | 133 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.48 |
| HSL | 193.55º | 0.3% | 0.4% | - |
| HSV(B) | 193.55º | 0.47% | 0.52% | - |
| XYZ | 13.43 | 16.23 | 24.61 | - |
| YUV | 106.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 133 | 0.47 | 0.11 | 0 | 0.48 | 193.55 | 0.3 | 0.4 |
| Hex | 47 | 77 | 85 | 2F | B | 0 | 30 | C2 | 1E | 28 |
| Octal | 107 | 167 | 205 | 57 | 13 | 0 | 60 | 302 | 36 | 50 |
| Binary | 1000111 | 1110111 | 10000101 | 101111 | 1011 | 0 | 110000 | 11000010 | 11110 | 101000 |
Color Harmonies of #477785
Complementary color
Monochromatic Colors of #477785
Black with #477785
Text Example
Text Example
White with #477785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477785; }
p { color: rgb(71,119,133); }
H1.HeaderClassName
{
color: #477785;
}
.AnyTagClassName
{
color: #477785;
}
</style>
background-color css
<style>
a { background-color: #477785; }
a { background-color: rgb(71,119,133); }
div.DivClassName
{
background-color: #477785;
}
.BgClassName
{
background-color: #477785;
}
</style>
border-color css
<style>
span { border-color: #477785; }
span { border-color: rgb(71,119,133); }
td.TdClassName
{
border-color: #477785;
}
.TagClassName
{
border-color: #477785;
}
</style>