Shades of Jelly Bean #4B7698
Tints of Jelly Bean #4B7698
RGB
CMYK
RGB Variations
Color information
#4B7698 (or 0x4B7698) is known color: Jelly Bean. HEX triplet: 4B, 76 and 98. RGB value is (75,118,152). Sum of RGB (Red+Green+Blue) = 75+118+152=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B7698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7698 is #B48967. Grayscale: #6C6C6C. Windows color (decimal): -11831656 or 9991755. OLE color: 9991755.
HSL color Cylindrical-coordinate representation of color #4B7698: hue angle of 206.49º 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 #4B7698 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 118 | 152 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.40 |
| HSL | 206.49º | 0.34% | 0.45% | - |
| HSV(B) | 206.49º | 0.51% | 0.6% | - |
| XYZ | 15.05 | 16.72 | 32.14 | - |
| YUV | 109.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 152 | 0.51 | 0.22 | 0 | 0.40 | 206.49 | 0.34 | 0.45 |
| Hex | 4B | 76 | 98 | 33 | 16 | 0 | 28 | CE | 22 | 2D |
| Octal | 113 | 166 | 230 | 63 | 26 | 0 | 50 | 316 | 42 | 55 |
| Binary | 1001011 | 1110110 | 10011000 | 110011 | 10110 | 0 | 101000 | 11001110 | 100010 | 101101 |
Color Harmonies of #4B7698
Complementary color
Monochromatic Colors of #4B7698
Black with #4B7698
Text Example
Text Example
White with #4B7698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7698; }
p { color: rgb(75,118,152); }
H1.HeaderClassName
{
color: #4B7698;
}
.AnyTagClassName
{
color: #4B7698;
}
</style>
background-color css
<style>
a { background-color: #4B7698; }
a { background-color: rgb(75,118,152); }
div.DivClassName
{
background-color: #4B7698;
}
.BgClassName
{
background-color: #4B7698;
}
</style>
border-color css
<style>
span { border-color: #4B7698; }
span { border-color: rgb(75,118,152); }
td.TdClassName
{
border-color: #4B7698;
}
.TagClassName
{
border-color: #4B7698;
}
</style>