Shades of Jelly Bean #4C7685
Tints of Jelly Bean #4C7685
RGB
CMYK
RGB Variations
Color information
#4C7685 (or 0x4C7685) is known color: Jelly Bean. HEX triplet: 4C, 76 and 85. RGB value is (76,118,133). Sum of RGB (Red+Green+Blue) = 76+118+133=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C7685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7685 is #B3897A. Grayscale: #6B6B6B. Windows color (decimal): -11766139 or 8746572. OLE color: 8746572.
HSL color Cylindrical-coordinate representation of color #4C7685: hue angle of 195.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C7685 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 118 | 133 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.48 |
| HSL | 195.79º | 0.27% | 0.41% | - |
| HSV(B) | 195.79º | 0.43% | 0.52% | - |
| XYZ | 13.69 | 16.19 | 24.59 | - |
| YUV | 107.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 133 | 0.43 | 0.11 | 0 | 0.48 | 195.79 | 0.27 | 0.41 |
| Hex | 4C | 76 | 85 | 2B | B | 0 | 30 | C4 | 1B | 29 |
| Octal | 114 | 166 | 205 | 53 | 13 | 0 | 60 | 304 | 33 | 51 |
| Binary | 1001100 | 1110110 | 10000101 | 101011 | 1011 | 0 | 110000 | 11000100 | 11011 | 101001 |
Color Harmonies of #4C7685
Complementary color
Monochromatic Colors of #4C7685
Black with #4C7685
Text Example
Text Example
White with #4C7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7685; }
p { color: rgb(76,118,133); }
H1.HeaderClassName
{
color: #4C7685;
}
.AnyTagClassName
{
color: #4C7685;
}
</style>
background-color css
<style>
a { background-color: #4C7685; }
a { background-color: rgb(76,118,133); }
div.DivClassName
{
background-color: #4C7685;
}
.BgClassName
{
background-color: #4C7685;
}
</style>
border-color css
<style>
span { border-color: #4C7685; }
span { border-color: rgb(76,118,133); }
td.TdClassName
{
border-color: #4C7685;
}
.TagClassName
{
border-color: #4C7685;
}
</style>