Shades of Jelly Bean #4A798F
Tints of Jelly Bean #4A798F
RGB
CMYK
RGB Variations
Color information
#4A798F (or 0x4A798F) is known color: Jelly Bean. HEX triplet: 4A, 79 and 8F. RGB value is (74,121,143). Sum of RGB (Red+Green+Blue) = 74+121+143=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A798F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A798F is #B58670. Grayscale: #6D6D6D. Windows color (decimal): -11896433 or 9402698. OLE color: 9402698.
HSL color Cylindrical-coordinate representation of color #4A798F: hue angle of 199.13º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A798F is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 121 | 143 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.44 |
| HSL | 199.13º | 0.32% | 0.43% | - |
| HSV(B) | 199.13º | 0.48% | 0.56% | - |
| XYZ | 14.62 | 17.11 | 28.52 | - |
| YUV | 109.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 121 | 143 | 0.48 | 0.15 | 0 | 0.44 | 199.13 | 0.32 | 0.43 |
| Hex | 4A | 79 | 8F | 30 | F | 0 | 2C | C7 | 20 | 2B |
| Octal | 112 | 171 | 217 | 60 | 17 | 0 | 54 | 307 | 40 | 53 |
| Binary | 1001010 | 1111001 | 10001111 | 110000 | 1111 | 0 | 101100 | 11000111 | 100000 | 101011 |
Color Harmonies of #4A798F
Complementary color
Monochromatic Colors of #4A798F
Black with #4A798F
Text Example
Text Example
White with #4A798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A798F; }
p { color: rgb(74,121,143); }
H1.HeaderClassName
{
color: #4A798F;
}
.AnyTagClassName
{
color: #4A798F;
}
</style>
background-color css
<style>
a { background-color: #4A798F; }
a { background-color: rgb(74,121,143); }
div.DivClassName
{
background-color: #4A798F;
}
.BgClassName
{
background-color: #4A798F;
}
</style>
border-color css
<style>
span { border-color: #4A798F; }
span { border-color: rgb(74,121,143); }
td.TdClassName
{
border-color: #4A798F;
}
.TagClassName
{
border-color: #4A798F;
}
</style>