Shades of Ming #417A79
Tints of Ming #417A79
RGB
CMYK
RGB Variations
Color information
#417A79 (or 0x417A79) is known color: Ming. HEX triplet: 41, 7A and 79. RGB value is (65,122,121). Sum of RGB (Red+Green+Blue) = 65+122+121=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #417A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A79 is #BE8586. Grayscale: #686868. Windows color (decimal): -12486023 or 7961153. OLE color: 7961153.
HSL color Cylindrical-coordinate representation of color #417A79: hue angle of 178.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A79 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 121 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.52 |
| HSL | 178.95º | 0.3% | 0.37% | - |
| HSV(B) | 178.95º | 0.47% | 0.48% | - |
| XYZ | 12.59 | 16.42 | 20.6 | - |
| YUV | 104.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 121 | 0.47 | 0 | 0.01 | 0.52 | 178.95 | 0.3 | 0.37 |
| Hex | 41 | 7A | 79 | 2F | 0 | 1 | 34 | B3 | 1E | 25 |
| Octal | 101 | 172 | 171 | 57 | 0 | 1 | 64 | 263 | 36 | 45 |
| Binary | 1000001 | 1111010 | 1111001 | 101111 | 0 | 1 | 110100 | 10110011 | 11110 | 100101 |
Color Harmonies of #417A79
Complementary color
Monochromatic Colors of #417A79
Black with #417A79
Text Example
Text Example
White with #417A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A79; }
p { color: rgb(65,122,121); }
H1.HeaderClassName
{
color: #417A79;
}
.AnyTagClassName
{
color: #417A79;
}
</style>
background-color css
<style>
a { background-color: #417A79; }
a { background-color: rgb(65,122,121); }
div.DivClassName
{
background-color: #417A79;
}
.BgClassName
{
background-color: #417A79;
}
</style>
border-color css
<style>
span { border-color: #417A79; }
span { border-color: rgb(65,122,121); }
td.TdClassName
{
border-color: #417A79;
}
.TagClassName
{
border-color: #417A79;
}
</style>