Shades of Mineral Green #466B4F
Tints of Mineral Green #466B4F
RGB
CMYK
RGB Variations
Color information
#466B4F (or 0x466B4F) is known color: Mineral Green. HEX triplet: 46, 6B and 4F. RGB value is (70,107,79). Sum of RGB (Red+Green+Blue) = 70+107+79=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #466B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B4F is #B994B0. Grayscale: #5C5C5C. Windows color (decimal): -12162225 or 5204806. OLE color: 5204806.
HSL color Cylindrical-coordinate representation of color #466B4F: hue angle of 134.59º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B4F is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 79 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.58 |
| HSL | 134.59º | 0.21% | 0.35% | - |
| HSV(B) | 134.59º | 0.35% | 0.42% | - |
| XYZ | 9.19 | 12.38 | 9.3 | - |
| YUV | 92.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 79 | 0.35 | 0 | 0.26 | 0.58 | 134.59 | 0.21 | 0.35 |
| Hex | 46 | 6B | 4F | 23 | 0 | 1A | 3A | 87 | 15 | 23 |
| Octal | 106 | 153 | 117 | 43 | 0 | 32 | 72 | 207 | 25 | 43 |
| Binary | 1000110 | 1101011 | 1001111 | 100011 | 0 | 11010 | 111010 | 10000111 | 10101 | 100011 |
Color Harmonies of #466B4F
Complementary color
Monochromatic Colors of #466B4F
Black with #466B4F
Text Example
Text Example
White with #466B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B4F; }
p { color: rgb(70,107,79); }
H1.HeaderClassName
{
color: #466B4F;
}
.AnyTagClassName
{
color: #466B4F;
}
</style>
background-color css
<style>
a { background-color: #466B4F; }
a { background-color: rgb(70,107,79); }
div.DivClassName
{
background-color: #466B4F;
}
.BgClassName
{
background-color: #466B4F;
}
</style>
border-color css
<style>
span { border-color: #466B4F; }
span { border-color: rgb(70,107,79); }
td.TdClassName
{
border-color: #466B4F;
}
.TagClassName
{
border-color: #466B4F;
}
</style>