Shades of Jelly Bean #47778B
Tints of Jelly Bean #47778B
RGB
CMYK
RGB Variations
Color information
#47778B (or 0x47778B) is known color: Jelly Bean. HEX triplet: 47, 77 and 8B. RGB value is (71,119,139). Sum of RGB (Red+Green+Blue) = 71+119+139=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #47778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47778B is #B88874. Grayscale: #6A6A6A. Windows color (decimal): -12093557 or 9140039. OLE color: 9140039.
HSL color Cylindrical-coordinate representation of color #47778B: hue angle of 197.65º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47778B is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 119 | 139 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.45 |
| HSL | 197.65º | 0.32% | 0.41% | - |
| HSV(B) | 197.65º | 0.49% | 0.55% | - |
| XYZ | 13.86 | 16.4 | 26.86 | - |
| YUV | 106.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 139 | 0.49 | 0.14 | 0 | 0.45 | 197.65 | 0.32 | 0.41 |
| Hex | 47 | 77 | 8B | 31 | E | 0 | 2D | C6 | 20 | 29 |
| Octal | 107 | 167 | 213 | 61 | 16 | 0 | 55 | 306 | 40 | 51 |
| Binary | 1000111 | 1110111 | 10001011 | 110001 | 1110 | 0 | 101101 | 11000110 | 100000 | 101001 |
Color Harmonies of #47778B
Complementary color
Monochromatic Colors of #47778B
Black with #47778B
Text Example
Text Example
White with #47778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47778B; }
p { color: rgb(71,119,139); }
H1.HeaderClassName
{
color: #47778B;
}
.AnyTagClassName
{
color: #47778B;
}
</style>
background-color css
<style>
a { background-color: #47778B; }
a { background-color: rgb(71,119,139); }
div.DivClassName
{
background-color: #47778B;
}
.BgClassName
{
background-color: #47778B;
}
</style>
border-color css
<style>
span { border-color: #47778B; }
span { border-color: rgb(71,119,139); }
td.TdClassName
{
border-color: #47778B;
}
.TagClassName
{
border-color: #47778B;
}
</style>