Shades of Ming #466E6F
Tints of Ming #466E6F
RGB
CMYK
RGB Variations
Color information
#466E6F (or 0x466E6F) is known color: Ming. HEX triplet: 46, 6E and 6F. RGB value is (70,110,111). Sum of RGB (Red+Green+Blue) = 70+110+111=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #466E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E6F is #B99190. Grayscale: #626262. Windows color (decimal): -12161425 or 7302726. OLE color: 7302726.
HSL color Cylindrical-coordinate representation of color #466E6F: hue angle of 181.46º 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 #466E6F is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 110 | 111 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.56 |
| HSL | 181.46º | 0.23% | 0.35% | - |
| HSV(B) | 181.46º | 0.37% | 0.44% | - |
| XYZ | 10.97 | 13.6 | 17.09 | - |
| YUV | 98.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 111 | 0.37 | 0.01 | 0 | 0.56 | 181.46 | 0.23 | 0.35 |
| Hex | 46 | 6E | 6F | 25 | 1 | 0 | 38 | B5 | 17 | 23 |
| Octal | 106 | 156 | 157 | 45 | 1 | 0 | 70 | 265 | 27 | 43 |
| Binary | 1000110 | 1101110 | 1101111 | 100101 | 1 | 0 | 111000 | 10110101 | 10111 | 100011 |
Color Harmonies of #466E6F
Complementary color
Monochromatic Colors of #466E6F
Black with #466E6F
Text Example
Text Example
White with #466E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466E6F; }
p { color: rgb(70,110,111); }
H1.HeaderClassName
{
color: #466E6F;
}
.AnyTagClassName
{
color: #466E6F;
}
</style>
background-color css
<style>
a { background-color: #466E6F; }
a { background-color: rgb(70,110,111); }
div.DivClassName
{
background-color: #466E6F;
}
.BgClassName
{
background-color: #466E6F;
}
</style>
border-color css
<style>
span { border-color: #466E6F; }
span { border-color: rgb(70,110,111); }
td.TdClassName
{
border-color: #466E6F;
}
.TagClassName
{
border-color: #466E6F;
}
</style>