Shades of Jelly Bean #47778D
Tints of Jelly Bean #47778D
RGB
CMYK
RGB Variations
Color information
#47778D (or 0x47778D) is known color: Jelly Bean. HEX triplet: 47, 77 and 8D. RGB value is (71,119,141). Sum of RGB (Red+Green+Blue) = 71+119+141=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #47778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47778D is #B88872. Grayscale: #6B6B6B. Windows color (decimal): -12093555 or 9271111. OLE color: 9271111.
HSL color Cylindrical-coordinate representation of color #47778D: hue angle of 198.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47778D is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 119 | 141 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.45 |
| HSL | 198.86º | 0.33% | 0.42% | - |
| HSV(B) | 198.86º | 0.5% | 0.55% | - |
| XYZ | 14 | 16.46 | 27.64 | - |
| YUV | 107.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 141 | 0.50 | 0.16 | 0 | 0.45 | 198.86 | 0.33 | 0.42 |
| Hex | 47 | 77 | 8D | 32 | 10 | 0 | 2D | C7 | 21 | 2A |
| Octal | 107 | 167 | 215 | 62 | 20 | 0 | 55 | 307 | 41 | 52 |
| Binary | 1000111 | 1110111 | 10001101 | 110010 | 10000 | 0 | 101101 | 11000111 | 100001 | 101010 |
Color Harmonies of #47778D
Complementary color
Monochromatic Colors of #47778D
Black with #47778D
Text Example
Text Example
White with #47778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47778D; }
p { color: rgb(71,119,141); }
H1.HeaderClassName
{
color: #47778D;
}
.AnyTagClassName
{
color: #47778D;
}
</style>
background-color css
<style>
a { background-color: #47778D; }
a { background-color: rgb(71,119,141); }
div.DivClassName
{
background-color: #47778D;
}
.BgClassName
{
background-color: #47778D;
}
</style>
border-color css
<style>
span { border-color: #47778D; }
span { border-color: rgb(71,119,141); }
td.TdClassName
{
border-color: #47778D;
}
.TagClassName
{
border-color: #47778D;
}
</style>