Shades of Jelly Bean #467F8F
Tints of Jelly Bean #467F8F
RGB
CMYK
RGB Variations
Color information
#467F8F (or 0x467F8F) is known color: Jelly Bean. HEX triplet: 46, 7F and 8F. RGB value is (70,127,143). Sum of RGB (Red+Green+Blue) = 70+127+143=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #467F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F8F is #B98070. Grayscale: #6F6F6F. Windows color (decimal): -12157041 or 9404230. OLE color: 9404230.
HSL color Cylindrical-coordinate representation of color #467F8F: hue angle of 193.15º 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 #467F8F is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 127 | 143 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.44 |
| HSL | 193.15º | 0.34% | 0.42% | - |
| HSV(B) | 193.15º | 0.51% | 0.56% | - |
| XYZ | 15.07 | 18.46 | 28.76 | - |
| YUV | 111.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 143 | 0.51 | 0.11 | 0 | 0.44 | 193.15 | 0.34 | 0.42 |
| Hex | 46 | 7F | 8F | 33 | B | 0 | 2C | C1 | 22 | 2A |
| Octal | 106 | 177 | 217 | 63 | 13 | 0 | 54 | 301 | 42 | 52 |
| Binary | 1000110 | 1111111 | 10001111 | 110011 | 1011 | 0 | 101100 | 11000001 | 100010 | 101010 |
Color Harmonies of #467F8F
Complementary color
Monochromatic Colors of #467F8F
Black with #467F8F
Text Example
Text Example
White with #467F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F8F; }
p { color: rgb(70,127,143); }
H1.HeaderClassName
{
color: #467F8F;
}
.AnyTagClassName
{
color: #467F8F;
}
</style>
background-color css
<style>
a { background-color: #467F8F; }
a { background-color: rgb(70,127,143); }
div.DivClassName
{
background-color: #467F8F;
}
.BgClassName
{
background-color: #467F8F;
}
</style>
border-color css
<style>
span { border-color: #467F8F; }
span { border-color: rgb(70,127,143); }
td.TdClassName
{
border-color: #467F8F;
}
.TagClassName
{
border-color: #467F8F;
}
</style>