Shades of Jelly Bean #4E7995
Tints of Jelly Bean #4E7995
RGB
CMYK
RGB Variations
Color information
#4E7995 (or 0x4E7995) is known color: Jelly Bean. HEX triplet: 4E, 79 and 95. RGB value is (78,121,149). Sum of RGB (Red+Green+Blue) = 78+121+149=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E7995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7995 is #B1866A. Grayscale: #6F6F6F. Windows color (decimal): -11634283 or 9795918. OLE color: 9795918.
HSL color Cylindrical-coordinate representation of color #4E7995: hue angle of 203.66º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E7995 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 121 | 149 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.42 |
| HSL | 203.66º | 0.31% | 0.45% | - |
| HSV(B) | 203.66º | 0.48% | 0.58% | - |
| XYZ | 15.4 | 17.46 | 30.99 | - |
| YUV | 111.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 121 | 149 | 0.48 | 0.19 | 0 | 0.42 | 203.66 | 0.31 | 0.45 |
| Hex | 4E | 79 | 95 | 30 | 13 | 0 | 2A | CC | 1F | 2D |
| Octal | 116 | 171 | 225 | 60 | 23 | 0 | 52 | 314 | 37 | 55 |
| Binary | 1001110 | 1111001 | 10010101 | 110000 | 10011 | 0 | 101010 | 11001100 | 11111 | 101101 |
Color Harmonies of #4E7995
Complementary color
Monochromatic Colors of #4E7995
Black with #4E7995
Text Example
Text Example
White with #4E7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7995; }
p { color: rgb(78,121,149); }
H1.HeaderClassName
{
color: #4E7995;
}
.AnyTagClassName
{
color: #4E7995;
}
</style>
background-color css
<style>
a { background-color: #4E7995; }
a { background-color: rgb(78,121,149); }
div.DivClassName
{
background-color: #4E7995;
}
.BgClassName
{
background-color: #4E7995;
}
</style>
border-color css
<style>
span { border-color: #4E7995; }
span { border-color: rgb(78,121,149); }
td.TdClassName
{
border-color: #4E7995;
}
.TagClassName
{
border-color: #4E7995;
}
</style>