Shades of Jelly Bean #4B7E90
Tints of Jelly Bean #4B7E90
RGB
CMYK
RGB Variations
Color information
#4B7E90 (or 0x4B7E90) is known color: Jelly Bean. HEX triplet: 4B, 7E and 90. RGB value is (75,126,144). Sum of RGB (Red+Green+Blue) = 75+126+144=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B7E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7E90 is #B4816F. Grayscale: #707070. Windows color (decimal): -11829616 or 9469515. OLE color: 9469515.
HSL color Cylindrical-coordinate representation of color #4B7E90: hue angle of 195.65º 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 #4B7E90 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 126 | 144 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.44 |
| HSL | 195.65º | 0.32% | 0.43% | - |
| HSV(B) | 195.65º | 0.48% | 0.56% | - |
| XYZ | 15.4 | 18.43 | 29.13 | - |
| YUV | 112.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 126 | 144 | 0.48 | 0.12 | 0 | 0.44 | 195.65 | 0.32 | 0.43 |
| Hex | 4B | 7E | 90 | 30 | C | 0 | 2C | C4 | 20 | 2B |
| Octal | 113 | 176 | 220 | 60 | 14 | 0 | 54 | 304 | 40 | 53 |
| Binary | 1001011 | 1111110 | 10010000 | 110000 | 1100 | 0 | 101100 | 11000100 | 100000 | 101011 |
Color Harmonies of #4B7E90
Complementary color
Monochromatic Colors of #4B7E90
Black with #4B7E90
Text Example
Text Example
White with #4B7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7E90; }
p { color: rgb(75,126,144); }
H1.HeaderClassName
{
color: #4B7E90;
}
.AnyTagClassName
{
color: #4B7E90;
}
</style>
background-color css
<style>
a { background-color: #4B7E90; }
a { background-color: rgb(75,126,144); }
div.DivClassName
{
background-color: #4B7E90;
}
.BgClassName
{
background-color: #4B7E90;
}
</style>
border-color css
<style>
span { border-color: #4B7E90; }
span { border-color: rgb(75,126,144); }
td.TdClassName
{
border-color: #4B7E90;
}
.TagClassName
{
border-color: #4B7E90;
}
</style>