Shades of Ming #446D71
Tints of Ming #446D71
RGB
CMYK
RGB Variations
Color information
#446D71 (or 0x446D71) is known color: Ming. HEX triplet: 44, 6D and 71. RGB value is (68,109,113). Sum of RGB (Red+Green+Blue) = 68+109+113=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #446D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D71 is #BB928E. Grayscale: #616161. Windows color (decimal): -12292751 or 7433540. OLE color: 7433540.
HSL color Cylindrical-coordinate representation of color #446D71: hue angle of 185.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446D71 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 109 | 113 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.56 |
| HSL | 185.33º | 0.25% | 0.35% | - |
| HSV(B) | 185.33º | 0.4% | 0.44% | - |
| XYZ | 10.83 | 13.36 | 17.63 | - |
| YUV | 97.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 113 | 0.40 | 0.04 | 0 | 0.56 | 185.33 | 0.25 | 0.35 |
| Hex | 44 | 6D | 71 | 28 | 4 | 0 | 38 | B9 | 19 | 23 |
| Octal | 104 | 155 | 161 | 50 | 4 | 0 | 70 | 271 | 31 | 43 |
| Binary | 1000100 | 1101101 | 1110001 | 101000 | 100 | 0 | 111000 | 10111001 | 11001 | 100011 |
Color Harmonies of #446D71
Complementary color
Monochromatic Colors of #446D71
Black with #446D71
Text Example
Text Example
White with #446D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D71; }
p { color: rgb(68,109,113); }
H1.HeaderClassName
{
color: #446D71;
}
.AnyTagClassName
{
color: #446D71;
}
</style>
background-color css
<style>
a { background-color: #446D71; }
a { background-color: rgb(68,109,113); }
div.DivClassName
{
background-color: #446D71;
}
.BgClassName
{
background-color: #446D71;
}
</style>
border-color css
<style>
span { border-color: #446D71; }
span { border-color: rgb(68,109,113); }
td.TdClassName
{
border-color: #446D71;
}
.TagClassName
{
border-color: #446D71;
}
</style>