Shades of Jelly Bean #47778A
Tints of Jelly Bean #47778A
RGB
CMYK
RGB Variations
Color information
#47778A (or 0x47778A) is known color: Jelly Bean. HEX triplet: 47, 77 and 8A. RGB value is (71,119,138). Sum of RGB (Red+Green+Blue) = 71+119+138=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #47778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47778A is #B88875. Grayscale: #6A6A6A. Windows color (decimal): -12093558 or 9074503. OLE color: 9074503.
HSL color Cylindrical-coordinate representation of color #47778A: hue angle of 197.01º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47778A is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 119 | 138 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.46 |
| HSL | 197.01º | 0.32% | 0.41% | - |
| HSV(B) | 197.01º | 0.49% | 0.54% | - |
| XYZ | 13.78 | 16.37 | 26.48 | - |
| YUV | 106.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 138 | 0.49 | 0.14 | 0 | 0.46 | 197.01 | 0.32 | 0.41 |
| Hex | 47 | 77 | 8A | 31 | E | 0 | 2E | C5 | 20 | 29 |
| Octal | 107 | 167 | 212 | 61 | 16 | 0 | 56 | 305 | 40 | 51 |
| Binary | 1000111 | 1110111 | 10001010 | 110001 | 1110 | 0 | 101110 | 11000101 | 100000 | 101001 |
Color Harmonies of #47778A
Complementary color
Monochromatic Colors of #47778A
Black with #47778A
Text Example
Text Example
White with #47778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47778A; }
p { color: rgb(71,119,138); }
H1.HeaderClassName
{
color: #47778A;
}
.AnyTagClassName
{
color: #47778A;
}
</style>
background-color css
<style>
a { background-color: #47778A; }
a { background-color: rgb(71,119,138); }
div.DivClassName
{
background-color: #47778A;
}
.BgClassName
{
background-color: #47778A;
}
</style>
border-color css
<style>
span { border-color: #47778A; }
span { border-color: rgb(71,119,138); }
td.TdClassName
{
border-color: #47778A;
}
.TagClassName
{
border-color: #47778A;
}
</style>