Shades of Jelly Bean #4C7689
Tints of Jelly Bean #4C7689
RGB
CMYK
RGB Variations
Color information
#4C7689 (or 0x4C7689) is known color: Jelly Bean. HEX triplet: 4C, 76 and 89. RGB value is (76,118,137). Sum of RGB (Red+Green+Blue) = 76+118+137=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C7689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7689 is #B38976. Grayscale: #6B6B6B. Windows color (decimal): -11766135 or 9008716. OLE color: 9008716.
HSL color Cylindrical-coordinate representation of color #4C7689: hue angle of 198.69º 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 #4C7689 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 118 | 137 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.46 |
| HSL | 198.69º | 0.29% | 0.42% | - |
| HSV(B) | 198.69º | 0.45% | 0.54% | - |
| XYZ | 13.97 | 16.3 | 26.08 | - |
| YUV | 107.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 137 | 0.45 | 0.14 | 0 | 0.46 | 198.69 | 0.29 | 0.42 |
| Hex | 4C | 76 | 89 | 2D | E | 0 | 2E | C7 | 1D | 2A |
| Octal | 114 | 166 | 211 | 55 | 16 | 0 | 56 | 307 | 35 | 52 |
| Binary | 1001100 | 1110110 | 10001001 | 101101 | 1110 | 0 | 101110 | 11000111 | 11101 | 101010 |
Color Harmonies of #4C7689
Complementary color
Monochromatic Colors of #4C7689
Black with #4C7689
Text Example
Text Example
White with #4C7689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7689; }
p { color: rgb(76,118,137); }
H1.HeaderClassName
{
color: #4C7689;
}
.AnyTagClassName
{
color: #4C7689;
}
</style>
background-color css
<style>
a { background-color: #4C7689; }
a { background-color: rgb(76,118,137); }
div.DivClassName
{
background-color: #4C7689;
}
.BgClassName
{
background-color: #4C7689;
}
</style>
border-color css
<style>
span { border-color: #4C7689; }
span { border-color: rgb(76,118,137); }
td.TdClassName
{
border-color: #4C7689;
}
.TagClassName
{
border-color: #4C7689;
}
</style>