Shades of Jelly Bean #4C7489
Tints of Jelly Bean #4C7489
RGB
CMYK
RGB Variations
Color information
#4C7489 (or 0x4C7489) is known color: Jelly Bean. HEX triplet: 4C, 74 and 89. RGB value is (76,116,137). Sum of RGB (Red+Green+Blue) = 76+116+137=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C7489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7489 is #B38B76. Grayscale: #6A6A6A. Windows color (decimal): -11766647 or 9008204. OLE color: 9008204.
HSL color Cylindrical-coordinate representation of color #4C7489: hue angle of 200.66º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C7489 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 116 | 137 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.46 |
| HSL | 200.66º | 0.29% | 0.42% | - |
| HSV(B) | 200.66º | 0.45% | 0.54% | - |
| XYZ | 13.74 | 15.83 | 26 | - |
| YUV | 106.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 137 | 0.45 | 0.15 | 0 | 0.46 | 200.66 | 0.29 | 0.42 |
| Hex | 4C | 74 | 89 | 2D | F | 0 | 2E | C9 | 1D | 2A |
| Octal | 114 | 164 | 211 | 55 | 17 | 0 | 56 | 311 | 35 | 52 |
| Binary | 1001100 | 1110100 | 10001001 | 101101 | 1111 | 0 | 101110 | 11001001 | 11101 | 101010 |
Color Harmonies of #4C7489
Complementary color
Monochromatic Colors of #4C7489
Black with #4C7489
Text Example
Text Example
White with #4C7489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7489; }
p { color: rgb(76,116,137); }
H1.HeaderClassName
{
color: #4C7489;
}
.AnyTagClassName
{
color: #4C7489;
}
</style>
background-color css
<style>
a { background-color: #4C7489; }
a { background-color: rgb(76,116,137); }
div.DivClassName
{
background-color: #4C7489;
}
.BgClassName
{
background-color: #4C7489;
}
</style>
border-color css
<style>
span { border-color: #4C7489; }
span { border-color: rgb(76,116,137); }
td.TdClassName
{
border-color: #4C7489;
}
.TagClassName
{
border-color: #4C7489;
}
</style>