Shades of Jelly Bean #4C7B91
Tints of Jelly Bean #4C7B91
RGB
CMYK
RGB Variations
Color information
#4C7B91 (or 0x4C7B91) is known color: Jelly Bean. HEX triplet: 4C, 7B and 91. RGB value is (76,123,145). Sum of RGB (Red+Green+Blue) = 76+123+145=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C7B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7B91 is #B3846E. Grayscale: #6F6F6F. Windows color (decimal): -11764847 or 9534284. OLE color: 9534284.
HSL color Cylindrical-coordinate representation of color #4C7B91: hue angle of 199.13º 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 #4C7B91 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 123 | 145 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.43 |
| HSL | 199.13º | 0.31% | 0.43% | - |
| HSV(B) | 199.13º | 0.48% | 0.57% | - |
| XYZ | 15.17 | 17.75 | 29.41 | - |
| YUV | 111.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 145 | 0.48 | 0.15 | 0 | 0.43 | 199.13 | 0.31 | 0.43 |
| Hex | 4C | 7B | 91 | 30 | F | 0 | 2B | C7 | 1F | 2B |
| Octal | 114 | 173 | 221 | 60 | 17 | 0 | 53 | 307 | 37 | 53 |
| Binary | 1001100 | 1111011 | 10010001 | 110000 | 1111 | 0 | 101011 | 11000111 | 11111 | 101011 |
Color Harmonies of #4C7B91
Complementary color
Monochromatic Colors of #4C7B91
Black with #4C7B91
Text Example
Text Example
White with #4C7B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7B91; }
p { color: rgb(76,123,145); }
H1.HeaderClassName
{
color: #4C7B91;
}
.AnyTagClassName
{
color: #4C7B91;
}
</style>
background-color css
<style>
a { background-color: #4C7B91; }
a { background-color: rgb(76,123,145); }
div.DivClassName
{
background-color: #4C7B91;
}
.BgClassName
{
background-color: #4C7B91;
}
</style>
border-color css
<style>
span { border-color: #4C7B91; }
span { border-color: rgb(76,123,145); }
td.TdClassName
{
border-color: #4C7B91;
}
.TagClassName
{
border-color: #4C7B91;
}
</style>