Shades of Jelly Bean #467C88
Tints of Jelly Bean #467C88
RGB
CMYK
RGB Variations
Color information
#467C88 (or 0x467C88) is known color: Jelly Bean. HEX triplet: 46, 7C and 88. RGB value is (70,124,136). Sum of RGB (Red+Green+Blue) = 70+124+136=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #467C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C88 is #B98377. Grayscale: #6D6D6D. Windows color (decimal): -12157816 or 8944710. OLE color: 8944710.
HSL color Cylindrical-coordinate representation of color #467C88: hue angle of 190.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467C88 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 124 | 136 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.47 |
| HSL | 190.91º | 0.32% | 0.4% | - |
| HSV(B) | 190.91º | 0.49% | 0.53% | - |
| XYZ | 14.18 | 17.49 | 25.92 | - |
| YUV | 109.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 136 | 0.49 | 0.09 | 0 | 0.47 | 190.91 | 0.32 | 0.4 |
| Hex | 46 | 7C | 88 | 31 | 9 | 0 | 2F | BF | 20 | 28 |
| Octal | 106 | 174 | 210 | 61 | 11 | 0 | 57 | 277 | 40 | 50 |
| Binary | 1000110 | 1111100 | 10001000 | 110001 | 1001 | 0 | 101111 | 10111111 | 100000 | 101000 |
Color Harmonies of #467C88
Complementary color
Monochromatic Colors of #467C88
Black with #467C88
Text Example
Text Example
White with #467C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C88; }
p { color: rgb(70,124,136); }
H1.HeaderClassName
{
color: #467C88;
}
.AnyTagClassName
{
color: #467C88;
}
</style>
background-color css
<style>
a { background-color: #467C88; }
a { background-color: rgb(70,124,136); }
div.DivClassName
{
background-color: #467C88;
}
.BgClassName
{
background-color: #467C88;
}
</style>
border-color css
<style>
span { border-color: #467C88; }
span { border-color: rgb(70,124,136); }
td.TdClassName
{
border-color: #467C88;
}
.TagClassName
{
border-color: #467C88;
}
</style>