Shades of Jelly Bean #467C9E
Tints of Jelly Bean #467C9E
RGB
CMYK
RGB Variations
Color information
#467C9E (or 0x467C9E) is known color: Jelly Bean. HEX triplet: 46, 7C and 9E. RGB value is (70,124,158). Sum of RGB (Red+Green+Blue) = 70+124+158=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #467C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C9E is #B98361. Grayscale: #6F6F6F. Windows color (decimal): -12157794 or 10386502. OLE color: 10386502.
HSL color Cylindrical-coordinate representation of color #467C9E: hue angle of 203.18º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #467C9E is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 124 | 158 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.38 |
| HSL | 203.18º | 0.39% | 0.45% | - |
| HSV(B) | 203.18º | 0.56% | 0.62% | - |
| XYZ | 15.91 | 18.19 | 35.02 | - |
| YUV | 111.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 158 | 0.56 | 0.22 | 0 | 0.38 | 203.18 | 0.39 | 0.45 |
| Hex | 46 | 7C | 9E | 38 | 16 | 0 | 26 | CB | 27 | 2D |
| Octal | 106 | 174 | 236 | 70 | 26 | 0 | 46 | 313 | 47 | 55 |
| Binary | 1000110 | 1111100 | 10011110 | 111000 | 10110 | 0 | 100110 | 11001011 | 100111 | 101101 |
Color Harmonies of #467C9E
Complementary color
Monochromatic Colors of #467C9E
Black with #467C9E
Text Example
Text Example
White with #467C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C9E; }
p { color: rgb(70,124,158); }
H1.HeaderClassName
{
color: #467C9E;
}
.AnyTagClassName
{
color: #467C9E;
}
</style>
background-color css
<style>
a { background-color: #467C9E; }
a { background-color: rgb(70,124,158); }
div.DivClassName
{
background-color: #467C9E;
}
.BgClassName
{
background-color: #467C9E;
}
</style>
border-color css
<style>
span { border-color: #467C9E; }
span { border-color: rgb(70,124,158); }
td.TdClassName
{
border-color: #467C9E;
}
.TagClassName
{
border-color: #467C9E;
}
</style>