Shades of Jelly Bean #467B8E
Tints of Jelly Bean #467B8E
RGB
CMYK
RGB Variations
Color information
#467B8E (or 0x467B8E) is known color: Jelly Bean. HEX triplet: 46, 7B and 8E. RGB value is (70,123,142). Sum of RGB (Red+Green+Blue) = 70+123+142=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #467B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B8E is #B98471. Grayscale: #6D6D6D. Windows color (decimal): -12158066 or 9337670. OLE color: 9337670.
HSL color Cylindrical-coordinate representation of color #467B8E: hue angle of 195.83º 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 #467B8E is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 123 | 142 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.44 |
| HSL | 195.83º | 0.34% | 0.42% | - |
| HSV(B) | 195.83º | 0.51% | 0.56% | - |
| XYZ | 14.49 | 17.42 | 28.19 | - |
| YUV | 109.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 142 | 0.51 | 0.13 | 0 | 0.44 | 195.83 | 0.34 | 0.42 |
| Hex | 46 | 7B | 8E | 33 | D | 0 | 2C | C4 | 22 | 2A |
| Octal | 106 | 173 | 216 | 63 | 15 | 0 | 54 | 304 | 42 | 52 |
| Binary | 1000110 | 1111011 | 10001110 | 110011 | 1101 | 0 | 101100 | 11000100 | 100010 | 101010 |
Color Harmonies of #467B8E
Complementary color
Monochromatic Colors of #467B8E
Black with #467B8E
Text Example
Text Example
White with #467B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B8E; }
p { color: rgb(70,123,142); }
H1.HeaderClassName
{
color: #467B8E;
}
.AnyTagClassName
{
color: #467B8E;
}
</style>
background-color css
<style>
a { background-color: #467B8E; }
a { background-color: rgb(70,123,142); }
div.DivClassName
{
background-color: #467B8E;
}
.BgClassName
{
background-color: #467B8E;
}
</style>
border-color css
<style>
span { border-color: #467B8E; }
span { border-color: rgb(70,123,142); }
td.TdClassName
{
border-color: #467B8E;
}
.TagClassName
{
border-color: #467B8E;
}
</style>