Shades of Jelly Bean #467698
Tints of Jelly Bean #467698
RGB
CMYK
RGB Variations
Color information
#467698 (or 0x467698) is known color: Jelly Bean. HEX triplet: 46, 76 and 98. RGB value is (70,118,152). Sum of RGB (Red+Green+Blue) = 70+118+152=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #467698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467698 is #B98967. Grayscale: #6B6B6B. Windows color (decimal): -12159336 or 9991750. OLE color: 9991750.
HSL color Cylindrical-coordinate representation of color #467698: hue angle of 204.88º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #467698 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 118 | 152 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.40 |
| HSL | 204.88º | 0.37% | 0.44% | - |
| HSV(B) | 204.88º | 0.54% | 0.6% | - |
| XYZ | 14.67 | 16.53 | 32.12 | - |
| YUV | 107.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 152 | 0.54 | 0.22 | 0 | 0.40 | 204.88 | 0.37 | 0.44 |
| Hex | 46 | 76 | 98 | 36 | 16 | 0 | 28 | CD | 25 | 2C |
| Octal | 106 | 166 | 230 | 66 | 26 | 0 | 50 | 315 | 45 | 54 |
| Binary | 1000110 | 1110110 | 10011000 | 110110 | 10110 | 0 | 101000 | 11001101 | 100101 | 101100 |
Color Harmonies of #467698
Complementary color
Monochromatic Colors of #467698
Black with #467698
Text Example
Text Example
White with #467698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467698; }
p { color: rgb(70,118,152); }
H1.HeaderClassName
{
color: #467698;
}
.AnyTagClassName
{
color: #467698;
}
</style>
background-color css
<style>
a { background-color: #467698; }
a { background-color: rgb(70,118,152); }
div.DivClassName
{
background-color: #467698;
}
.BgClassName
{
background-color: #467698;
}
</style>
border-color css
<style>
span { border-color: #467698; }
span { border-color: rgb(70,118,152); }
td.TdClassName
{
border-color: #467698;
}
.TagClassName
{
border-color: #467698;
}
</style>