Shades of Jelly Bean #467C8E
Tints of Jelly Bean #467C8E
RGB
CMYK
RGB Variations
Color information
#467C8E (or 0x467C8E) is known color: Jelly Bean. HEX triplet: 46, 7C and 8E. RGB value is (70,124,142). Sum of RGB (Red+Green+Blue) = 70+124+142=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #467C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C8E is #B98371. Grayscale: #6D6D6D. Windows color (decimal): -12157810 or 9337926. OLE color: 9337926.
HSL color Cylindrical-coordinate representation of color #467C8E: hue angle of 195º degrees, saturation: 0.34, 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 #467C8E is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 124 | 142 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.44 |
| HSL | 195º | 0.34% | 0.42% | - |
| HSV(B) | 195º | 0.51% | 0.56% | - |
| XYZ | 14.62 | 17.67 | 28.23 | - |
| YUV | 109.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 142 | 0.51 | 0.13 | 0 | 0.44 | 195 | 0.34 | 0.42 |
| Hex | 46 | 7C | 8E | 33 | D | 0 | 2C | C3 | 22 | 2A |
| Octal | 106 | 174 | 216 | 63 | 15 | 0 | 54 | 303 | 42 | 52 |
| Binary | 1000110 | 1111100 | 10001110 | 110011 | 1101 | 0 | 101100 | 11000011 | 100010 | 101010 |
Color Harmonies of #467C8E
Complementary color
Monochromatic Colors of #467C8E
Black with #467C8E
Text Example
Text Example
White with #467C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C8E; }
p { color: rgb(70,124,142); }
H1.HeaderClassName
{
color: #467C8E;
}
.AnyTagClassName
{
color: #467C8E;
}
</style>
background-color css
<style>
a { background-color: #467C8E; }
a { background-color: rgb(70,124,142); }
div.DivClassName
{
background-color: #467C8E;
}
.BgClassName
{
background-color: #467C8E;
}
</style>
border-color css
<style>
span { border-color: #467C8E; }
span { border-color: rgb(70,124,142); }
td.TdClassName
{
border-color: #467C8E;
}
.TagClassName
{
border-color: #467C8E;
}
</style>