Shades of Jelly Bean #4D799B
Tints of Jelly Bean #4D799B
RGB
CMYK
RGB Variations
Color information
#4D799B (or 0x4D799B) is known color: Jelly Bean. HEX triplet: 4D, 79 and 9B. RGB value is (77,121,155). Sum of RGB (Red+Green+Blue) = 77+121+155=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D799B is #B28664. Grayscale: #6F6F6F. Windows color (decimal): -11699813 or 10189133. OLE color: 10189133.
HSL color Cylindrical-coordinate representation of color #4D799B: hue angle of 206.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D799B is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 121 | 155 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.39 |
| HSL | 206.15º | 0.34% | 0.45% | - |
| HSV(B) | 206.15º | 0.5% | 0.61% | - |
| XYZ | 15.81 | 17.62 | 33.58 | - |
| YUV | 111.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 155 | 0.50 | 0.22 | 0 | 0.39 | 206.15 | 0.34 | 0.45 |
| Hex | 4D | 79 | 9B | 32 | 16 | 0 | 27 | CE | 22 | 2D |
| Octal | 115 | 171 | 233 | 62 | 26 | 0 | 47 | 316 | 42 | 55 |
| Binary | 1001101 | 1111001 | 10011011 | 110010 | 10110 | 0 | 100111 | 11001110 | 100010 | 101101 |
Color Harmonies of #4D799B
Complementary color
Monochromatic Colors of #4D799B
Black with #4D799B
Text Example
Text Example
White with #4D799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D799B; }
p { color: rgb(77,121,155); }
H1.HeaderClassName
{
color: #4D799B;
}
.AnyTagClassName
{
color: #4D799B;
}
</style>
background-color css
<style>
a { background-color: #4D799B; }
a { background-color: rgb(77,121,155); }
div.DivClassName
{
background-color: #4D799B;
}
.BgClassName
{
background-color: #4D799B;
}
</style>
border-color css
<style>
span { border-color: #4D799B; }
span { border-color: rgb(77,121,155); }
td.TdClassName
{
border-color: #4D799B;
}
.TagClassName
{
border-color: #4D799B;
}
</style>