Shades of Jelly Bean #4D7E92
Tints of Jelly Bean #4D7E92
RGB
CMYK
RGB Variations
Color information
#4D7E92 (or 0x4D7E92) is known color: Jelly Bean. HEX triplet: 4D, 7E and 92. RGB value is (77,126,146). Sum of RGB (Red+Green+Blue) = 77+126+146=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D7E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7E92 is #B2816D. Grayscale: #717171. Windows color (decimal): -11698542 or 9600589. OLE color: 9600589.
HSL color Cylindrical-coordinate representation of color #4D7E92: hue angle of 197.39º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D7E92 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 126 | 146 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.43 |
| HSL | 197.39º | 0.31% | 0.44% | - |
| HSV(B) | 197.39º | 0.47% | 0.57% | - |
| XYZ | 15.71 | 18.57 | 29.95 | - |
| YUV | 113.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 146 | 0.47 | 0.14 | 0 | 0.43 | 197.39 | 0.31 | 0.44 |
| Hex | 4D | 7E | 92 | 2F | E | 0 | 2B | C5 | 1F | 2C |
| Octal | 115 | 176 | 222 | 57 | 16 | 0 | 53 | 305 | 37 | 54 |
| Binary | 1001101 | 1111110 | 10010010 | 101111 | 1110 | 0 | 101011 | 11000101 | 11111 | 101100 |
Color Harmonies of #4D7E92
Complementary color
Monochromatic Colors of #4D7E92
Black with #4D7E92
Text Example
Text Example
White with #4D7E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7E92; }
p { color: rgb(77,126,146); }
H1.HeaderClassName
{
color: #4D7E92;
}
.AnyTagClassName
{
color: #4D7E92;
}
</style>
background-color css
<style>
a { background-color: #4D7E92; }
a { background-color: rgb(77,126,146); }
div.DivClassName
{
background-color: #4D7E92;
}
.BgClassName
{
background-color: #4D7E92;
}
</style>
border-color css
<style>
span { border-color: #4D7E92; }
span { border-color: rgb(77,126,146); }
td.TdClassName
{
border-color: #4D7E92;
}
.TagClassName
{
border-color: #4D7E92;
}
</style>