Shades of Jelly Bean #467A8B
Tints of Jelly Bean #467A8B
RGB
CMYK
RGB Variations
Color information
#467A8B (or 0x467A8B) is known color: Jelly Bean. HEX triplet: 46, 7A and 8B. RGB value is (70,122,139). Sum of RGB (Red+Green+Blue) = 70+122+139=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #467A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A8B is #B98574. Grayscale: #6C6C6C. Windows color (decimal): -12158325 or 9140806. OLE color: 9140806.
HSL color Cylindrical-coordinate representation of color #467A8B: hue angle of 194.78º 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 #467A8B is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 122 | 139 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.45 |
| HSL | 194.78º | 0.33% | 0.41% | - |
| HSV(B) | 194.78º | 0.5% | 0.55% | - |
| XYZ | 14.15 | 17.09 | 26.98 | - |
| YUV | 108.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 139 | 0.50 | 0.12 | 0 | 0.45 | 194.78 | 0.33 | 0.41 |
| Hex | 46 | 7A | 8B | 32 | C | 0 | 2D | C3 | 21 | 29 |
| Octal | 106 | 172 | 213 | 62 | 14 | 0 | 55 | 303 | 41 | 51 |
| Binary | 1000110 | 1111010 | 10001011 | 110010 | 1100 | 0 | 101101 | 11000011 | 100001 | 101001 |
Color Harmonies of #467A8B
Complementary color
Monochromatic Colors of #467A8B
Black with #467A8B
Text Example
Text Example
White with #467A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A8B; }
p { color: rgb(70,122,139); }
H1.HeaderClassName
{
color: #467A8B;
}
.AnyTagClassName
{
color: #467A8B;
}
</style>
background-color css
<style>
a { background-color: #467A8B; }
a { background-color: rgb(70,122,139); }
div.DivClassName
{
background-color: #467A8B;
}
.BgClassName
{
background-color: #467A8B;
}
</style>
border-color css
<style>
span { border-color: #467A8B; }
span { border-color: rgb(70,122,139); }
td.TdClassName
{
border-color: #467A8B;
}
.TagClassName
{
border-color: #467A8B;
}
</style>