Shades of Jelly Bean #4D7991
Tints of Jelly Bean #4D7991
RGB
CMYK
RGB Variations
Color information
#4D7991 (or 0x4D7991) is known color: Jelly Bean. HEX triplet: 4D, 79 and 91. RGB value is (77,121,145). Sum of RGB (Red+Green+Blue) = 77+121+145=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D7991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7991 is #B2866E. Grayscale: #6E6E6E. Windows color (decimal): -11699823 or 9533773. OLE color: 9533773.
HSL color Cylindrical-coordinate representation of color #4D7991: hue angle of 201.18º 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 #4D7991 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 121 | 145 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.43 |
| HSL | 201.18º | 0.31% | 0.44% | - |
| HSV(B) | 201.18º | 0.47% | 0.57% | - |
| XYZ | 15.01 | 17.3 | 29.34 | - |
| YUV | 110.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 145 | 0.47 | 0.17 | 0 | 0.43 | 201.18 | 0.31 | 0.44 |
| Hex | 4D | 79 | 91 | 2F | 11 | 0 | 2B | C9 | 1F | 2C |
| Octal | 115 | 171 | 221 | 57 | 21 | 0 | 53 | 311 | 37 | 54 |
| Binary | 1001101 | 1111001 | 10010001 | 101111 | 10001 | 0 | 101011 | 11001001 | 11111 | 101100 |
Color Harmonies of #4D7991
Complementary color
Monochromatic Colors of #4D7991
Black with #4D7991
Text Example
Text Example
White with #4D7991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7991; }
p { color: rgb(77,121,145); }
H1.HeaderClassName
{
color: #4D7991;
}
.AnyTagClassName
{
color: #4D7991;
}
</style>
background-color css
<style>
a { background-color: #4D7991; }
a { background-color: rgb(77,121,145); }
div.DivClassName
{
background-color: #4D7991;
}
.BgClassName
{
background-color: #4D7991;
}
</style>
border-color css
<style>
span { border-color: #4D7991; }
span { border-color: rgb(77,121,145); }
td.TdClassName
{
border-color: #4D7991;
}
.TagClassName
{
border-color: #4D7991;
}
</style>