Shades of Jelly Bean #46799C
Tints of Jelly Bean #46799C
RGB
CMYK
RGB Variations
Color information
#46799C (or 0x46799C) is known color: Jelly Bean. HEX triplet: 46, 79 and 9C. RGB value is (70,121,156). Sum of RGB (Red+Green+Blue) = 70+121+156=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #46799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46799C is #B98663. Grayscale: #6D6D6D. Windows color (decimal): -12158564 or 10254662. OLE color: 10254662.
HSL color Cylindrical-coordinate representation of color #46799C: hue angle of 204.42º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46799C is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 121 | 156 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.39 |
| HSL | 204.42º | 0.38% | 0.44% | - |
| HSV(B) | 204.42º | 0.55% | 0.61% | - |
| XYZ | 15.36 | 17.38 | 34 | - |
| YUV | 109.74 | 154.1 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 156 | 0.55 | 0.22 | 0 | 0.39 | 204.42 | 0.38 | 0.44 |
| Hex | 46 | 79 | 9C | 37 | 16 | 0 | 27 | CC | 26 | 2C |
| Octal | 106 | 171 | 234 | 67 | 26 | 0 | 47 | 314 | 46 | 54 |
| Binary | 1000110 | 1111001 | 10011100 | 110111 | 10110 | 0 | 100111 | 11001100 | 100110 | 101100 |
Color Harmonies of #46799C
Complementary color
Monochromatic Colors of #46799C
Black with #46799C
Text Example
Text Example
White with #46799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46799C; }
p { color: rgb(70,121,156); }
H1.HeaderClassName
{
color: #46799C;
}
.AnyTagClassName
{
color: #46799C;
}
</style>
background-color css
<style>
a { background-color: #46799C; }
a { background-color: rgb(70,121,156); }
div.DivClassName
{
background-color: #46799C;
}
.BgClassName
{
background-color: #46799C;
}
</style>
border-color css
<style>
span { border-color: #46799C; }
span { border-color: rgb(70,121,156); }
td.TdClassName
{
border-color: #46799C;
}
.TagClassName
{
border-color: #46799C;
}
</style>