Shades of Jelly Bean #4B7895
Tints of Jelly Bean #4B7895
RGB
CMYK
RGB Variations
Color information
#4B7895 (or 0x4B7895) is known color: Jelly Bean. HEX triplet: 4B, 78 and 95. RGB value is (75,120,149). Sum of RGB (Red+Green+Blue) = 75+120+149=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B7895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7895 is #B4876A. Grayscale: #6D6D6D. Windows color (decimal): -11831147 or 9795659. OLE color: 9795659.
HSL color Cylindrical-coordinate representation of color #4B7895: hue angle of 203.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B7895 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 120 | 149 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.42 |
| HSL | 203.51º | 0.33% | 0.44% | - |
| HSV(B) | 203.51º | 0.5% | 0.58% | - |
| XYZ | 15.04 | 17.1 | 30.94 | - |
| YUV | 109.85 | 150.09 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 149 | 0.50 | 0.19 | 0 | 0.42 | 203.51 | 0.33 | 0.44 |
| Hex | 4B | 78 | 95 | 32 | 13 | 0 | 2A | CC | 21 | 2C |
| Octal | 113 | 170 | 225 | 62 | 23 | 0 | 52 | 314 | 41 | 54 |
| Binary | 1001011 | 1111000 | 10010101 | 110010 | 10011 | 0 | 101010 | 11001100 | 100001 | 101100 |
Color Harmonies of #4B7895
Complementary color
Monochromatic Colors of #4B7895
Black with #4B7895
Text Example
Text Example
White with #4B7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7895; }
p { color: rgb(75,120,149); }
H1.HeaderClassName
{
color: #4B7895;
}
.AnyTagClassName
{
color: #4B7895;
}
</style>
background-color css
<style>
a { background-color: #4B7895; }
a { background-color: rgb(75,120,149); }
div.DivClassName
{
background-color: #4B7895;
}
.BgClassName
{
background-color: #4B7895;
}
</style>
border-color css
<style>
span { border-color: #4B7895; }
span { border-color: rgb(75,120,149); }
td.TdClassName
{
border-color: #4B7895;
}
.TagClassName
{
border-color: #4B7895;
}
</style>