Shades of Jelly Bean #46758D
Tints of Jelly Bean #46758D
RGB
CMYK
RGB Variations
Color information
#46758D (or 0x46758D) is known color: Jelly Bean. HEX triplet: 46, 75 and 8D. RGB value is (70,117,141). Sum of RGB (Red+Green+Blue) = 70+117+141=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #46758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46758D is #B98A72. Grayscale: #696969. Windows color (decimal): -12159603 or 9270598. OLE color: 9270598.
HSL color Cylindrical-coordinate representation of color #46758D: hue angle of 200.28º 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 #46758D is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 117 | 141 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.45 |
| HSL | 200.28º | 0.34% | 0.41% | - |
| HSV(B) | 200.28º | 0.5% | 0.55% | - |
| XYZ | 13.69 | 15.95 | 27.56 | - |
| YUV | 105.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 141 | 0.50 | 0.17 | 0 | 0.45 | 200.28 | 0.34 | 0.41 |
| Hex | 46 | 75 | 8D | 32 | 11 | 0 | 2D | C8 | 22 | 29 |
| Octal | 106 | 165 | 215 | 62 | 21 | 0 | 55 | 310 | 42 | 51 |
| Binary | 1000110 | 1110101 | 10001101 | 110010 | 10001 | 0 | 101101 | 11001000 | 100010 | 101001 |
Color Harmonies of #46758D
Complementary color
Monochromatic Colors of #46758D
Black with #46758D
Text Example
Text Example
White with #46758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46758D; }
p { color: rgb(70,117,141); }
H1.HeaderClassName
{
color: #46758D;
}
.AnyTagClassName
{
color: #46758D;
}
</style>
background-color css
<style>
a { background-color: #46758D; }
a { background-color: rgb(70,117,141); }
div.DivClassName
{
background-color: #46758D;
}
.BgClassName
{
background-color: #46758D;
}
</style>
border-color css
<style>
span { border-color: #46758D; }
span { border-color: rgb(70,117,141); }
td.TdClassName
{
border-color: #46758D;
}
.TagClassName
{
border-color: #46758D;
}
</style>