Shades of Jelly Bean #4E7685
Tints of Jelly Bean #4E7685
RGB
CMYK
RGB Variations
Color information
#4E7685 (or 0x4E7685) is known color: Jelly Bean. HEX triplet: 4E, 76 and 85. RGB value is (78,118,133). Sum of RGB (Red+Green+Blue) = 78+118+133=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E7685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7685 is #B1897A. Grayscale: #6B6B6B. Windows color (decimal): -11635067 or 8746574. OLE color: 8746574.
HSL color Cylindrical-coordinate representation of color #4E7685: hue angle of 196.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E7685 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 118 | 133 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.48 |
| HSL | 196.36º | 0.26% | 0.41% | - |
| HSV(B) | 196.36º | 0.41% | 0.52% | - |
| XYZ | 13.85 | 16.27 | 24.6 | - |
| YUV | 107.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 133 | 0.41 | 0.11 | 0 | 0.48 | 196.36 | 0.26 | 0.41 |
| Hex | 4E | 76 | 85 | 29 | B | 0 | 30 | C4 | 1A | 29 |
| Octal | 116 | 166 | 205 | 51 | 13 | 0 | 60 | 304 | 32 | 51 |
| Binary | 1001110 | 1110110 | 10000101 | 101001 | 1011 | 0 | 110000 | 11000100 | 11010 | 101001 |
Color Harmonies of #4E7685
Complementary color
Monochromatic Colors of #4E7685
Black with #4E7685
Text Example
Text Example
White with #4E7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7685; }
p { color: rgb(78,118,133); }
H1.HeaderClassName
{
color: #4E7685;
}
.AnyTagClassName
{
color: #4E7685;
}
</style>
background-color css
<style>
a { background-color: #4E7685; }
a { background-color: rgb(78,118,133); }
div.DivClassName
{
background-color: #4E7685;
}
.BgClassName
{
background-color: #4E7685;
}
</style>
border-color css
<style>
span { border-color: #4E7685; }
span { border-color: rgb(78,118,133); }
td.TdClassName
{
border-color: #4E7685;
}
.TagClassName
{
border-color: #4E7685;
}
</style>