Shades of Jelly Bean #47788F
Tints of Jelly Bean #47788F
RGB
CMYK
RGB Variations
Color information
#47788F (or 0x47788F) is known color: Jelly Bean. HEX triplet: 47, 78 and 8F. RGB value is (71,120,143). Sum of RGB (Red+Green+Blue) = 71+120+143=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 143 - color contains mainly: blue. Hex color #47788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47788F is #B88770. Grayscale: #6B6B6B. Windows color (decimal): -12093297 or 9402439. OLE color: 9402439.
HSL color Cylindrical-coordinate representation of color #47788F: hue angle of 199.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47788F is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 120 | 143 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.44 |
| HSL | 199.17º | 0.34% | 0.42% | - |
| HSV(B) | 199.17º | 0.5% | 0.56% | - |
| XYZ | 14.27 | 16.76 | 28.47 | - |
| YUV | 107.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 143 | 0.50 | 0.16 | 0 | 0.44 | 199.17 | 0.34 | 0.42 |
| Hex | 47 | 78 | 8F | 32 | 10 | 0 | 2C | C7 | 22 | 2A |
| Octal | 107 | 170 | 217 | 62 | 20 | 0 | 54 | 307 | 42 | 52 |
| Binary | 1000111 | 1111000 | 10001111 | 110010 | 10000 | 0 | 101100 | 11000111 | 100010 | 101010 |
Color Harmonies of #47788F
Complementary color
Monochromatic Colors of #47788F
Black with #47788F
Text Example
Text Example
White with #47788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47788F; }
p { color: rgb(71,120,143); }
H1.HeaderClassName
{
color: #47788F;
}
.AnyTagClassName
{
color: #47788F;
}
</style>
background-color css
<style>
a { background-color: #47788F; }
a { background-color: rgb(71,120,143); }
div.DivClassName
{
background-color: #47788F;
}
.BgClassName
{
background-color: #47788F;
}
</style>
border-color css
<style>
span { border-color: #47788F; }
span { border-color: rgb(71,120,143); }
td.TdClassName
{
border-color: #47788F;
}
.TagClassName
{
border-color: #47788F;
}
</style>