Shades of Ming #417A7E
Tints of Ming #417A7E
RGB
CMYK
RGB Variations
Color information
#417A7E (or 0x417A7E) is known color: Ming. HEX triplet: 41, 7A and 7E. RGB value is (65,122,126). Sum of RGB (Red+Green+Blue) = 65+122+126=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #417A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A7E is #BE8581. Grayscale: #696969. Windows color (decimal): -12486018 or 8288833. OLE color: 8288833.
HSL color Cylindrical-coordinate representation of color #417A7E: hue angle of 183.93º 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 #417A7E is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 122 | 126 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.51 |
| HSL | 183.93º | 0.32% | 0.37% | - |
| HSV(B) | 183.93º | 0.48% | 0.49% | - |
| XYZ | 12.91 | 16.55 | 22.25 | - |
| YUV | 105.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 126 | 0.48 | 0.03 | 0 | 0.51 | 183.93 | 0.32 | 0.37 |
| Hex | 41 | 7A | 7E | 30 | 3 | 0 | 33 | B8 | 20 | 25 |
| Octal | 101 | 172 | 176 | 60 | 3 | 0 | 63 | 270 | 40 | 45 |
| Binary | 1000001 | 1111010 | 1111110 | 110000 | 11 | 0 | 110011 | 10111000 | 100000 | 100101 |
Color Harmonies of #417A7E
Complementary color
Monochromatic Colors of #417A7E
Black with #417A7E
Text Example
Text Example
White with #417A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A7E; }
p { color: rgb(65,122,126); }
H1.HeaderClassName
{
color: #417A7E;
}
.AnyTagClassName
{
color: #417A7E;
}
</style>
background-color css
<style>
a { background-color: #417A7E; }
a { background-color: rgb(65,122,126); }
div.DivClassName
{
background-color: #417A7E;
}
.BgClassName
{
background-color: #417A7E;
}
</style>
border-color css
<style>
span { border-color: #417A7E; }
span { border-color: rgb(65,122,126); }
td.TdClassName
{
border-color: #417A7E;
}
.TagClassName
{
border-color: #417A7E;
}
</style>