Shades of Jelly Bean #4C7684
Tints of Jelly Bean #4C7684
RGB
CMYK
RGB Variations
Color information
#4C7684 (or 0x4C7684) is known color: Jelly Bean. HEX triplet: 4C, 76 and 84. RGB value is (76,118,132). Sum of RGB (Red+Green+Blue) = 76+118+132=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 118 (46.48% from 255 or 36.20% 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 #4C7684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7684 is #B3897B. Grayscale: #6A6A6A. Windows color (decimal): -11766140 or 8681036. OLE color: 8681036.
HSL color Cylindrical-coordinate representation of color #4C7684: hue angle of 195º degrees, saturation: 0.27, 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 #4C7684 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 118 | 132 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.48 |
| HSL | 195º | 0.27% | 0.41% | - |
| HSV(B) | 195º | 0.42% | 0.52% | - |
| XYZ | 13.62 | 16.16 | 24.23 | - |
| YUV | 107.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 132 | 0.42 | 0.11 | 0 | 0.48 | 195 | 0.27 | 0.41 |
| Hex | 4C | 76 | 84 | 2A | B | 0 | 30 | C3 | 1B | 29 |
| Octal | 114 | 166 | 204 | 52 | 13 | 0 | 60 | 303 | 33 | 51 |
| Binary | 1001100 | 1110110 | 10000100 | 101010 | 1011 | 0 | 110000 | 11000011 | 11011 | 101001 |
Color Harmonies of #4C7684
Complementary color
Monochromatic Colors of #4C7684
Black with #4C7684
Text Example
Text Example
White with #4C7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7684; }
p { color: rgb(76,118,132); }
H1.HeaderClassName
{
color: #4C7684;
}
.AnyTagClassName
{
color: #4C7684;
}
</style>
background-color css
<style>
a { background-color: #4C7684; }
a { background-color: rgb(76,118,132); }
div.DivClassName
{
background-color: #4C7684;
}
.BgClassName
{
background-color: #4C7684;
}
</style>
border-color css
<style>
span { border-color: #4C7684; }
span { border-color: rgb(76,118,132); }
td.TdClassName
{
border-color: #4C7684;
}
.TagClassName
{
border-color: #4C7684;
}
</style>