Shades of Ming #466F6E
Tints of Ming #466F6E
RGB
CMYK
RGB Variations
Color information
#466F6E (or 0x466F6E) is known color: Ming. HEX triplet: 46, 6F and 6E. RGB value is (70,111,110). Sum of RGB (Red+Green+Blue) = 70+111+110=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #466F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F6E is #B99091. Grayscale: #626262. Windows color (decimal): -12161170 or 7237446. OLE color: 7237446.
HSL color Cylindrical-coordinate representation of color #466F6E: hue angle of 178.54º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #466F6E is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 110 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.56 |
| HSL | 178.54º | 0.23% | 0.35% | - |
| HSV(B) | 178.54º | 0.37% | 0.44% | - |
| XYZ | 11.02 | 13.8 | 16.83 | - |
| YUV | 98.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 110 | 0.37 | 0 | 0.01 | 0.56 | 178.54 | 0.23 | 0.35 |
| Hex | 46 | 6F | 6E | 25 | 0 | 1 | 38 | B3 | 17 | 23 |
| Octal | 106 | 157 | 156 | 45 | 0 | 1 | 70 | 263 | 27 | 43 |
| Binary | 1000110 | 1101111 | 1101110 | 100101 | 0 | 1 | 111000 | 10110011 | 10111 | 100011 |
Color Harmonies of #466F6E
Complementary color
Monochromatic Colors of #466F6E
Black with #466F6E
Text Example
Text Example
White with #466F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F6E; }
p { color: rgb(70,111,110); }
H1.HeaderClassName
{
color: #466F6E;
}
.AnyTagClassName
{
color: #466F6E;
}
</style>
background-color css
<style>
a { background-color: #466F6E; }
a { background-color: rgb(70,111,110); }
div.DivClassName
{
background-color: #466F6E;
}
.BgClassName
{
background-color: #466F6E;
}
</style>
border-color css
<style>
span { border-color: #466F6E; }
span { border-color: rgb(70,111,110); }
td.TdClassName
{
border-color: #466F6E;
}
.TagClassName
{
border-color: #466F6E;
}
</style>