Shades of Jelly Bean #46798B
Tints of Jelly Bean #46798B
RGB
CMYK
RGB Variations
Color information
#46798B (or 0x46798B) is known color: Jelly Bean. HEX triplet: 46, 79 and 8B. RGB value is (70,121,139). Sum of RGB (Red+Green+Blue) = 70+121+139=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #46798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46798B is #B98674. Grayscale: #6B6B6B. Windows color (decimal): -12158581 or 9140550. OLE color: 9140550.
HSL color Cylindrical-coordinate representation of color #46798B: hue angle of 195.65º degrees, saturation: 0.33, 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 #46798B is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 121 | 139 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.45 |
| HSL | 195.65º | 0.33% | 0.41% | - |
| HSV(B) | 195.65º | 0.5% | 0.55% | - |
| XYZ | 14.02 | 16.84 | 26.94 | - |
| YUV | 107.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 139 | 0.50 | 0.13 | 0 | 0.45 | 195.65 | 0.33 | 0.41 |
| Hex | 46 | 79 | 8B | 32 | D | 0 | 2D | C4 | 21 | 29 |
| Octal | 106 | 171 | 213 | 62 | 15 | 0 | 55 | 304 | 41 | 51 |
| Binary | 1000110 | 1111001 | 10001011 | 110010 | 1101 | 0 | 101101 | 11000100 | 100001 | 101001 |
Color Harmonies of #46798B
Complementary color
Monochromatic Colors of #46798B
Black with #46798B
Text Example
Text Example
White with #46798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46798B; }
p { color: rgb(70,121,139); }
H1.HeaderClassName
{
color: #46798B;
}
.AnyTagClassName
{
color: #46798B;
}
</style>
background-color css
<style>
a { background-color: #46798B; }
a { background-color: rgb(70,121,139); }
div.DivClassName
{
background-color: #46798B;
}
.BgClassName
{
background-color: #46798B;
}
</style>
border-color css
<style>
span { border-color: #46798B; }
span { border-color: rgb(70,121,139); }
td.TdClassName
{
border-color: #46798B;
}
.TagClassName
{
border-color: #46798B;
}
</style>