Shades of Jelly Bean #477885
Tints of Jelly Bean #477885
RGB
CMYK
RGB Variations
Color information
#477885 (or 0x477885) is known color: Jelly Bean. HEX triplet: 47, 78 and 85. RGB value is (71,120,133). Sum of RGB (Red+Green+Blue) = 71+120+133=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #477885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477885 is #B8877A. Grayscale: #6A6A6A. Windows color (decimal): -12093307 or 8747079. OLE color: 8747079.
HSL color Cylindrical-coordinate representation of color #477885: hue angle of 192.58º 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 #477885 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 120 | 133 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.48 |
| HSL | 192.58º | 0.3% | 0.4% | - |
| HSV(B) | 192.58º | 0.47% | 0.52% | - |
| XYZ | 13.55 | 16.47 | 24.65 | - |
| YUV | 106.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 133 | 0.47 | 0.10 | 0 | 0.48 | 192.58 | 0.3 | 0.4 |
| Hex | 47 | 78 | 85 | 2F | A | 0 | 30 | C1 | 1E | 28 |
| Octal | 107 | 170 | 205 | 57 | 12 | 0 | 60 | 301 | 36 | 50 |
| Binary | 1000111 | 1111000 | 10000101 | 101111 | 1010 | 0 | 110000 | 11000001 | 11110 | 101000 |
Color Harmonies of #477885
Complementary color
Monochromatic Colors of #477885
Black with #477885
Text Example
Text Example
White with #477885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477885; }
p { color: rgb(71,120,133); }
H1.HeaderClassName
{
color: #477885;
}
.AnyTagClassName
{
color: #477885;
}
</style>
background-color css
<style>
a { background-color: #477885; }
a { background-color: rgb(71,120,133); }
div.DivClassName
{
background-color: #477885;
}
.BgClassName
{
background-color: #477885;
}
</style>
border-color css
<style>
span { border-color: #477885; }
span { border-color: rgb(71,120,133); }
td.TdClassName
{
border-color: #477885;
}
.TagClassName
{
border-color: #477885;
}
</style>