Shades of Jelly Bean #467490
Tints of Jelly Bean #467490
RGB
CMYK
RGB Variations
Color information
#467490 (or 0x467490) is known color: Jelly Bean. HEX triplet: 46, 74 and 90. RGB value is (70,116,144). Sum of RGB (Red+Green+Blue) = 70+116+144=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #467490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467490 is #B98B6F. Grayscale: #696969. Windows color (decimal): -12159856 or 9466950. OLE color: 9466950.
HSL color Cylindrical-coordinate representation of color #467490: hue angle of 202.7º 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 #467490 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 116 | 144 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.44 |
| HSL | 202.7º | 0.35% | 0.42% | - |
| HSV(B) | 202.7º | 0.51% | 0.56% | - |
| XYZ | 13.81 | 15.81 | 28.71 | - |
| YUV | 105.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 144 | 0.51 | 0.19 | 0 | 0.44 | 202.7 | 0.35 | 0.42 |
| Hex | 46 | 74 | 90 | 33 | 13 | 0 | 2C | CB | 23 | 2A |
| Octal | 106 | 164 | 220 | 63 | 23 | 0 | 54 | 313 | 43 | 52 |
| Binary | 1000110 | 1110100 | 10010000 | 110011 | 10011 | 0 | 101100 | 11001011 | 100011 | 101010 |
Color Harmonies of #467490
Complementary color
Monochromatic Colors of #467490
Black with #467490
Text Example
Text Example
White with #467490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467490; }
p { color: rgb(70,116,144); }
H1.HeaderClassName
{
color: #467490;
}
.AnyTagClassName
{
color: #467490;
}
</style>
background-color css
<style>
a { background-color: #467490; }
a { background-color: rgb(70,116,144); }
div.DivClassName
{
background-color: #467490;
}
.BgClassName
{
background-color: #467490;
}
</style>
border-color css
<style>
span { border-color: #467490; }
span { border-color: rgb(70,116,144); }
td.TdClassName
{
border-color: #467490;
}
.TagClassName
{
border-color: #467490;
}
</style>