Shades of Ming #446D70
Tints of Ming #446D70
RGB
CMYK
RGB Variations
Color information
#446D70 (or 0x446D70) is known color: Ming. HEX triplet: 44, 6D and 70. RGB value is (68,109,112). Sum of RGB (Red+Green+Blue) = 68+109+112=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #446D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D70 is #BB928F. Grayscale: #616161. Windows color (decimal): -12292752 or 7368004. OLE color: 7368004.
HSL color Cylindrical-coordinate representation of color #446D70: hue angle of 184.09º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446D70 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 109 | 112 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.56 |
| HSL | 184.09º | 0.24% | 0.35% | - |
| HSV(B) | 184.09º | 0.39% | 0.44% | - |
| XYZ | 10.78 | 13.34 | 17.34 | - |
| YUV | 97.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 112 | 0.39 | 0.03 | 0 | 0.56 | 184.09 | 0.24 | 0.35 |
| Hex | 44 | 6D | 70 | 27 | 3 | 0 | 38 | B8 | 18 | 23 |
| Octal | 104 | 155 | 160 | 47 | 3 | 0 | 70 | 270 | 30 | 43 |
| Binary | 1000100 | 1101101 | 1110000 | 100111 | 11 | 0 | 111000 | 10111000 | 11000 | 100011 |
Color Harmonies of #446D70
Complementary color
Monochromatic Colors of #446D70
Black with #446D70
Text Example
Text Example
White with #446D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D70; }
p { color: rgb(68,109,112); }
H1.HeaderClassName
{
color: #446D70;
}
.AnyTagClassName
{
color: #446D70;
}
</style>
background-color css
<style>
a { background-color: #446D70; }
a { background-color: rgb(68,109,112); }
div.DivClassName
{
background-color: #446D70;
}
.BgClassName
{
background-color: #446D70;
}
</style>
border-color css
<style>
span { border-color: #446D70; }
span { border-color: rgb(68,109,112); }
td.TdClassName
{
border-color: #446D70;
}
.TagClassName
{
border-color: #446D70;
}
</style>