Shades of Jelly Bean #4A7589
Tints of Jelly Bean #4A7589
RGB
CMYK
RGB Variations
Color information
#4A7589 (or 0x4A7589) is known color: Jelly Bean. HEX triplet: 4A, 75 and 89. RGB value is (74,117,137). Sum of RGB (Red+Green+Blue) = 74+117+137=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A7589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7589 is #B58A76. Grayscale: #6A6A6A. Windows color (decimal): -11897463 or 9008458. OLE color: 9008458.
HSL color Cylindrical-coordinate representation of color #4A7589: hue angle of 199.05º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A7589 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 117 | 137 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.46 |
| HSL | 199.05º | 0.3% | 0.41% | - |
| HSV(B) | 199.05º | 0.46% | 0.54% | - |
| XYZ | 13.7 | 15.98 | 26.03 | - |
| YUV | 106.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 137 | 0.46 | 0.15 | 0 | 0.46 | 199.05 | 0.3 | 0.41 |
| Hex | 4A | 75 | 89 | 2E | F | 0 | 2E | C7 | 1E | 29 |
| Octal | 112 | 165 | 211 | 56 | 17 | 0 | 56 | 307 | 36 | 51 |
| Binary | 1001010 | 1110101 | 10001001 | 101110 | 1111 | 0 | 101110 | 11000111 | 11110 | 101001 |
Color Harmonies of #4A7589
Complementary color
Monochromatic Colors of #4A7589
Black with #4A7589
Text Example
Text Example
White with #4A7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7589; }
p { color: rgb(74,117,137); }
H1.HeaderClassName
{
color: #4A7589;
}
.AnyTagClassName
{
color: #4A7589;
}
</style>
background-color css
<style>
a { background-color: #4A7589; }
a { background-color: rgb(74,117,137); }
div.DivClassName
{
background-color: #4A7589;
}
.BgClassName
{
background-color: #4A7589;
}
</style>
border-color css
<style>
span { border-color: #4A7589; }
span { border-color: rgb(74,117,137); }
td.TdClassName
{
border-color: #4A7589;
}
.TagClassName
{
border-color: #4A7589;
}
</style>