Shades of Jelly Bean #4C7F91
Tints of Jelly Bean #4C7F91
RGB
CMYK
RGB Variations
Color information
#4C7F91 (or 0x4C7F91) is known color: Jelly Bean. HEX triplet: 4C, 7F and 91. RGB value is (76,127,145). Sum of RGB (Red+Green+Blue) = 76+127+145=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C7F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7F91 is #B3806E. Grayscale: #717171. Windows color (decimal): -11763823 or 9535308. OLE color: 9535308.
HSL color Cylindrical-coordinate representation of color #4C7F91: hue angle of 195.65º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C7F91 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 127 | 145 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.43 |
| HSL | 195.65º | 0.31% | 0.43% | - |
| HSV(B) | 195.65º | 0.48% | 0.57% | - |
| XYZ | 15.68 | 18.76 | 29.58 | - |
| YUV | 113.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 127 | 145 | 0.48 | 0.12 | 0 | 0.43 | 195.65 | 0.31 | 0.43 |
| Hex | 4C | 7F | 91 | 30 | C | 0 | 2B | C4 | 1F | 2B |
| Octal | 114 | 177 | 221 | 60 | 14 | 0 | 53 | 304 | 37 | 53 |
| Binary | 1001100 | 1111111 | 10010001 | 110000 | 1100 | 0 | 101011 | 11000100 | 11111 | 101011 |
Color Harmonies of #4C7F91
Complementary color
Monochromatic Colors of #4C7F91
Black with #4C7F91
Text Example
Text Example
White with #4C7F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7F91; }
p { color: rgb(76,127,145); }
H1.HeaderClassName
{
color: #4C7F91;
}
.AnyTagClassName
{
color: #4C7F91;
}
</style>
background-color css
<style>
a { background-color: #4C7F91; }
a { background-color: rgb(76,127,145); }
div.DivClassName
{
background-color: #4C7F91;
}
.BgClassName
{
background-color: #4C7F91;
}
</style>
border-color css
<style>
span { border-color: #4C7F91; }
span { border-color: rgb(76,127,145); }
td.TdClassName
{
border-color: #4C7F91;
}
.TagClassName
{
border-color: #4C7F91;
}
</style>