Shades of Jelly Bean #46789C
Tints of Jelly Bean #46789C
RGB
CMYK
RGB Variations
Color information
#46789C (or 0x46789C) is known color: Jelly Bean. HEX triplet: 46, 78 and 9C. RGB value is (70,120,156). Sum of RGB (Red+Green+Blue) = 70+120+156=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #46789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46789C is #B98763. Grayscale: #6C6C6C. Windows color (decimal): -12158820 or 10254406. OLE color: 10254406.
HSL color Cylindrical-coordinate representation of color #46789C: hue angle of 205.12º 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 #46789C is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 120 | 156 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.39 |
| HSL | 205.12º | 0.38% | 0.44% | - |
| HSV(B) | 205.12º | 0.55% | 0.61% | - |
| XYZ | 15.24 | 17.14 | 33.96 | - |
| YUV | 109.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 156 | 0.55 | 0.23 | 0 | 0.39 | 205.12 | 0.38 | 0.44 |
| Hex | 46 | 78 | 9C | 37 | 17 | 0 | 27 | CD | 26 | 2C |
| Octal | 106 | 170 | 234 | 67 | 27 | 0 | 47 | 315 | 46 | 54 |
| Binary | 1000110 | 1111000 | 10011100 | 110111 | 10111 | 0 | 100111 | 11001101 | 100110 | 101100 |
Color Harmonies of #46789C
Complementary color
Monochromatic Colors of #46789C
Black with #46789C
Text Example
Text Example
White with #46789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46789C; }
p { color: rgb(70,120,156); }
H1.HeaderClassName
{
color: #46789C;
}
.AnyTagClassName
{
color: #46789C;
}
</style>
background-color css
<style>
a { background-color: #46789C; }
a { background-color: rgb(70,120,156); }
div.DivClassName
{
background-color: #46789C;
}
.BgClassName
{
background-color: #46789C;
}
</style>
border-color css
<style>
span { border-color: #46789C; }
span { border-color: rgb(70,120,156); }
td.TdClassName
{
border-color: #46789C;
}
.TagClassName
{
border-color: #46789C;
}
</style>