Shades of Jelly Bean #467389
Tints of Jelly Bean #467389
RGB
CMYK
RGB Variations
Color information
#467389 (or 0x467389) is known color: Jelly Bean. HEX triplet: 46, 73 and 89. RGB value is (70,115,137). Sum of RGB (Red+Green+Blue) = 70+115+137=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #467389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467389 is #B98C76. Grayscale: #676767. Windows color (decimal): -12160119 or 9007942. OLE color: 9007942.
HSL color Cylindrical-coordinate representation of color #467389: hue angle of 199.7º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467389 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 115 | 137 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.46 |
| HSL | 199.7º | 0.32% | 0.41% | - |
| HSV(B) | 199.7º | 0.49% | 0.54% | - |
| XYZ | 13.17 | 15.37 | 25.94 | - |
| YUV | 104.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 137 | 0.49 | 0.16 | 0 | 0.46 | 199.7 | 0.32 | 0.41 |
| Hex | 46 | 73 | 89 | 31 | 10 | 0 | 2E | C8 | 20 | 29 |
| Octal | 106 | 163 | 211 | 61 | 20 | 0 | 56 | 310 | 40 | 51 |
| Binary | 1000110 | 1110011 | 10001001 | 110001 | 10000 | 0 | 101110 | 11001000 | 100000 | 101001 |
Color Harmonies of #467389
Complementary color
Monochromatic Colors of #467389
Black with #467389
Text Example
Text Example
White with #467389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467389; }
p { color: rgb(70,115,137); }
H1.HeaderClassName
{
color: #467389;
}
.AnyTagClassName
{
color: #467389;
}
</style>
background-color css
<style>
a { background-color: #467389; }
a { background-color: rgb(70,115,137); }
div.DivClassName
{
background-color: #467389;
}
.BgClassName
{
background-color: #467389;
}
</style>
border-color css
<style>
span { border-color: #467389; }
span { border-color: rgb(70,115,137); }
td.TdClassName
{
border-color: #467389;
}
.TagClassName
{
border-color: #467389;
}
</style>