Shades of Ming #41747D
Tints of Ming #41747D
RGB
CMYK
RGB Variations
Color information
#41747D (or 0x41747D) is known color: Ming. HEX triplet: 41, 74 and 7D. RGB value is (65,116,125). Sum of RGB (Red+Green+Blue) = 65+116+125=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #41747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41747D is #BE8B82. Grayscale: #656565. Windows color (decimal): -12487555 or 8221761. OLE color: 8221761.
HSL color Cylindrical-coordinate representation of color #41747D: hue angle of 189º 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 #41747D is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 116 | 125 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.51 |
| HSL | 189º | 0.32% | 0.37% | - |
| HSV(B) | 189º | 0.48% | 0.49% | - |
| XYZ | 12.13 | 15.1 | 21.68 | - |
| YUV | 101.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 125 | 0.48 | 0.07 | 0 | 0.51 | 189 | 0.32 | 0.37 |
| Hex | 41 | 74 | 7D | 30 | 7 | 0 | 33 | BD | 20 | 25 |
| Octal | 101 | 164 | 175 | 60 | 7 | 0 | 63 | 275 | 40 | 45 |
| Binary | 1000001 | 1110100 | 1111101 | 110000 | 111 | 0 | 110011 | 10111101 | 100000 | 100101 |
Color Harmonies of #41747D
Complementary color
Monochromatic Colors of #41747D
Black with #41747D
Text Example
Text Example
White with #41747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41747D; }
p { color: rgb(65,116,125); }
H1.HeaderClassName
{
color: #41747D;
}
.AnyTagClassName
{
color: #41747D;
}
</style>
background-color css
<style>
a { background-color: #41747D; }
a { background-color: rgb(65,116,125); }
div.DivClassName
{
background-color: #41747D;
}
.BgClassName
{
background-color: #41747D;
}
</style>
border-color css
<style>
span { border-color: #41747D; }
span { border-color: rgb(65,116,125); }
td.TdClassName
{
border-color: #41747D;
}
.TagClassName
{
border-color: #41747D;
}
</style>