Shades of Jelly Bean #467E8B
Tints of Jelly Bean #467E8B
RGB
CMYK
RGB Variations
Color information
#467E8B (or 0x467E8B) is known color: Jelly Bean. HEX triplet: 46, 7E and 8B. RGB value is (70,126,139). Sum of RGB (Red+Green+Blue) = 70+126+139=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #467E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E8B is #B98174. Grayscale: #6E6E6E. Windows color (decimal): -12157301 or 9141830. OLE color: 9141830.
HSL color Cylindrical-coordinate representation of color #467E8B: hue angle of 191.3º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #467E8B is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 126 | 139 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.45 |
| HSL | 191.3º | 0.33% | 0.41% | - |
| HSV(B) | 191.3º | 0.5% | 0.55% | - |
| XYZ | 14.65 | 18.09 | 27.15 | - |
| YUV | 110.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 139 | 0.50 | 0.09 | 0 | 0.45 | 191.3 | 0.33 | 0.41 |
| Hex | 46 | 7E | 8B | 32 | 9 | 0 | 2D | BF | 21 | 29 |
| Octal | 106 | 176 | 213 | 62 | 11 | 0 | 55 | 277 | 41 | 51 |
| Binary | 1000110 | 1111110 | 10001011 | 110010 | 1001 | 0 | 101101 | 10111111 | 100001 | 101001 |
Color Harmonies of #467E8B
Complementary color
Monochromatic Colors of #467E8B
Black with #467E8B
Text Example
Text Example
White with #467E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E8B; }
p { color: rgb(70,126,139); }
H1.HeaderClassName
{
color: #467E8B;
}
.AnyTagClassName
{
color: #467E8B;
}
</style>
background-color css
<style>
a { background-color: #467E8B; }
a { background-color: rgb(70,126,139); }
div.DivClassName
{
background-color: #467E8B;
}
.BgClassName
{
background-color: #467E8B;
}
</style>
border-color css
<style>
span { border-color: #467E8B; }
span { border-color: rgb(70,126,139); }
td.TdClassName
{
border-color: #467E8B;
}
.TagClassName
{
border-color: #467E8B;
}
</style>