Shades of Jelly Bean #4E7990
Tints of Jelly Bean #4E7990
RGB
CMYK
RGB Variations
Color information
#4E7990 (or 0x4E7990) is known color: Jelly Bean. HEX triplet: 4E, 79 and 90. RGB value is (78,121,144). Sum of RGB (Red+Green+Blue) = 78+121+144=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E7990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7990 is #B1866F. Grayscale: #6E6E6E. Windows color (decimal): -11634288 or 9468238. OLE color: 9468238.
HSL color Cylindrical-coordinate representation of color #4E7990: hue angle of 200.91º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E7990 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 121 | 144 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.44 |
| HSL | 200.91º | 0.3% | 0.44% | - |
| HSV(B) | 200.91º | 0.46% | 0.56% | - |
| XYZ | 15.01 | 17.31 | 28.94 | - |
| YUV | 110.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 121 | 144 | 0.46 | 0.16 | 0 | 0.44 | 200.91 | 0.3 | 0.44 |
| Hex | 4E | 79 | 90 | 2E | 10 | 0 | 2C | C9 | 1E | 2C |
| Octal | 116 | 171 | 220 | 56 | 20 | 0 | 54 | 311 | 36 | 54 |
| Binary | 1001110 | 1111001 | 10010000 | 101110 | 10000 | 0 | 101100 | 11001001 | 11110 | 101100 |
Color Harmonies of #4E7990
Complementary color
Monochromatic Colors of #4E7990
Black with #4E7990
Text Example
Text Example
White with #4E7990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7990; }
p { color: rgb(78,121,144); }
H1.HeaderClassName
{
color: #4E7990;
}
.AnyTagClassName
{
color: #4E7990;
}
</style>
background-color css
<style>
a { background-color: #4E7990; }
a { background-color: rgb(78,121,144); }
div.DivClassName
{
background-color: #4E7990;
}
.BgClassName
{
background-color: #4E7990;
}
</style>
border-color css
<style>
span { border-color: #4E7990; }
span { border-color: rgb(78,121,144); }
td.TdClassName
{
border-color: #4E7990;
}
.TagClassName
{
border-color: #4E7990;
}
</style>