Shades of Jelly Bean #4B738B
Tints of Jelly Bean #4B738B
RGB
CMYK
RGB Variations
Color information
#4B738B (or 0x4B738B) is known color: Jelly Bean. HEX triplet: 4B, 73 and 8B. RGB value is (75,115,139). Sum of RGB (Red+Green+Blue) = 75+115+139=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B738B is #B48C74. Grayscale: #696969. Windows color (decimal): -11832437 or 9139019. OLE color: 9139019.
HSL color Cylindrical-coordinate representation of color #4B738B: hue angle of 202.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B738B is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 115 | 139 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.45 |
| HSL | 202.5º | 0.3% | 0.42% | - |
| HSV(B) | 202.5º | 0.46% | 0.55% | - |
| XYZ | 13.69 | 15.62 | 26.72 | - |
| YUV | 105.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 139 | 0.46 | 0.17 | 0 | 0.45 | 202.5 | 0.3 | 0.42 |
| Hex | 4B | 73 | 8B | 2E | 11 | 0 | 2D | CA | 1E | 2A |
| Octal | 113 | 163 | 213 | 56 | 21 | 0 | 55 | 312 | 36 | 52 |
| Binary | 1001011 | 1110011 | 10001011 | 101110 | 10001 | 0 | 101101 | 11001010 | 11110 | 101010 |
Color Harmonies of #4B738B
Complementary color
Monochromatic Colors of #4B738B
Black with #4B738B
Text Example
Text Example
White with #4B738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B738B; }
p { color: rgb(75,115,139); }
H1.HeaderClassName
{
color: #4B738B;
}
.AnyTagClassName
{
color: #4B738B;
}
</style>
background-color css
<style>
a { background-color: #4B738B; }
a { background-color: rgb(75,115,139); }
div.DivClassName
{
background-color: #4B738B;
}
.BgClassName
{
background-color: #4B738B;
}
</style>
border-color css
<style>
span { border-color: #4B738B; }
span { border-color: rgb(75,115,139); }
td.TdClassName
{
border-color: #4B738B;
}
.TagClassName
{
border-color: #4B738B;
}
</style>