Shades of Jelly Bean #467F92
Tints of Jelly Bean #467F92
RGB
CMYK
RGB Variations
Color information
#467F92 (or 0x467F92) is known color: Jelly Bean. HEX triplet: 46, 7F and 92. RGB value is (70,127,146). Sum of RGB (Red+Green+Blue) = 70+127+146=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #467F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F92 is #B9806D. Grayscale: #6F6F6F. Windows color (decimal): -12157038 or 9600838. OLE color: 9600838.
HSL color Cylindrical-coordinate representation of color #467F92: hue angle of 195º 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 #467F92 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 127 | 146 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.43 |
| HSL | 195º | 0.35% | 0.42% | - |
| HSV(B) | 195º | 0.52% | 0.57% | - |
| XYZ | 15.3 | 18.56 | 29.97 | - |
| YUV | 112.12 | 147.12 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 146 | 0.52 | 0.13 | 0 | 0.43 | 195 | 0.35 | 0.42 |
| Hex | 46 | 7F | 92 | 34 | D | 0 | 2B | C3 | 23 | 2A |
| Octal | 106 | 177 | 222 | 64 | 15 | 0 | 53 | 303 | 43 | 52 |
| Binary | 1000110 | 1111111 | 10010010 | 110100 | 1101 | 0 | 101011 | 11000011 | 100011 | 101010 |
Color Harmonies of #467F92
Complementary color
Monochromatic Colors of #467F92
Black with #467F92
Text Example
Text Example
White with #467F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F92; }
p { color: rgb(70,127,146); }
H1.HeaderClassName
{
color: #467F92;
}
.AnyTagClassName
{
color: #467F92;
}
</style>
background-color css
<style>
a { background-color: #467F92; }
a { background-color: rgb(70,127,146); }
div.DivClassName
{
background-color: #467F92;
}
.BgClassName
{
background-color: #467F92;
}
</style>
border-color css
<style>
span { border-color: #467F92; }
span { border-color: rgb(70,127,146); }
td.TdClassName
{
border-color: #467F92;
}
.TagClassName
{
border-color: #467F92;
}
</style>