Shades of Jelly Bean #4F778B
Tints of Jelly Bean #4F778B
RGB
CMYK
RGB Variations
Color information
#4F778B (or 0x4F778B) is known color: Jelly Bean. HEX triplet: 4F, 77 and 8B. RGB value is (79,119,139). Sum of RGB (Red+Green+Blue) = 79+119+139=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F778B is #B08874. Grayscale: #6D6D6D. Windows color (decimal): -11569269 or 9140047. OLE color: 9140047.
HSL color Cylindrical-coordinate representation of color #4F778B: hue angle of 200º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F778B is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 119 | 139 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.45 |
| HSL | 200º | 0.28% | 0.43% | - |
| HSV(B) | 200º | 0.43% | 0.55% | - |
| XYZ | 14.48 | 16.72 | 26.89 | - |
| YUV | 109.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 139 | 0.43 | 0.14 | 0 | 0.45 | 200 | 0.28 | 0.43 |
| Hex | 4F | 77 | 8B | 2B | E | 0 | 2D | C8 | 1C | 2B |
| Octal | 117 | 167 | 213 | 53 | 16 | 0 | 55 | 310 | 34 | 53 |
| Binary | 1001111 | 1110111 | 10001011 | 101011 | 1110 | 0 | 101101 | 11001000 | 11100 | 101011 |
Color Harmonies of #4F778B
Complementary color
Monochromatic Colors of #4F778B
Black with #4F778B
Text Example
Text Example
White with #4F778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F778B; }
p { color: rgb(79,119,139); }
H1.HeaderClassName
{
color: #4F778B;
}
.AnyTagClassName
{
color: #4F778B;
}
</style>
background-color css
<style>
a { background-color: #4F778B; }
a { background-color: rgb(79,119,139); }
div.DivClassName
{
background-color: #4F778B;
}
.BgClassName
{
background-color: #4F778B;
}
</style>
border-color css
<style>
span { border-color: #4F778B; }
span { border-color: rgb(79,119,139); }
td.TdClassName
{
border-color: #4F778B;
}
.TagClassName
{
border-color: #4F778B;
}
</style>