Shades of Jelly Bean #4A7684
Tints of Jelly Bean #4A7684
RGB
CMYK
RGB Variations
Color information
#4A7684 (or 0x4A7684) is known color: Jelly Bean. HEX triplet: 4A, 76 and 84. RGB value is (74,118,132). Sum of RGB (Red+Green+Blue) = 74+118+132=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A7684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7684 is #B5897B. Grayscale: #6A6A6A. Windows color (decimal): -11897212 or 8681034. OLE color: 8681034.
HSL color Cylindrical-coordinate representation of color #4A7684: hue angle of 194.48º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A7684 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 118 | 132 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.48 |
| HSL | 194.48º | 0.28% | 0.4% | - |
| HSV(B) | 194.48º | 0.44% | 0.52% | - |
| XYZ | 13.47 | 16.08 | 24.22 | - |
| YUV | 106.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 132 | 0.44 | 0.11 | 0 | 0.48 | 194.48 | 0.28 | 0.4 |
| Hex | 4A | 76 | 84 | 2C | B | 0 | 30 | C2 | 1C | 28 |
| Octal | 112 | 166 | 204 | 54 | 13 | 0 | 60 | 302 | 34 | 50 |
| Binary | 1001010 | 1110110 | 10000100 | 101100 | 1011 | 0 | 110000 | 11000010 | 11100 | 101000 |
Color Harmonies of #4A7684
Complementary color
Monochromatic Colors of #4A7684
Black with #4A7684
Text Example
Text Example
White with #4A7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7684; }
p { color: rgb(74,118,132); }
H1.HeaderClassName
{
color: #4A7684;
}
.AnyTagClassName
{
color: #4A7684;
}
</style>
background-color css
<style>
a { background-color: #4A7684; }
a { background-color: rgb(74,118,132); }
div.DivClassName
{
background-color: #4A7684;
}
.BgClassName
{
background-color: #4A7684;
}
</style>
border-color css
<style>
span { border-color: #4A7684; }
span { border-color: rgb(74,118,132); }
td.TdClassName
{
border-color: #4A7684;
}
.TagClassName
{
border-color: #4A7684;
}
</style>