Shades of Jelly Bean #467398
Tints of Jelly Bean #467398
RGB
CMYK
RGB Variations
Color information
#467398 (or 0x467398) is known color: Jelly Bean. HEX triplet: 46, 73 and 98. RGB value is (70,115,152). Sum of RGB (Red+Green+Blue) = 70+115+152=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #467398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467398 is #B98C67. Grayscale: #696969. Windows color (decimal): -12160104 or 9990982. OLE color: 9990982.
HSL color Cylindrical-coordinate representation of color #467398: hue angle of 207.07º 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 #467398 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 115 | 152 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.40 |
| HSL | 207.07º | 0.37% | 0.44% | - |
| HSV(B) | 207.07º | 0.54% | 0.6% | - |
| XYZ | 14.32 | 15.83 | 32.01 | - |
| YUV | 105.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 152 | 0.54 | 0.24 | 0 | 0.40 | 207.07 | 0.37 | 0.44 |
| Hex | 46 | 73 | 98 | 36 | 18 | 0 | 28 | CF | 25 | 2C |
| Octal | 106 | 163 | 230 | 66 | 30 | 0 | 50 | 317 | 45 | 54 |
| Binary | 1000110 | 1110011 | 10011000 | 110110 | 11000 | 0 | 101000 | 11001111 | 100101 | 101100 |
Color Harmonies of #467398
Complementary color
Monochromatic Colors of #467398
Black with #467398
Text Example
Text Example
White with #467398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467398; }
p { color: rgb(70,115,152); }
H1.HeaderClassName
{
color: #467398;
}
.AnyTagClassName
{
color: #467398;
}
</style>
background-color css
<style>
a { background-color: #467398; }
a { background-color: rgb(70,115,152); }
div.DivClassName
{
background-color: #467398;
}
.BgClassName
{
background-color: #467398;
}
</style>
border-color css
<style>
span { border-color: #467398; }
span { border-color: rgb(70,115,152); }
td.TdClassName
{
border-color: #467398;
}
.TagClassName
{
border-color: #467398;
}
</style>