Shades of Jelly Bean #4A7796
Tints of Jelly Bean #4A7796
RGB
CMYK
RGB Variations
Color information
#4A7796 (or 0x4A7796) is known color: Jelly Bean. HEX triplet: 4A, 77 and 96. RGB value is (74,119,150). Sum of RGB (Red+Green+Blue) = 74+119+150=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A7796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7796 is #B58869. Grayscale: #6C6C6C. Windows color (decimal): -11896938 or 9860938. OLE color: 9860938.
HSL color Cylindrical-coordinate representation of color #4A7796: hue angle of 204.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A7796 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 119 | 150 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.41 |
| HSL | 204.47º | 0.34% | 0.44% | - |
| HSV(B) | 204.47º | 0.51% | 0.59% | - |
| XYZ | 14.93 | 16.85 | 31.32 | - |
| YUV | 109.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 150 | 0.51 | 0.21 | 0 | 0.41 | 204.47 | 0.34 | 0.44 |
| Hex | 4A | 77 | 96 | 33 | 15 | 0 | 29 | CC | 22 | 2C |
| Octal | 112 | 167 | 226 | 63 | 25 | 0 | 51 | 314 | 42 | 54 |
| Binary | 1001010 | 1110111 | 10010110 | 110011 | 10101 | 0 | 101001 | 11001100 | 100010 | 101100 |
Color Harmonies of #4A7796
Complementary color
Monochromatic Colors of #4A7796
Black with #4A7796
Text Example
Text Example
White with #4A7796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7796; }
p { color: rgb(74,119,150); }
H1.HeaderClassName
{
color: #4A7796;
}
.AnyTagClassName
{
color: #4A7796;
}
</style>
background-color css
<style>
a { background-color: #4A7796; }
a { background-color: rgb(74,119,150); }
div.DivClassName
{
background-color: #4A7796;
}
.BgClassName
{
background-color: #4A7796;
}
</style>
border-color css
<style>
span { border-color: #4A7796; }
span { border-color: rgb(74,119,150); }
td.TdClassName
{
border-color: #4A7796;
}
.TagClassName
{
border-color: #4A7796;
}
</style>