Shades of Jelly Bean #4D758E
Tints of Jelly Bean #4D758E
RGB
CMYK
RGB Variations
Color information
#4D758E (or 0x4D758E) is known color: Jelly Bean. HEX triplet: 4D, 75 and 8E. RGB value is (77,117,142). Sum of RGB (Red+Green+Blue) = 77+117+142=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D758E is #B28A71. Grayscale: #6B6B6B. Windows color (decimal): -11700850 or 9336141. OLE color: 9336141.
HSL color Cylindrical-coordinate representation of color #4D758E: hue angle of 203.08º 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 #4D758E is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 117 | 142 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.44 |
| HSL | 203.08º | 0.3% | 0.43% | - |
| HSV(B) | 203.08º | 0.46% | 0.56% | - |
| XYZ | 14.3 | 16.25 | 27.97 | - |
| YUV | 107.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 142 | 0.46 | 0.18 | 0 | 0.44 | 203.08 | 0.3 | 0.43 |
| Hex | 4D | 75 | 8E | 2E | 12 | 0 | 2C | CB | 1E | 2B |
| Octal | 115 | 165 | 216 | 56 | 22 | 0 | 54 | 313 | 36 | 53 |
| Binary | 1001101 | 1110101 | 10001110 | 101110 | 10010 | 0 | 101100 | 11001011 | 11110 | 101011 |
Color Harmonies of #4D758E
Complementary color
Monochromatic Colors of #4D758E
Black with #4D758E
Text Example
Text Example
White with #4D758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D758E; }
p { color: rgb(77,117,142); }
H1.HeaderClassName
{
color: #4D758E;
}
.AnyTagClassName
{
color: #4D758E;
}
</style>
background-color css
<style>
a { background-color: #4D758E; }
a { background-color: rgb(77,117,142); }
div.DivClassName
{
background-color: #4D758E;
}
.BgClassName
{
background-color: #4D758E;
}
</style>
border-color css
<style>
span { border-color: #4D758E; }
span { border-color: rgb(77,117,142); }
td.TdClassName
{
border-color: #4D758E;
}
.TagClassName
{
border-color: #4D758E;
}
</style>