Shades of Jelly Bean #467A93
Tints of Jelly Bean #467A93
RGB
CMYK
RGB Variations
Color information
#467A93 (or 0x467A93) is known color: Jelly Bean. HEX triplet: 46, 7A and 93. RGB value is (70,122,147). Sum of RGB (Red+Green+Blue) = 70+122+147=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #467A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A93 is #B9856C. Grayscale: #6D6D6D. Windows color (decimal): -12158317 or 9665094. OLE color: 9665094.
HSL color Cylindrical-coordinate representation of color #467A93: hue angle of 199.48º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #467A93 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 122 | 147 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.42 |
| HSL | 199.48º | 0.35% | 0.43% | - |
| HSV(B) | 199.48º | 0.52% | 0.58% | - |
| XYZ | 14.75 | 17.33 | 30.17 | - |
| YUV | 109.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 147 | 0.52 | 0.17 | 0 | 0.42 | 199.48 | 0.35 | 0.43 |
| Hex | 46 | 7A | 93 | 34 | 11 | 0 | 2A | C7 | 23 | 2B |
| Octal | 106 | 172 | 223 | 64 | 21 | 0 | 52 | 307 | 43 | 53 |
| Binary | 1000110 | 1111010 | 10010011 | 110100 | 10001 | 0 | 101010 | 11000111 | 100011 | 101011 |
Color Harmonies of #467A93
Complementary color
Monochromatic Colors of #467A93
Black with #467A93
Text Example
Text Example
White with #467A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A93; }
p { color: rgb(70,122,147); }
H1.HeaderClassName
{
color: #467A93;
}
.AnyTagClassName
{
color: #467A93;
}
</style>
background-color css
<style>
a { background-color: #467A93; }
a { background-color: rgb(70,122,147); }
div.DivClassName
{
background-color: #467A93;
}
.BgClassName
{
background-color: #467A93;
}
</style>
border-color css
<style>
span { border-color: #467A93; }
span { border-color: rgb(70,122,147); }
td.TdClassName
{
border-color: #467A93;
}
.TagClassName
{
border-color: #467A93;
}
</style>