Shades of Jelly Bean #477888
Tints of Jelly Bean #477888
RGB
CMYK
RGB Variations
Color information
#477888 (or 0x477888) is known color: Jelly Bean. HEX triplet: 47, 78 and 88. RGB value is (71,120,136). Sum of RGB (Red+Green+Blue) = 71+120+136=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #477888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477888 is #B88777. Grayscale: #6B6B6B. Windows color (decimal): -12093304 or 8943687. OLE color: 8943687.
HSL color Cylindrical-coordinate representation of color #477888: hue angle of 194.77º 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 #477888 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 120 | 136 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.47 |
| HSL | 194.77º | 0.31% | 0.41% | - |
| HSV(B) | 194.77º | 0.48% | 0.53% | - |
| XYZ | 13.76 | 16.55 | 25.76 | - |
| YUV | 107.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 136 | 0.48 | 0.12 | 0 | 0.47 | 194.77 | 0.31 | 0.41 |
| Hex | 47 | 78 | 88 | 30 | C | 0 | 2F | C3 | 1F | 29 |
| Octal | 107 | 170 | 210 | 60 | 14 | 0 | 57 | 303 | 37 | 51 |
| Binary | 1000111 | 1111000 | 10001000 | 110000 | 1100 | 0 | 101111 | 11000011 | 11111 | 101001 |
Color Harmonies of #477888
Complementary color
Monochromatic Colors of #477888
Black with #477888
Text Example
Text Example
White with #477888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477888; }
p { color: rgb(71,120,136); }
H1.HeaderClassName
{
color: #477888;
}
.AnyTagClassName
{
color: #477888;
}
</style>
background-color css
<style>
a { background-color: #477888; }
a { background-color: rgb(71,120,136); }
div.DivClassName
{
background-color: #477888;
}
.BgClassName
{
background-color: #477888;
}
</style>
border-color css
<style>
span { border-color: #477888; }
span { border-color: rgb(71,120,136); }
td.TdClassName
{
border-color: #477888;
}
.TagClassName
{
border-color: #477888;
}
</style>