Shades of Jelly Bean #4D7584
Tints of Jelly Bean #4D7584
RGB
CMYK
RGB Variations
Color information
#4D7584 (or 0x4D7584) is known color: Jelly Bean. HEX triplet: 4D, 75 and 84. RGB value is (77,117,132). Sum of RGB (Red+Green+Blue) = 77+117+132=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D7584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7584 is #B28A7B. Grayscale: #6A6A6A. Windows color (decimal): -11700860 or 8680781. OLE color: 8680781.
HSL color Cylindrical-coordinate representation of color #4D7584: hue angle of 196.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D7584 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 117 | 132 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.48 |
| HSL | 196.36º | 0.26% | 0.41% | - |
| HSV(B) | 196.36º | 0.42% | 0.52% | - |
| XYZ | 13.59 | 15.97 | 24.2 | - |
| YUV | 106.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 132 | 0.42 | 0.11 | 0 | 0.48 | 196.36 | 0.26 | 0.41 |
| Hex | 4D | 75 | 84 | 2A | B | 0 | 30 | C4 | 1A | 29 |
| Octal | 115 | 165 | 204 | 52 | 13 | 0 | 60 | 304 | 32 | 51 |
| Binary | 1001101 | 1110101 | 10000100 | 101010 | 1011 | 0 | 110000 | 11000100 | 11010 | 101001 |
Color Harmonies of #4D7584
Complementary color
Monochromatic Colors of #4D7584
Black with #4D7584
Text Example
Text Example
White with #4D7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7584; }
p { color: rgb(77,117,132); }
H1.HeaderClassName
{
color: #4D7584;
}
.AnyTagClassName
{
color: #4D7584;
}
</style>
background-color css
<style>
a { background-color: #4D7584; }
a { background-color: rgb(77,117,132); }
div.DivClassName
{
background-color: #4D7584;
}
.BgClassName
{
background-color: #4D7584;
}
</style>
border-color css
<style>
span { border-color: #4D7584; }
span { border-color: rgb(77,117,132); }
td.TdClassName
{
border-color: #4D7584;
}
.TagClassName
{
border-color: #4D7584;
}
</style>