Shades of Jelly Bean #467C93
Tints of Jelly Bean #467C93
RGB
CMYK
RGB Variations
Color information
#467C93 (or 0x467C93) is known color: Jelly Bean. HEX triplet: 46, 7C and 93. RGB value is (70,124,147). Sum of RGB (Red+Green+Blue) = 70+124+147=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #467C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C93 is #B9836C. Grayscale: #6E6E6E. Windows color (decimal): -12157805 or 9665606. OLE color: 9665606.
HSL color Cylindrical-coordinate representation of color #467C93: hue angle of 197.92º 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 #467C93 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 124 | 147 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.42 |
| HSL | 197.92º | 0.35% | 0.43% | - |
| HSV(B) | 197.92º | 0.52% | 0.58% | - |
| XYZ | 15 | 17.82 | 30.25 | - |
| YUV | 110.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 147 | 0.52 | 0.16 | 0 | 0.42 | 197.92 | 0.35 | 0.43 |
| Hex | 46 | 7C | 93 | 34 | 10 | 0 | 2A | C6 | 23 | 2B |
| Octal | 106 | 174 | 223 | 64 | 20 | 0 | 52 | 306 | 43 | 53 |
| Binary | 1000110 | 1111100 | 10010011 | 110100 | 10000 | 0 | 101010 | 11000110 | 100011 | 101011 |
Color Harmonies of #467C93
Complementary color
Monochromatic Colors of #467C93
Black with #467C93
Text Example
Text Example
White with #467C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C93; }
p { color: rgb(70,124,147); }
H1.HeaderClassName
{
color: #467C93;
}
.AnyTagClassName
{
color: #467C93;
}
</style>
background-color css
<style>
a { background-color: #467C93; }
a { background-color: rgb(70,124,147); }
div.DivClassName
{
background-color: #467C93;
}
.BgClassName
{
background-color: #467C93;
}
</style>
border-color css
<style>
span { border-color: #467C93; }
span { border-color: rgb(70,124,147); }
td.TdClassName
{
border-color: #467C93;
}
.TagClassName
{
border-color: #467C93;
}
</style>