Shades of Jelly Bean #46768D
Tints of Jelly Bean #46768D
RGB
CMYK
RGB Variations
Color information
#46768D (or 0x46768D) is known color: Jelly Bean. HEX triplet: 46, 76 and 8D. RGB value is (70,118,141). Sum of RGB (Red+Green+Blue) = 70+118+141=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #46768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46768D is #B98972. Grayscale: #6A6A6A. Windows color (decimal): -12159347 or 9270854. OLE color: 9270854.
HSL color Cylindrical-coordinate representation of color #46768D: hue angle of 199.44º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46768D is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 118 | 141 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.45 |
| HSL | 199.44º | 0.34% | 0.41% | - |
| HSV(B) | 199.44º | 0.5% | 0.55% | - |
| XYZ | 13.81 | 16.18 | 27.59 | - |
| YUV | 106.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 141 | 0.50 | 0.16 | 0 | 0.45 | 199.44 | 0.34 | 0.41 |
| Hex | 46 | 76 | 8D | 32 | 10 | 0 | 2D | C7 | 22 | 29 |
| Octal | 106 | 166 | 215 | 62 | 20 | 0 | 55 | 307 | 42 | 51 |
| Binary | 1000110 | 1110110 | 10001101 | 110010 | 10000 | 0 | 101101 | 11000111 | 100010 | 101001 |
Color Harmonies of #46768D
Complementary color
Monochromatic Colors of #46768D
Black with #46768D
Text Example
Text Example
White with #46768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46768D; }
p { color: rgb(70,118,141); }
H1.HeaderClassName
{
color: #46768D;
}
.AnyTagClassName
{
color: #46768D;
}
</style>
background-color css
<style>
a { background-color: #46768D; }
a { background-color: rgb(70,118,141); }
div.DivClassName
{
background-color: #46768D;
}
.BgClassName
{
background-color: #46768D;
}
</style>
border-color css
<style>
span { border-color: #46768D; }
span { border-color: rgb(70,118,141); }
td.TdClassName
{
border-color: #46768D;
}
.TagClassName
{
border-color: #46768D;
}
</style>