Shades of Jelly Bean #467890
Tints of Jelly Bean #467890
RGB
CMYK
RGB Variations
Color information
#467890 (or 0x467890) is known color: Jelly Bean. HEX triplet: 46, 78 and 90. RGB value is (70,120,144). Sum of RGB (Red+Green+Blue) = 70+120+144=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #467890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467890 is #B9876F. Grayscale: #6B6B6B. Windows color (decimal): -12158832 or 9467974. OLE color: 9467974.
HSL color Cylindrical-coordinate representation of color #467890: hue angle of 199.46º 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 #467890 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 120 | 144 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.44 |
| HSL | 199.46º | 0.35% | 0.42% | - |
| HSV(B) | 199.46º | 0.51% | 0.56% | - |
| XYZ | 14.28 | 16.75 | 28.87 | - |
| YUV | 107.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 144 | 0.51 | 0.17 | 0 | 0.44 | 199.46 | 0.35 | 0.42 |
| Hex | 46 | 78 | 90 | 33 | 11 | 0 | 2C | C7 | 23 | 2A |
| Octal | 106 | 170 | 220 | 63 | 21 | 0 | 54 | 307 | 43 | 52 |
| Binary | 1000110 | 1111000 | 10010000 | 110011 | 10001 | 0 | 101100 | 11000111 | 100011 | 101010 |
Color Harmonies of #467890
Complementary color
Monochromatic Colors of #467890
Black with #467890
Text Example
Text Example
White with #467890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467890; }
p { color: rgb(70,120,144); }
H1.HeaderClassName
{
color: #467890;
}
.AnyTagClassName
{
color: #467890;
}
</style>
background-color css
<style>
a { background-color: #467890; }
a { background-color: rgb(70,120,144); }
div.DivClassName
{
background-color: #467890;
}
.BgClassName
{
background-color: #467890;
}
</style>
border-color css
<style>
span { border-color: #467890; }
span { border-color: rgb(70,120,144); }
td.TdClassName
{
border-color: #467890;
}
.TagClassName
{
border-color: #467890;
}
</style>