Shades of Jelly Bean #4D778D
Tints of Jelly Bean #4D778D
RGB
CMYK
RGB Variations
Color information
#4D778D (or 0x4D778D) is known color: Jelly Bean. HEX triplet: 4D, 77 and 8D. RGB value is (77,119,141). Sum of RGB (Red+Green+Blue) = 77+119+141=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D778D is #B28872. Grayscale: #6C6C6C. Windows color (decimal): -11700339 or 9271117. OLE color: 9271117.
HSL color Cylindrical-coordinate representation of color #4D778D: hue angle of 200.62º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D778D is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 119 | 141 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.45 |
| HSL | 200.63º | 0.29% | 0.43% | - |
| HSV(B) | 200.63º | 0.45% | 0.55% | - |
| XYZ | 14.47 | 16.69 | 27.66 | - |
| YUV | 108.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 141 | 0.45 | 0.16 | 0 | 0.45 | 200.63 | 0.29 | 0.43 |
| Hex | 4D | 77 | 8D | 2D | 10 | 0 | 2D | C9 | 1D | 2B |
| Octal | 115 | 167 | 215 | 55 | 20 | 0 | 55 | 311 | 35 | 53 |
| Binary | 1001101 | 1110111 | 10001101 | 101101 | 10000 | 0 | 101101 | 11001001 | 11101 | 101011 |
Color Harmonies of #4D778D
Complementary color
Monochromatic Colors of #4D778D
Black with #4D778D
Text Example
Text Example
White with #4D778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D778D; }
p { color: rgb(77,119,141); }
H1.HeaderClassName
{
color: #4D778D;
}
.AnyTagClassName
{
color: #4D778D;
}
</style>
background-color css
<style>
a { background-color: #4D778D; }
a { background-color: rgb(77,119,141); }
div.DivClassName
{
background-color: #4D778D;
}
.BgClassName
{
background-color: #4D778D;
}
</style>
border-color css
<style>
span { border-color: #4D778D; }
span { border-color: rgb(77,119,141); }
td.TdClassName
{
border-color: #4D778D;
}
.TagClassName
{
border-color: #4D778D;
}
</style>