Shades of Ming #417F79
Tints of Ming #417F79
RGB
CMYK
RGB Variations
Color information
#417F79 (or 0x417F79) is known color: Ming. HEX triplet: 41, 7F and 79. RGB value is (65,127,121). Sum of RGB (Red+Green+Blue) = 65+127+121=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #417F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F79 is #BE8086. Grayscale: #6B6B6B. Windows color (decimal): -12484743 or 7962433. OLE color: 7962433.
HSL color Cylindrical-coordinate representation of color #417F79: hue angle of 174.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F79 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 127 | 121 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.50 |
| HSL | 174.19º | 0.32% | 0.38% | - |
| HSV(B) | 174.19º | 0.49% | 0.5% | - |
| XYZ | 13.22 | 17.68 | 20.81 | - |
| YUV | 107.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 121 | 0.49 | 0 | 0.05 | 0.50 | 174.19 | 0.32 | 0.38 |
| Hex | 41 | 7F | 79 | 31 | 0 | 5 | 32 | AE | 20 | 26 |
| Octal | 101 | 177 | 171 | 61 | 0 | 5 | 62 | 256 | 40 | 46 |
| Binary | 1000001 | 1111111 | 1111001 | 110001 | 0 | 101 | 110010 | 10101110 | 100000 | 100110 |
Color Harmonies of #417F79
Complementary color
Monochromatic Colors of #417F79
Black with #417F79
Text Example
Text Example
White with #417F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F79; }
p { color: rgb(65,127,121); }
H1.HeaderClassName
{
color: #417F79;
}
.AnyTagClassName
{
color: #417F79;
}
</style>
background-color css
<style>
a { background-color: #417F79; }
a { background-color: rgb(65,127,121); }
div.DivClassName
{
background-color: #417F79;
}
.BgClassName
{
background-color: #417F79;
}
</style>
border-color css
<style>
span { border-color: #417F79; }
span { border-color: rgb(65,127,121); }
td.TdClassName
{
border-color: #417F79;
}
.TagClassName
{
border-color: #417F79;
}
</style>