Shades of Jelly Bean #4C7A9A
Tints of Jelly Bean #4C7A9A
RGB
CMYK
RGB Variations
Color information
#4C7A9A (or 0x4C7A9A) is known color: Jelly Bean. HEX triplet: 4C, 7A and 9A. RGB value is (76,122,154). Sum of RGB (Red+Green+Blue) = 76+122+154=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C7A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7A9A is #B38565. Grayscale: #6F6F6F. Windows color (decimal): -11765094 or 10123852. OLE color: 10123852.
HSL color Cylindrical-coordinate representation of color #4C7A9A: hue angle of 204.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C7A9A is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 122 | 154 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.40 |
| HSL | 204.62º | 0.34% | 0.45% | - |
| HSV(B) | 204.62º | 0.51% | 0.6% | - |
| XYZ | 15.77 | 17.79 | 33.17 | - |
| YUV | 111.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 122 | 154 | 0.51 | 0.21 | 0 | 0.40 | 204.62 | 0.34 | 0.45 |
| Hex | 4C | 7A | 9A | 33 | 15 | 0 | 28 | CD | 22 | 2D |
| Octal | 114 | 172 | 232 | 63 | 25 | 0 | 50 | 315 | 42 | 55 |
| Binary | 1001100 | 1111010 | 10011010 | 110011 | 10101 | 0 | 101000 | 11001101 | 100010 | 101101 |
Color Harmonies of #4C7A9A
Complementary color
Monochromatic Colors of #4C7A9A
Black with #4C7A9A
Text Example
Text Example
White with #4C7A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7A9A; }
p { color: rgb(76,122,154); }
H1.HeaderClassName
{
color: #4C7A9A;
}
.AnyTagClassName
{
color: #4C7A9A;
}
</style>
background-color css
<style>
a { background-color: #4C7A9A; }
a { background-color: rgb(76,122,154); }
div.DivClassName
{
background-color: #4C7A9A;
}
.BgClassName
{
background-color: #4C7A9A;
}
</style>
border-color css
<style>
span { border-color: #4C7A9A; }
span { border-color: rgb(76,122,154); }
td.TdClassName
{
border-color: #4C7A9A;
}
.TagClassName
{
border-color: #4C7A9A;
}
</style>