Shades of Jelly Bean #4D818E
Tints of Jelly Bean #4D818E
RGB
CMYK
RGB Variations
Color information
#4D818E (or 0x4D818E) is known color: Jelly Bean. HEX triplet: 4D, 81 and 8E. RGB value is (77,129,142). Sum of RGB (Red+Green+Blue) = 77+129+142=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D818E is #B27E71. Grayscale: #727272. Windows color (decimal): -11697778 or 9339213. OLE color: 9339213.
HSL color Cylindrical-coordinate representation of color #4D818E: hue angle of 192º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D818E is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 129 | 142 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.44 |
| HSL | 192º | 0.3% | 0.43% | - |
| HSV(B) | 192º | 0.46% | 0.56% | - |
| XYZ | 15.79 | 19.23 | 28.47 | - |
| YUV | 114.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 142 | 0.46 | 0.09 | 0 | 0.44 | 192 | 0.3 | 0.43 |
| Hex | 4D | 81 | 8E | 2E | 9 | 0 | 2C | C0 | 1E | 2B |
| Octal | 115 | 201 | 216 | 56 | 11 | 0 | 54 | 300 | 36 | 53 |
| Binary | 1001101 | 10000001 | 10001110 | 101110 | 1001 | 0 | 101100 | 11000000 | 11110 | 101011 |
Color Harmonies of #4D818E
Complementary color
Monochromatic Colors of #4D818E
Black with #4D818E
Text Example
Text Example
White with #4D818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D818E; }
p { color: rgb(77,129,142); }
H1.HeaderClassName
{
color: #4D818E;
}
.AnyTagClassName
{
color: #4D818E;
}
</style>
background-color css
<style>
a { background-color: #4D818E; }
a { background-color: rgb(77,129,142); }
div.DivClassName
{
background-color: #4D818E;
}
.BgClassName
{
background-color: #4D818E;
}
</style>
border-color css
<style>
span { border-color: #4D818E; }
span { border-color: rgb(77,129,142); }
td.TdClassName
{
border-color: #4D818E;
}
.TagClassName
{
border-color: #4D818E;
}
</style>