Shades of Jelly Bean #46768A
Tints of Jelly Bean #46768A
RGB
CMYK
RGB Variations
Color information
#46768A (or 0x46768A) is known color: Jelly Bean. HEX triplet: 46, 76 and 8A. RGB value is (70,118,138). Sum of RGB (Red+Green+Blue) = 70+118+138=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #46768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46768A is #B98975. Grayscale: #696969. Windows color (decimal): -12159350 or 9074246. OLE color: 9074246.
HSL color Cylindrical-coordinate representation of color #46768A: hue angle of 197.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46768A is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 118 | 138 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.46 |
| HSL | 197.65º | 0.33% | 0.41% | - |
| HSV(B) | 197.65º | 0.49% | 0.54% | - |
| XYZ | 13.59 | 16.09 | 26.43 | - |
| YUV | 105.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 138 | 0.49 | 0.14 | 0 | 0.46 | 197.65 | 0.33 | 0.41 |
| Hex | 46 | 76 | 8A | 31 | E | 0 | 2E | C6 | 21 | 29 |
| Octal | 106 | 166 | 212 | 61 | 16 | 0 | 56 | 306 | 41 | 51 |
| Binary | 1000110 | 1110110 | 10001010 | 110001 | 1110 | 0 | 101110 | 11000110 | 100001 | 101001 |
Color Harmonies of #46768A
Complementary color
Monochromatic Colors of #46768A
Black with #46768A
Text Example
Text Example
White with #46768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46768A; }
p { color: rgb(70,118,138); }
H1.HeaderClassName
{
color: #46768A;
}
.AnyTagClassName
{
color: #46768A;
}
</style>
background-color css
<style>
a { background-color: #46768A; }
a { background-color: rgb(70,118,138); }
div.DivClassName
{
background-color: #46768A;
}
.BgClassName
{
background-color: #46768A;
}
</style>
border-color css
<style>
span { border-color: #46768A; }
span { border-color: rgb(70,118,138); }
td.TdClassName
{
border-color: #46768A;
}
.TagClassName
{
border-color: #46768A;
}
</style>