Shades of Jelly Bean #467392
Tints of Jelly Bean #467392
RGB
CMYK
RGB Variations
Color information
#467392 (or 0x467392) is known color: Jelly Bean. HEX triplet: 46, 73 and 92. RGB value is (70,115,146). Sum of RGB (Red+Green+Blue) = 70+115+146=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #467392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467392 is #B98C6D. Grayscale: #686868. Windows color (decimal): -12160110 or 9597766. OLE color: 9597766.
HSL color Cylindrical-coordinate representation of color #467392: hue angle of 204.47º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #467392 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 115 | 146 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.43 |
| HSL | 204.47º | 0.35% | 0.42% | - |
| HSV(B) | 204.47º | 0.52% | 0.57% | - |
| XYZ | 13.84 | 15.64 | 29.48 | - |
| YUV | 105.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 146 | 0.52 | 0.21 | 0 | 0.43 | 204.47 | 0.35 | 0.42 |
| Hex | 46 | 73 | 92 | 34 | 15 | 0 | 2B | CC | 23 | 2A |
| Octal | 106 | 163 | 222 | 64 | 25 | 0 | 53 | 314 | 43 | 52 |
| Binary | 1000110 | 1110011 | 10010010 | 110100 | 10101 | 0 | 101011 | 11001100 | 100011 | 101010 |
Color Harmonies of #467392
Complementary color
Monochromatic Colors of #467392
Black with #467392
Text Example
Text Example
White with #467392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467392; }
p { color: rgb(70,115,146); }
H1.HeaderClassName
{
color: #467392;
}
.AnyTagClassName
{
color: #467392;
}
</style>
background-color css
<style>
a { background-color: #467392; }
a { background-color: rgb(70,115,146); }
div.DivClassName
{
background-color: #467392;
}
.BgClassName
{
background-color: #467392;
}
</style>
border-color css
<style>
span { border-color: #467392; }
span { border-color: rgb(70,115,146); }
td.TdClassName
{
border-color: #467392;
}
.TagClassName
{
border-color: #467392;
}
</style>