Shades of Jelly Bean #4A7886
Tints of Jelly Bean #4A7886
RGB
CMYK
RGB Variations
Color information
#4A7886 (or 0x4A7886) is known color: Jelly Bean. HEX triplet: 4A, 78 and 86. RGB value is (74,120,134). Sum of RGB (Red+Green+Blue) = 74+120+134=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #4A7886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7886 is #B58779. Grayscale: #6B6B6B. Windows color (decimal): -11896698 or 8812618. OLE color: 8812618.
HSL color Cylindrical-coordinate representation of color #4A7886: hue angle of 194º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A7886 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 120 | 134 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.47 |
| HSL | 194º | 0.29% | 0.41% | - |
| HSV(B) | 194º | 0.45% | 0.53% | - |
| XYZ | 13.84 | 16.61 | 25.03 | - |
| YUV | 107.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 134 | 0.45 | 0.10 | 0 | 0.47 | 194 | 0.29 | 0.41 |
| Hex | 4A | 78 | 86 | 2D | A | 0 | 2F | C2 | 1D | 29 |
| Octal | 112 | 170 | 206 | 55 | 12 | 0 | 57 | 302 | 35 | 51 |
| Binary | 1001010 | 1111000 | 10000110 | 101101 | 1010 | 0 | 101111 | 11000010 | 11101 | 101001 |
Color Harmonies of #4A7886
Complementary color
Monochromatic Colors of #4A7886
Black with #4A7886
Text Example
Text Example
White with #4A7886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7886; }
p { color: rgb(74,120,134); }
H1.HeaderClassName
{
color: #4A7886;
}
.AnyTagClassName
{
color: #4A7886;
}
</style>
background-color css
<style>
a { background-color: #4A7886; }
a { background-color: rgb(74,120,134); }
div.DivClassName
{
background-color: #4A7886;
}
.BgClassName
{
background-color: #4A7886;
}
</style>
border-color css
<style>
span { border-color: #4A7886; }
span { border-color: rgb(74,120,134); }
td.TdClassName
{
border-color: #4A7886;
}
.TagClassName
{
border-color: #4A7886;
}
</style>