Shades of Jelly Bean #4F7890
Tints of Jelly Bean #4F7890
RGB
CMYK
RGB Variations
Color information
#4F7890 (or 0x4F7890) is known color: Jelly Bean. HEX triplet: 4F, 78 and 90. RGB value is (79,120,144). Sum of RGB (Red+Green+Blue) = 79+120+144=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7890 is #B0876F. Grayscale: #6E6E6E. Windows color (decimal): -11569008 or 9467983. OLE color: 9467983.
HSL color Cylindrical-coordinate representation of color #4F7890: hue angle of 202.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F7890 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 120 | 144 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.44 |
| HSL | 202.15º | 0.29% | 0.44% | - |
| HSV(B) | 202.15º | 0.45% | 0.56% | - |
| XYZ | 14.97 | 17.11 | 28.9 | - |
| YUV | 110.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 120 | 144 | 0.45 | 0.17 | 0 | 0.44 | 202.15 | 0.29 | 0.44 |
| Hex | 4F | 78 | 90 | 2D | 11 | 0 | 2C | CA | 1D | 2C |
| Octal | 117 | 170 | 220 | 55 | 21 | 0 | 54 | 312 | 35 | 54 |
| Binary | 1001111 | 1111000 | 10010000 | 101101 | 10001 | 0 | 101100 | 11001010 | 11101 | 101100 |
Color Harmonies of #4F7890
Complementary color
Monochromatic Colors of #4F7890
Black with #4F7890
Text Example
Text Example
White with #4F7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7890; }
p { color: rgb(79,120,144); }
H1.HeaderClassName
{
color: #4F7890;
}
.AnyTagClassName
{
color: #4F7890;
}
</style>
background-color css
<style>
a { background-color: #4F7890; }
a { background-color: rgb(79,120,144); }
div.DivClassName
{
background-color: #4F7890;
}
.BgClassName
{
background-color: #4F7890;
}
</style>
border-color css
<style>
span { border-color: #4F7890; }
span { border-color: rgb(79,120,144); }
td.TdClassName
{
border-color: #4F7890;
}
.TagClassName
{
border-color: #4F7890;
}
</style>