Shades of Ming #416F6D
Tints of Ming #416F6D
RGB
CMYK
RGB Variations
Color information
#416F6D (or 0x416F6D) is known color: Ming. HEX triplet: 41, 6F and 6D. RGB value is (65,111,109). Sum of RGB (Red+Green+Blue) = 65+111+109=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #416F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F6D is #BE9092. Grayscale: #606060. Windows color (decimal): -12488851 or 7171905. OLE color: 7171905.
HSL color Cylindrical-coordinate representation of color #416F6D: hue angle of 177.39º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #416F6D is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 111 | 109 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.56 |
| HSL | 177.39º | 0.26% | 0.35% | - |
| HSV(B) | 177.39º | 0.41% | 0.44% | - |
| XYZ | 10.62 | 13.6 | 16.53 | - |
| YUV | 97.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 109 | 0.41 | 0 | 0.02 | 0.56 | 177.39 | 0.26 | 0.35 |
| Hex | 41 | 6F | 6D | 29 | 0 | 2 | 38 | B1 | 1A | 23 |
| Octal | 101 | 157 | 155 | 51 | 0 | 2 | 70 | 261 | 32 | 43 |
| Binary | 1000001 | 1101111 | 1101101 | 101001 | 0 | 10 | 111000 | 10110001 | 11010 | 100011 |
Color Harmonies of #416F6D
Complementary color
Monochromatic Colors of #416F6D
Black with #416F6D
Text Example
Text Example
White with #416F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F6D; }
p { color: rgb(65,111,109); }
H1.HeaderClassName
{
color: #416F6D;
}
.AnyTagClassName
{
color: #416F6D;
}
</style>
background-color css
<style>
a { background-color: #416F6D; }
a { background-color: rgb(65,111,109); }
div.DivClassName
{
background-color: #416F6D;
}
.BgClassName
{
background-color: #416F6D;
}
</style>
border-color css
<style>
span { border-color: #416F6D; }
span { border-color: rgb(65,111,109); }
td.TdClassName
{
border-color: #416F6D;
}
.TagClassName
{
border-color: #416F6D;
}
</style>