Shades of Jelly Bean #4F7A8F
Tints of Jelly Bean #4F7A8F
RGB
CMYK
RGB Variations
Color information
#4F7A8F (or 0x4F7A8F) is known color: Jelly Bean. HEX triplet: 4F, 7A and 8F. RGB value is (79,122,143). Sum of RGB (Red+Green+Blue) = 79+122+143=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F7A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7A8F is #B08570. Grayscale: #6F6F6F. Windows color (decimal): -11568497 or 9402959. OLE color: 9402959.
HSL color Cylindrical-coordinate representation of color #4F7A8F: hue angle of 199.69º 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 #4F7A8F is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 122 | 143 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.44 |
| HSL | 199.69º | 0.29% | 0.44% | - |
| HSV(B) | 199.69º | 0.45% | 0.56% | - |
| XYZ | 15.14 | 17.56 | 28.58 | - |
| YUV | 111.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 143 | 0.45 | 0.15 | 0 | 0.44 | 199.69 | 0.29 | 0.44 |
| Hex | 4F | 7A | 8F | 2D | F | 0 | 2C | C8 | 1D | 2C |
| Octal | 117 | 172 | 217 | 55 | 17 | 0 | 54 | 310 | 35 | 54 |
| Binary | 1001111 | 1111010 | 10001111 | 101101 | 1111 | 0 | 101100 | 11001000 | 11101 | 101100 |
Color Harmonies of #4F7A8F
Complementary color
Monochromatic Colors of #4F7A8F
Black with #4F7A8F
Text Example
Text Example
White with #4F7A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7A8F; }
p { color: rgb(79,122,143); }
H1.HeaderClassName
{
color: #4F7A8F;
}
.AnyTagClassName
{
color: #4F7A8F;
}
</style>
background-color css
<style>
a { background-color: #4F7A8F; }
a { background-color: rgb(79,122,143); }
div.DivClassName
{
background-color: #4F7A8F;
}
.BgClassName
{
background-color: #4F7A8F;
}
</style>
border-color css
<style>
span { border-color: #4F7A8F; }
span { border-color: rgb(79,122,143); }
td.TdClassName
{
border-color: #4F7A8F;
}
.TagClassName
{
border-color: #4F7A8F;
}
</style>