Shades of Jelly Bean #4E7F90
Tints of Jelly Bean #4E7F90
RGB
CMYK
RGB Variations
Color information
#4E7F90 (or 0x4E7F90) is known color: Jelly Bean. HEX triplet: 4E, 7F and 90. RGB value is (78,127,144). Sum of RGB (Red+Green+Blue) = 78+127+144=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E7F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7F90 is #B1806F. Grayscale: #727272. Windows color (decimal): -11632752 or 9469774. OLE color: 9469774.
HSL color Cylindrical-coordinate representation of color #4E7F90: hue angle of 195.45º 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 #4E7F90 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 127 | 144 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.44 |
| HSL | 195.45º | 0.3% | 0.44% | - |
| HSV(B) | 195.45º | 0.46% | 0.56% | - |
| XYZ | 15.77 | 18.81 | 29.19 | - |
| YUV | 114.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 127 | 144 | 0.46 | 0.12 | 0 | 0.44 | 195.45 | 0.3 | 0.44 |
| Hex | 4E | 7F | 90 | 2E | C | 0 | 2C | C3 | 1E | 2C |
| Octal | 116 | 177 | 220 | 56 | 14 | 0 | 54 | 303 | 36 | 54 |
| Binary | 1001110 | 1111111 | 10010000 | 101110 | 1100 | 0 | 101100 | 11000011 | 11110 | 101100 |
Color Harmonies of #4E7F90
Complementary color
Monochromatic Colors of #4E7F90
Black with #4E7F90
Text Example
Text Example
White with #4E7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7F90; }
p { color: rgb(78,127,144); }
H1.HeaderClassName
{
color: #4E7F90;
}
.AnyTagClassName
{
color: #4E7F90;
}
</style>
background-color css
<style>
a { background-color: #4E7F90; }
a { background-color: rgb(78,127,144); }
div.DivClassName
{
background-color: #4E7F90;
}
.BgClassName
{
background-color: #4E7F90;
}
</style>
border-color css
<style>
span { border-color: #4E7F90; }
span { border-color: rgb(78,127,144); }
td.TdClassName
{
border-color: #4E7F90;
}
.TagClassName
{
border-color: #4E7F90;
}
</style>