Shades of Jelly Bean #4E758B
Tints of Jelly Bean #4E758B
RGB
CMYK
RGB Variations
Color information
#4E758B (or 0x4E758B) is known color: Jelly Bean. HEX triplet: 4E, 75 and 8B. RGB value is (78,117,139). Sum of RGB (Red+Green+Blue) = 78+117+139=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E758B is #B18A74. Grayscale: #6B6B6B. Windows color (decimal): -11635317 or 9139534. OLE color: 9139534.
HSL color Cylindrical-coordinate representation of color #4E758B: hue angle of 201.64º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E758B is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 117 | 139 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.45 |
| HSL | 201.64º | 0.28% | 0.43% | - |
| HSV(B) | 201.64º | 0.44% | 0.55% | - |
| XYZ | 14.16 | 16.21 | 26.81 | - |
| YUV | 107.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 117 | 139 | 0.44 | 0.16 | 0 | 0.45 | 201.64 | 0.28 | 0.43 |
| Hex | 4E | 75 | 8B | 2C | 10 | 0 | 2D | CA | 1C | 2B |
| Octal | 116 | 165 | 213 | 54 | 20 | 0 | 55 | 312 | 34 | 53 |
| Binary | 1001110 | 1110101 | 10001011 | 101100 | 10000 | 0 | 101101 | 11001010 | 11100 | 101011 |
Color Harmonies of #4E758B
Complementary color
Monochromatic Colors of #4E758B
Black with #4E758B
Text Example
Text Example
White with #4E758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E758B; }
p { color: rgb(78,117,139); }
H1.HeaderClassName
{
color: #4E758B;
}
.AnyTagClassName
{
color: #4E758B;
}
</style>
background-color css
<style>
a { background-color: #4E758B; }
a { background-color: rgb(78,117,139); }
div.DivClassName
{
background-color: #4E758B;
}
.BgClassName
{
background-color: #4E758B;
}
</style>
border-color css
<style>
span { border-color: #4E758B; }
span { border-color: rgb(78,117,139); }
td.TdClassName
{
border-color: #4E758B;
}
.TagClassName
{
border-color: #4E758B;
}
</style>