Shades of Jelly Bean #4E7D90
Tints of Jelly Bean #4E7D90
RGB
CMYK
RGB Variations
Color information
#4E7D90 (or 0x4E7D90) is known color: Jelly Bean. HEX triplet: 4E, 7D and 90. RGB value is (78,125,144). Sum of RGB (Red+Green+Blue) = 78+125+144=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E7D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7D90 is #B1826F. Grayscale: #707070. Windows color (decimal): -11633264 or 9469262. OLE color: 9469262.
HSL color Cylindrical-coordinate representation of color #4E7D90: hue angle of 197.27º 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 #4E7D90 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 125 | 144 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.44 |
| HSL | 197.27º | 0.3% | 0.44% | - |
| HSV(B) | 197.27º | 0.46% | 0.56% | - |
| XYZ | 15.51 | 18.3 | 29.1 | - |
| YUV | 113.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 144 | 0.46 | 0.13 | 0 | 0.44 | 197.27 | 0.3 | 0.44 |
| Hex | 4E | 7D | 90 | 2E | D | 0 | 2C | C5 | 1E | 2C |
| Octal | 116 | 175 | 220 | 56 | 15 | 0 | 54 | 305 | 36 | 54 |
| Binary | 1001110 | 1111101 | 10010000 | 101110 | 1101 | 0 | 101100 | 11000101 | 11110 | 101100 |
Color Harmonies of #4E7D90
Complementary color
Monochromatic Colors of #4E7D90
Black with #4E7D90
Text Example
Text Example
White with #4E7D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7D90; }
p { color: rgb(78,125,144); }
H1.HeaderClassName
{
color: #4E7D90;
}
.AnyTagClassName
{
color: #4E7D90;
}
</style>
background-color css
<style>
a { background-color: #4E7D90; }
a { background-color: rgb(78,125,144); }
div.DivClassName
{
background-color: #4E7D90;
}
.BgClassName
{
background-color: #4E7D90;
}
</style>
border-color css
<style>
span { border-color: #4E7D90; }
span { border-color: rgb(78,125,144); }
td.TdClassName
{
border-color: #4E7D90;
}
.TagClassName
{
border-color: #4E7D90;
}
</style>