Shades of Ming #466F71
Tints of Ming #466F71
RGB
CMYK
RGB Variations
Color information
#466F71 (or 0x466F71) is known color: Ming. HEX triplet: 46, 6F and 71. RGB value is (70,111,113). Sum of RGB (Red+Green+Blue) = 70+111+113=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #466F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F71 is #B9908E. Grayscale: #626262. Windows color (decimal): -12161167 or 7434054. OLE color: 7434054.
HSL color Cylindrical-coordinate representation of color #466F71: hue angle of 182.79º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466F71 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 113 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.56 |
| HSL | 182.79º | 0.23% | 0.36% | - |
| HSV(B) | 182.79º | 0.38% | 0.44% | - |
| XYZ | 11.19 | 13.86 | 17.71 | - |
| YUV | 98.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 113 | 0.38 | 0.02 | 0 | 0.56 | 182.79 | 0.23 | 0.36 |
| Hex | 46 | 6F | 71 | 26 | 2 | 0 | 38 | B7 | 17 | 24 |
| Octal | 106 | 157 | 161 | 46 | 2 | 0 | 70 | 267 | 27 | 44 |
| Binary | 1000110 | 1101111 | 1110001 | 100110 | 10 | 0 | 111000 | 10110111 | 10111 | 100100 |
Color Harmonies of #466F71
Complementary color
Monochromatic Colors of #466F71
Black with #466F71
Text Example
Text Example
White with #466F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F71; }
p { color: rgb(70,111,113); }
H1.HeaderClassName
{
color: #466F71;
}
.AnyTagClassName
{
color: #466F71;
}
</style>
background-color css
<style>
a { background-color: #466F71; }
a { background-color: rgb(70,111,113); }
div.DivClassName
{
background-color: #466F71;
}
.BgClassName
{
background-color: #466F71;
}
</style>
border-color css
<style>
span { border-color: #466F71; }
span { border-color: rgb(70,111,113); }
td.TdClassName
{
border-color: #466F71;
}
.TagClassName
{
border-color: #466F71;
}
</style>