Shades of Jelly Bean #4A808F
Tints of Jelly Bean #4A808F
RGB
CMYK
RGB Variations
Color information
#4A808F (or 0x4A808F) is known color: Jelly Bean. HEX triplet: 4A, 80 and 8F. RGB value is (74,128,143). Sum of RGB (Red+Green+Blue) = 74+128+143=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A808F is #B57F70. Grayscale: #717171. Windows color (decimal): -11894641 or 9404490. OLE color: 9404490.
HSL color Cylindrical-coordinate representation of color #4A808F: hue angle of 193.04º 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 #4A808F is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 128 | 143 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.44 |
| HSL | 193.04º | 0.32% | 0.43% | - |
| HSV(B) | 193.04º | 0.48% | 0.56% | - |
| XYZ | 15.5 | 18.88 | 28.81 | - |
| YUV | 113.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 143 | 0.48 | 0.10 | 0 | 0.44 | 193.04 | 0.32 | 0.43 |
| Hex | 4A | 80 | 8F | 30 | A | 0 | 2C | C1 | 20 | 2B |
| Octal | 112 | 200 | 217 | 60 | 12 | 0 | 54 | 301 | 40 | 53 |
| Binary | 1001010 | 10000000 | 10001111 | 110000 | 1010 | 0 | 101100 | 11000001 | 100000 | 101011 |
Color Harmonies of #4A808F
Complementary color
Monochromatic Colors of #4A808F
Black with #4A808F
Text Example
Text Example
White with #4A808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A808F; }
p { color: rgb(74,128,143); }
H1.HeaderClassName
{
color: #4A808F;
}
.AnyTagClassName
{
color: #4A808F;
}
</style>
background-color css
<style>
a { background-color: #4A808F; }
a { background-color: rgb(74,128,143); }
div.DivClassName
{
background-color: #4A808F;
}
.BgClassName
{
background-color: #4A808F;
}
</style>
border-color css
<style>
span { border-color: #4A808F; }
span { border-color: rgb(74,128,143); }
td.TdClassName
{
border-color: #4A808F;
}
.TagClassName
{
border-color: #4A808F;
}
</style>