Shades of Jelly Bean #4B7F8D
Tints of Jelly Bean #4B7F8D
RGB
CMYK
RGB Variations
Color information
#4B7F8D (or 0x4B7F8D) is known color: Jelly Bean. HEX triplet: 4B, 7F and 8D. RGB value is (75,127,141). Sum of RGB (Red+Green+Blue) = 75+127+141=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B7F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7F8D is #B48072. Grayscale: #707070. Windows color (decimal): -11829363 or 9273163. OLE color: 9273163.
HSL color Cylindrical-coordinate representation of color #4B7F8D: hue angle of 192.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B7F8D is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 127 | 141 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.45 |
| HSL | 192.73º | 0.31% | 0.42% | - |
| HSV(B) | 192.73º | 0.47% | 0.55% | - |
| XYZ | 15.3 | 18.6 | 27.98 | - |
| YUV | 113.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 127 | 141 | 0.47 | 0.10 | 0 | 0.45 | 192.73 | 0.31 | 0.42 |
| Hex | 4B | 7F | 8D | 2F | A | 0 | 2D | C1 | 1F | 2A |
| Octal | 113 | 177 | 215 | 57 | 12 | 0 | 55 | 301 | 37 | 52 |
| Binary | 1001011 | 1111111 | 10001101 | 101111 | 1010 | 0 | 101101 | 11000001 | 11111 | 101010 |
Color Harmonies of #4B7F8D
Complementary color
Monochromatic Colors of #4B7F8D
Black with #4B7F8D
Text Example
Text Example
White with #4B7F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7F8D; }
p { color: rgb(75,127,141); }
H1.HeaderClassName
{
color: #4B7F8D;
}
.AnyTagClassName
{
color: #4B7F8D;
}
</style>
background-color css
<style>
a { background-color: #4B7F8D; }
a { background-color: rgb(75,127,141); }
div.DivClassName
{
background-color: #4B7F8D;
}
.BgClassName
{
background-color: #4B7F8D;
}
</style>
border-color css
<style>
span { border-color: #4B7F8D; }
span { border-color: rgb(75,127,141); }
td.TdClassName
{
border-color: #4B7F8D;
}
.TagClassName
{
border-color: #4B7F8D;
}
</style>