Shades of Jelly Bean #4E8090
Tints of Jelly Bean #4E8090
RGB
CMYK
RGB Variations
Color information
#4E8090 (or 0x4E8090) is known color: Jelly Bean. HEX triplet: 4E, 80 and 90. RGB value is (78,128,144). Sum of RGB (Red+Green+Blue) = 78+128+144=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E8090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8090 is #B17F6F. Grayscale: #727272. Windows color (decimal): -11632496 or 9470030. OLE color: 9470030.
HSL color Cylindrical-coordinate representation of color #4E8090: hue angle of 194.55º 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 #4E8090 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 128 | 144 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.44 |
| HSL | 194.55º | 0.3% | 0.44% | - |
| HSV(B) | 194.55º | 0.46% | 0.56% | - |
| XYZ | 15.9 | 19.07 | 29.23 | - |
| YUV | 114.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 144 | 0.46 | 0.11 | 0 | 0.44 | 194.55 | 0.3 | 0.44 |
| Hex | 4E | 80 | 90 | 2E | B | 0 | 2C | C3 | 1E | 2C |
| Octal | 116 | 200 | 220 | 56 | 13 | 0 | 54 | 303 | 36 | 54 |
| Binary | 1001110 | 10000000 | 10010000 | 101110 | 1011 | 0 | 101100 | 11000011 | 11110 | 101100 |
Color Harmonies of #4E8090
Complementary color
Monochromatic Colors of #4E8090
Black with #4E8090
Text Example
Text Example
White with #4E8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8090; }
p { color: rgb(78,128,144); }
H1.HeaderClassName
{
color: #4E8090;
}
.AnyTagClassName
{
color: #4E8090;
}
</style>
background-color css
<style>
a { background-color: #4E8090; }
a { background-color: rgb(78,128,144); }
div.DivClassName
{
background-color: #4E8090;
}
.BgClassName
{
background-color: #4E8090;
}
</style>
border-color css
<style>
span { border-color: #4E8090; }
span { border-color: rgb(78,128,144); }
td.TdClassName
{
border-color: #4E8090;
}
.TagClassName
{
border-color: #4E8090;
}
</style>