Shades of Jelly Bean #4B7992
Tints of Jelly Bean #4B7992
RGB
CMYK
RGB Variations
Color information
#4B7992 (or 0x4B7992) is known color: Jelly Bean. HEX triplet: 4B, 79 and 92. RGB value is (75,121,146). Sum of RGB (Red+Green+Blue) = 75+121+146=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B7992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7992 is #B4866D. Grayscale: #6D6D6D. Windows color (decimal): -11830894 or 9599307. OLE color: 9599307.
HSL color Cylindrical-coordinate representation of color #4B7992: hue angle of 201.13º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B7992 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 121 | 146 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.43 |
| HSL | 201.13º | 0.32% | 0.43% | - |
| HSV(B) | 201.13º | 0.49% | 0.57% | - |
| XYZ | 14.93 | 17.25 | 29.74 | - |
| YUV | 110.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 121 | 146 | 0.49 | 0.17 | 0 | 0.43 | 201.13 | 0.32 | 0.43 |
| Hex | 4B | 79 | 92 | 31 | 11 | 0 | 2B | C9 | 20 | 2B |
| Octal | 113 | 171 | 222 | 61 | 21 | 0 | 53 | 311 | 40 | 53 |
| Binary | 1001011 | 1111001 | 10010010 | 110001 | 10001 | 0 | 101011 | 11001001 | 100000 | 101011 |
Color Harmonies of #4B7992
Complementary color
Monochromatic Colors of #4B7992
Black with #4B7992
Text Example
Text Example
White with #4B7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7992; }
p { color: rgb(75,121,146); }
H1.HeaderClassName
{
color: #4B7992;
}
.AnyTagClassName
{
color: #4B7992;
}
</style>
background-color css
<style>
a { background-color: #4B7992; }
a { background-color: rgb(75,121,146); }
div.DivClassName
{
background-color: #4B7992;
}
.BgClassName
{
background-color: #4B7992;
}
</style>
border-color css
<style>
span { border-color: #4B7992; }
span { border-color: rgb(75,121,146); }
td.TdClassName
{
border-color: #4B7992;
}
.TagClassName
{
border-color: #4B7992;
}
</style>