Shades of Jelly Bean #4F7B9B
Tints of Jelly Bean #4F7B9B
RGB
CMYK
RGB Variations
Color information
#4F7B9B (or 0x4F7B9B) is known color: Jelly Bean. HEX triplet: 4F, 7B and 9B. RGB value is (79,123,155). Sum of RGB (Red+Green+Blue) = 79+123+155=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F7B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7B9B is #B08464. Grayscale: #717171. Windows color (decimal): -11568229 or 10189647. OLE color: 10189647.
HSL color Cylindrical-coordinate representation of color #4F7B9B: hue angle of 205.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F7B9B is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 123 | 155 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.39 |
| HSL | 205.26º | 0.32% | 0.46% | - |
| HSV(B) | 205.26º | 0.49% | 0.61% | - |
| XYZ | 16.22 | 18.19 | 33.67 | - |
| YUV | 113.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 123 | 155 | 0.49 | 0.21 | 0 | 0.39 | 205.26 | 0.32 | 0.46 |
| Hex | 4F | 7B | 9B | 31 | 15 | 0 | 27 | CD | 20 | 2E |
| Octal | 117 | 173 | 233 | 61 | 25 | 0 | 47 | 315 | 40 | 56 |
| Binary | 1001111 | 1111011 | 10011011 | 110001 | 10101 | 0 | 100111 | 11001101 | 100000 | 101110 |
Color Harmonies of #4F7B9B
Complementary color
Monochromatic Colors of #4F7B9B
Black with #4F7B9B
Text Example
Text Example
White with #4F7B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7B9B; }
p { color: rgb(79,123,155); }
H1.HeaderClassName
{
color: #4F7B9B;
}
.AnyTagClassName
{
color: #4F7B9B;
}
</style>
background-color css
<style>
a { background-color: #4F7B9B; }
a { background-color: rgb(79,123,155); }
div.DivClassName
{
background-color: #4F7B9B;
}
.BgClassName
{
background-color: #4F7B9B;
}
</style>
border-color css
<style>
span { border-color: #4F7B9B; }
span { border-color: rgb(79,123,155); }
td.TdClassName
{
border-color: #4F7B9B;
}
.TagClassName
{
border-color: #4F7B9B;
}
</style>