Shades of Jelly Bean #4E798B
Tints of Jelly Bean #4E798B
RGB
CMYK
RGB Variations
Color information
#4E798B (or 0x4E798B) is known color: Jelly Bean. HEX triplet: 4E, 79 and 8B. RGB value is (78,121,139). Sum of RGB (Red+Green+Blue) = 78+121+139=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E798B is #B18674. Grayscale: #6E6E6E. Windows color (decimal): -11634293 or 9140558. OLE color: 9140558.
HSL color Cylindrical-coordinate representation of color #4E798B: hue angle of 197.7º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E798B is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 121 | 139 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.45 |
| HSL | 197.7º | 0.28% | 0.43% | - |
| HSV(B) | 197.7º | 0.44% | 0.55% | - |
| XYZ | 14.64 | 17.16 | 26.97 | - |
| YUV | 110.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 121 | 139 | 0.44 | 0.13 | 0 | 0.45 | 197.7 | 0.28 | 0.43 |
| Hex | 4E | 79 | 8B | 2C | D | 0 | 2D | C6 | 1C | 2B |
| Octal | 116 | 171 | 213 | 54 | 15 | 0 | 55 | 306 | 34 | 53 |
| Binary | 1001110 | 1111001 | 10001011 | 101100 | 1101 | 0 | 101101 | 11000110 | 11100 | 101011 |
Color Harmonies of #4E798B
Complementary color
Monochromatic Colors of #4E798B
Black with #4E798B
Text Example
Text Example
White with #4E798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E798B; }
p { color: rgb(78,121,139); }
H1.HeaderClassName
{
color: #4E798B;
}
.AnyTagClassName
{
color: #4E798B;
}
</style>
background-color css
<style>
a { background-color: #4E798B; }
a { background-color: rgb(78,121,139); }
div.DivClassName
{
background-color: #4E798B;
}
.BgClassName
{
background-color: #4E798B;
}
</style>
border-color css
<style>
span { border-color: #4E798B; }
span { border-color: rgb(78,121,139); }
td.TdClassName
{
border-color: #4E798B;
}
.TagClassName
{
border-color: #4E798B;
}
</style>