Shades of Ming #416F76
Tints of Ming #416F76
RGB
CMYK
RGB Variations
Color information
#416F76 (or 0x416F76) is known color: Ming. HEX triplet: 41, 6F and 76. RGB value is (65,111,118). Sum of RGB (Red+Green+Blue) = 65+111+118=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #416F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F76 is #BE9089. Grayscale: #616161. Windows color (decimal): -12488842 or 7761729. OLE color: 7761729.
HSL color Cylindrical-coordinate representation of color #416F76: hue angle of 187.92º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416F76 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 111 | 118 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.54 |
| HSL | 187.92º | 0.29% | 0.36% | - |
| HSV(B) | 187.92º | 0.45% | 0.46% | - |
| XYZ | 11.13 | 13.8 | 19.22 | - |
| YUV | 98.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 118 | 0.45 | 0.06 | 0 | 0.54 | 187.92 | 0.29 | 0.36 |
| Hex | 41 | 6F | 76 | 2D | 6 | 0 | 36 | BC | 1D | 24 |
| Octal | 101 | 157 | 166 | 55 | 6 | 0 | 66 | 274 | 35 | 44 |
| Binary | 1000001 | 1101111 | 1110110 | 101101 | 110 | 0 | 110110 | 10111100 | 11101 | 100100 |
Color Harmonies of #416F76
Complementary color
Monochromatic Colors of #416F76
Black with #416F76
Text Example
Text Example
White with #416F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F76; }
p { color: rgb(65,111,118); }
H1.HeaderClassName
{
color: #416F76;
}
.AnyTagClassName
{
color: #416F76;
}
</style>
background-color css
<style>
a { background-color: #416F76; }
a { background-color: rgb(65,111,118); }
div.DivClassName
{
background-color: #416F76;
}
.BgClassName
{
background-color: #416F76;
}
</style>
border-color css
<style>
span { border-color: #416F76; }
span { border-color: rgb(65,111,118); }
td.TdClassName
{
border-color: #416F76;
}
.TagClassName
{
border-color: #416F76;
}
</style>