Shades of Jelly Bean #4D7993
Tints of Jelly Bean #4D7993
RGB
CMYK
RGB Variations
Color information
#4D7993 (or 0x4D7993) is known color: Jelly Bean. HEX triplet: 4D, 79 and 93. RGB value is (77,121,147). Sum of RGB (Red+Green+Blue) = 77+121+147=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D7993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7993 is #B2866C. Grayscale: #6E6E6E. Windows color (decimal): -11699821 or 9664845. OLE color: 9664845.
HSL color Cylindrical-coordinate representation of color #4D7993: hue angle of 202.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D7993 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 121 | 147 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.42 |
| HSL | 202.29º | 0.31% | 0.44% | - |
| HSV(B) | 202.29º | 0.48% | 0.58% | - |
| XYZ | 15.16 | 17.36 | 30.16 | - |
| YUV | 110.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 147 | 0.48 | 0.18 | 0 | 0.42 | 202.29 | 0.31 | 0.44 |
| Hex | 4D | 79 | 93 | 30 | 12 | 0 | 2A | CA | 1F | 2C |
| Octal | 115 | 171 | 223 | 60 | 22 | 0 | 52 | 312 | 37 | 54 |
| Binary | 1001101 | 1111001 | 10010011 | 110000 | 10010 | 0 | 101010 | 11001010 | 11111 | 101100 |
Color Harmonies of #4D7993
Complementary color
Monochromatic Colors of #4D7993
Black with #4D7993
Text Example
Text Example
White with #4D7993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7993; }
p { color: rgb(77,121,147); }
H1.HeaderClassName
{
color: #4D7993;
}
.AnyTagClassName
{
color: #4D7993;
}
</style>
background-color css
<style>
a { background-color: #4D7993; }
a { background-color: rgb(77,121,147); }
div.DivClassName
{
background-color: #4D7993;
}
.BgClassName
{
background-color: #4D7993;
}
</style>
border-color css
<style>
span { border-color: #4D7993; }
span { border-color: rgb(77,121,147); }
td.TdClassName
{
border-color: #4D7993;
}
.TagClassName
{
border-color: #4D7993;
}
</style>