Shades of Jelly Bean #467C90
Tints of Jelly Bean #467C90
RGB
CMYK
RGB Variations
Color information
#467C90 (or 0x467C90) is known color: Jelly Bean. HEX triplet: 46, 7C and 90. RGB value is (70,124,144). Sum of RGB (Red+Green+Blue) = 70+124+144=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #467C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C90 is #B9836F. Grayscale: #6E6E6E. Windows color (decimal): -12157808 or 9468998. OLE color: 9468998.
HSL color Cylindrical-coordinate representation of color #467C90: hue angle of 196.22º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #467C90 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 124 | 144 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.44 |
| HSL | 196.22º | 0.35% | 0.42% | - |
| HSV(B) | 196.22º | 0.51% | 0.56% | - |
| XYZ | 14.77 | 17.73 | 29.03 | - |
| YUV | 110.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 144 | 0.51 | 0.14 | 0 | 0.44 | 196.22 | 0.35 | 0.42 |
| Hex | 46 | 7C | 90 | 33 | E | 0 | 2C | C4 | 23 | 2A |
| Octal | 106 | 174 | 220 | 63 | 16 | 0 | 54 | 304 | 43 | 52 |
| Binary | 1000110 | 1111100 | 10010000 | 110011 | 1110 | 0 | 101100 | 11000100 | 100011 | 101010 |
Color Harmonies of #467C90
Complementary color
Monochromatic Colors of #467C90
Black with #467C90
Text Example
Text Example
White with #467C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C90; }
p { color: rgb(70,124,144); }
H1.HeaderClassName
{
color: #467C90;
}
.AnyTagClassName
{
color: #467C90;
}
</style>
background-color css
<style>
a { background-color: #467C90; }
a { background-color: rgb(70,124,144); }
div.DivClassName
{
background-color: #467C90;
}
.BgClassName
{
background-color: #467C90;
}
</style>
border-color css
<style>
span { border-color: #467C90; }
span { border-color: rgb(70,124,144); }
td.TdClassName
{
border-color: #467C90;
}
.TagClassName
{
border-color: #467C90;
}
</style>