Shades of Jelly Bean #4B7A98
Tints of Jelly Bean #4B7A98
RGB
CMYK
RGB Variations
Color information
#4B7A98 (or 0x4B7A98) is known color: Jelly Bean. HEX triplet: 4B, 7A and 98. RGB value is (75,122,152). Sum of RGB (Red+Green+Blue) = 75+122+152=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B7A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7A98 is #B48567. Grayscale: #6F6F6F. Windows color (decimal): -11830632 or 9992779. OLE color: 9992779.
HSL color Cylindrical-coordinate representation of color #4B7A98: hue angle of 203.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B7A98 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 122 | 152 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.40 |
| HSL | 203.38º | 0.34% | 0.45% | - |
| HSV(B) | 203.38º | 0.51% | 0.6% | - |
| XYZ | 15.53 | 17.68 | 32.3 | - |
| YUV | 111.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 152 | 0.51 | 0.20 | 0 | 0.40 | 203.38 | 0.34 | 0.45 |
| Hex | 4B | 7A | 98 | 33 | 14 | 0 | 28 | CB | 22 | 2D |
| Octal | 113 | 172 | 230 | 63 | 24 | 0 | 50 | 313 | 42 | 55 |
| Binary | 1001011 | 1111010 | 10011000 | 110011 | 10100 | 0 | 101000 | 11001011 | 100010 | 101101 |
Color Harmonies of #4B7A98
Complementary color
Monochromatic Colors of #4B7A98
Black with #4B7A98
Text Example
Text Example
White with #4B7A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7A98; }
p { color: rgb(75,122,152); }
H1.HeaderClassName
{
color: #4B7A98;
}
.AnyTagClassName
{
color: #4B7A98;
}
</style>
background-color css
<style>
a { background-color: #4B7A98; }
a { background-color: rgb(75,122,152); }
div.DivClassName
{
background-color: #4B7A98;
}
.BgClassName
{
background-color: #4B7A98;
}
</style>
border-color css
<style>
span { border-color: #4B7A98; }
span { border-color: rgb(75,122,152); }
td.TdClassName
{
border-color: #4B7A98;
}
.TagClassName
{
border-color: #4B7A98;
}
</style>