Shades of Jelly Bean #47799E
Tints of Jelly Bean #47799E
RGB
CMYK
RGB Variations
Color information
#47799E (or 0x47799E) is known color: Jelly Bean. HEX triplet: 47, 79 and 9E. RGB value is (71,121,158). Sum of RGB (Red+Green+Blue) = 71+121+158=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #47799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47799E is #B88661. Grayscale: #6E6E6E. Windows color (decimal): -12093026 or 10385735. OLE color: 10385735.
HSL color Cylindrical-coordinate representation of color #47799E: hue angle of 205.52º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47799E is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 121 | 158 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.38 |
| HSL | 205.52º | 0.38% | 0.45% | - |
| HSV(B) | 205.52º | 0.55% | 0.62% | - |
| XYZ | 15.61 | 17.48 | 34.9 | - |
| YUV | 110.27 | 154.94 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 121 | 158 | 0.55 | 0.23 | 0 | 0.38 | 205.52 | 0.38 | 0.45 |
| Hex | 47 | 79 | 9E | 37 | 17 | 0 | 26 | CE | 26 | 2D |
| Octal | 107 | 171 | 236 | 67 | 27 | 0 | 46 | 316 | 46 | 55 |
| Binary | 1000111 | 1111001 | 10011110 | 110111 | 10111 | 0 | 100110 | 11001110 | 100110 | 101101 |
Color Harmonies of #47799E
Complementary color
Monochromatic Colors of #47799E
Black with #47799E
Text Example
Text Example
White with #47799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47799E; }
p { color: rgb(71,121,158); }
H1.HeaderClassName
{
color: #47799E;
}
.AnyTagClassName
{
color: #47799E;
}
</style>
background-color css
<style>
a { background-color: #47799E; }
a { background-color: rgb(71,121,158); }
div.DivClassName
{
background-color: #47799E;
}
.BgClassName
{
background-color: #47799E;
}
</style>
border-color css
<style>
span { border-color: #47799E; }
span { border-color: rgb(71,121,158); }
td.TdClassName
{
border-color: #47799E;
}
.TagClassName
{
border-color: #47799E;
}
</style>