Shades of Jelly Bean #4F7794
Tints of Jelly Bean #4F7794
RGB
CMYK
RGB Variations
Color information
#4F7794 (or 0x4F7794) is known color: Jelly Bean. HEX triplet: 4F, 77 and 94. RGB value is (79,119,148). Sum of RGB (Red+Green+Blue) = 79+119+148=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F7794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7794 is #B0886B. Grayscale: #6E6E6E. Windows color (decimal): -11569260 or 9729871. OLE color: 9729871.
HSL color Cylindrical-coordinate representation of color #4F7794: hue angle of 205.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F7794 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 119 | 148 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.42 |
| HSL | 205.22º | 0.3% | 0.45% | - |
| HSV(B) | 205.22º | 0.47% | 0.58% | - |
| XYZ | 15.17 | 16.99 | 30.5 | - |
| YUV | 110.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 148 | 0.47 | 0.20 | 0 | 0.42 | 205.22 | 0.3 | 0.45 |
| Hex | 4F | 77 | 94 | 2F | 14 | 0 | 2A | CD | 1E | 2D |
| Octal | 117 | 167 | 224 | 57 | 24 | 0 | 52 | 315 | 36 | 55 |
| Binary | 1001111 | 1110111 | 10010100 | 101111 | 10100 | 0 | 101010 | 11001101 | 11110 | 101101 |
Color Harmonies of #4F7794
Complementary color
Monochromatic Colors of #4F7794
Black with #4F7794
Text Example
Text Example
White with #4F7794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7794; }
p { color: rgb(79,119,148); }
H1.HeaderClassName
{
color: #4F7794;
}
.AnyTagClassName
{
color: #4F7794;
}
</style>
background-color css
<style>
a { background-color: #4F7794; }
a { background-color: rgb(79,119,148); }
div.DivClassName
{
background-color: #4F7794;
}
.BgClassName
{
background-color: #4F7794;
}
</style>
border-color css
<style>
span { border-color: #4F7794; }
span { border-color: rgb(79,119,148); }
td.TdClassName
{
border-color: #4F7794;
}
.TagClassName
{
border-color: #4F7794;
}
</style>