Shades of Jelly Bean #4B7F90
Tints of Jelly Bean #4B7F90
RGB
CMYK
RGB Variations
Color information
#4B7F90 (or 0x4B7F90) is known color: Jelly Bean. HEX triplet: 4B, 7F and 90. RGB value is (75,127,144). Sum of RGB (Red+Green+Blue) = 75+127+144=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B7F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7F90 is #B4806F. Grayscale: #717171. Windows color (decimal): -11829360 or 9469771. OLE color: 9469771.
HSL color Cylindrical-coordinate representation of color #4B7F90: hue angle of 194.78º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B7F90 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 127 | 144 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.44 |
| HSL | 194.78º | 0.32% | 0.43% | - |
| HSV(B) | 194.78º | 0.48% | 0.56% | - |
| XYZ | 15.53 | 18.69 | 29.17 | - |
| YUV | 113.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 127 | 144 | 0.48 | 0.12 | 0 | 0.44 | 194.78 | 0.32 | 0.43 |
| Hex | 4B | 7F | 90 | 30 | C | 0 | 2C | C3 | 20 | 2B |
| Octal | 113 | 177 | 220 | 60 | 14 | 0 | 54 | 303 | 40 | 53 |
| Binary | 1001011 | 1111111 | 10010000 | 110000 | 1100 | 0 | 101100 | 11000011 | 100000 | 101011 |
Color Harmonies of #4B7F90
Complementary color
Monochromatic Colors of #4B7F90
Black with #4B7F90
Text Example
Text Example
White with #4B7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7F90; }
p { color: rgb(75,127,144); }
H1.HeaderClassName
{
color: #4B7F90;
}
.AnyTagClassName
{
color: #4B7F90;
}
</style>
background-color css
<style>
a { background-color: #4B7F90; }
a { background-color: rgb(75,127,144); }
div.DivClassName
{
background-color: #4B7F90;
}
.BgClassName
{
background-color: #4B7F90;
}
</style>
border-color css
<style>
span { border-color: #4B7F90; }
span { border-color: rgb(75,127,144); }
td.TdClassName
{
border-color: #4B7F90;
}
.TagClassName
{
border-color: #4B7F90;
}
</style>