Shades of Jelly Bean #4E7B94
Tints of Jelly Bean #4E7B94
RGB
CMYK
RGB Variations
Color information
#4E7B94 (or 0x4E7B94) is known color: Jelly Bean. HEX triplet: 4E, 7B and 94. RGB value is (78,123,148). Sum of RGB (Red+Green+Blue) = 78+123+148=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E7B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7B94 is #B1846B. Grayscale: #707070. Windows color (decimal): -11633772 or 9730894. OLE color: 9730894.
HSL color Cylindrical-coordinate representation of color #4E7B94: hue angle of 201.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E7B94 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 123 | 148 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.42 |
| HSL | 201.43º | 0.31% | 0.44% | - |
| HSV(B) | 201.43º | 0.47% | 0.58% | - |
| XYZ | 15.57 | 17.92 | 30.66 | - |
| YUV | 112.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 148 | 0.47 | 0.17 | 0 | 0.42 | 201.43 | 0.31 | 0.44 |
| Hex | 4E | 7B | 94 | 2F | 11 | 0 | 2A | C9 | 1F | 2C |
| Octal | 116 | 173 | 224 | 57 | 21 | 0 | 52 | 311 | 37 | 54 |
| Binary | 1001110 | 1111011 | 10010100 | 101111 | 10001 | 0 | 101010 | 11001001 | 11111 | 101100 |
Color Harmonies of #4E7B94
Complementary color
Monochromatic Colors of #4E7B94
Black with #4E7B94
Text Example
Text Example
White with #4E7B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7B94; }
p { color: rgb(78,123,148); }
H1.HeaderClassName
{
color: #4E7B94;
}
.AnyTagClassName
{
color: #4E7B94;
}
</style>
background-color css
<style>
a { background-color: #4E7B94; }
a { background-color: rgb(78,123,148); }
div.DivClassName
{
background-color: #4E7B94;
}
.BgClassName
{
background-color: #4E7B94;
}
</style>
border-color css
<style>
span { border-color: #4E7B94; }
span { border-color: rgb(78,123,148); }
td.TdClassName
{
border-color: #4E7B94;
}
.TagClassName
{
border-color: #4E7B94;
}
</style>