Shades of Ming #417D78
Tints of Ming #417D78
RGB
CMYK
RGB Variations
Color information
#417D78 (or 0x417D78) is known color: Ming. HEX triplet: 41, 7D and 78. RGB value is (65,125,120). Sum of RGB (Red+Green+Blue) = 65+125+120=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #417D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D78 is #BE8287. Grayscale: #6A6A6A. Windows color (decimal): -12485256 or 7896385. OLE color: 7896385.
HSL color Cylindrical-coordinate representation of color #417D78: hue angle of 175º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417D78 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 120 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.51 |
| HSL | 175º | 0.32% | 0.37% | - |
| HSV(B) | 175º | 0.48% | 0.49% | - |
| XYZ | 12.9 | 17.15 | 20.4 | - |
| YUV | 106.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 120 | 0.48 | 0 | 0.04 | 0.51 | 175 | 0.32 | 0.37 |
| Hex | 41 | 7D | 78 | 30 | 0 | 4 | 33 | AF | 20 | 25 |
| Octal | 101 | 175 | 170 | 60 | 0 | 4 | 63 | 257 | 40 | 45 |
| Binary | 1000001 | 1111101 | 1111000 | 110000 | 0 | 100 | 110011 | 10101111 | 100000 | 100101 |
Color Harmonies of #417D78
Complementary color
Monochromatic Colors of #417D78
Black with #417D78
Text Example
Text Example
White with #417D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D78; }
p { color: rgb(65,125,120); }
H1.HeaderClassName
{
color: #417D78;
}
.AnyTagClassName
{
color: #417D78;
}
</style>
background-color css
<style>
a { background-color: #417D78; }
a { background-color: rgb(65,125,120); }
div.DivClassName
{
background-color: #417D78;
}
.BgClassName
{
background-color: #417D78;
}
</style>
border-color css
<style>
span { border-color: #417D78; }
span { border-color: rgb(65,125,120); }
td.TdClassName
{
border-color: #417D78;
}
.TagClassName
{
border-color: #417D78;
}
</style>