Shades of Jelly Bean #4E7A89
Tints of Jelly Bean #4E7A89
RGB
CMYK
RGB Variations
Color information
#4E7A89 (or 0x4E7A89) is known color: Jelly Bean. HEX triplet: 4E, 7A and 89. RGB value is (78,122,137). Sum of RGB (Red+Green+Blue) = 78+122+137=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E7A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7A89 is #B18576. Grayscale: #6E6E6E. Windows color (decimal): -11634039 or 9009742. OLE color: 9009742.
HSL color Cylindrical-coordinate representation of color #4E7A89: hue angle of 195.25º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E7A89 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 122 | 137 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.46 |
| HSL | 195.25º | 0.27% | 0.42% | - |
| HSV(B) | 195.25º | 0.43% | 0.54% | - |
| XYZ | 14.62 | 17.34 | 26.24 | - |
| YUV | 110.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 122 | 137 | 0.43 | 0.11 | 0 | 0.46 | 195.25 | 0.27 | 0.42 |
| Hex | 4E | 7A | 89 | 2B | B | 0 | 2E | C3 | 1B | 2A |
| Octal | 116 | 172 | 211 | 53 | 13 | 0 | 56 | 303 | 33 | 52 |
| Binary | 1001110 | 1111010 | 10001001 | 101011 | 1011 | 0 | 101110 | 11000011 | 11011 | 101010 |
Color Harmonies of #4E7A89
Complementary color
Monochromatic Colors of #4E7A89
Black with #4E7A89
Text Example
Text Example
White with #4E7A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7A89; }
p { color: rgb(78,122,137); }
H1.HeaderClassName
{
color: #4E7A89;
}
.AnyTagClassName
{
color: #4E7A89;
}
</style>
background-color css
<style>
a { background-color: #4E7A89; }
a { background-color: rgb(78,122,137); }
div.DivClassName
{
background-color: #4E7A89;
}
.BgClassName
{
background-color: #4E7A89;
}
</style>
border-color css
<style>
span { border-color: #4E7A89; }
span { border-color: rgb(78,122,137); }
td.TdClassName
{
border-color: #4E7A89;
}
.TagClassName
{
border-color: #4E7A89;
}
</style>