Shades of Ming #41787E
Tints of Ming #41787E
RGB
CMYK
RGB Variations
Color information
#41787E (or 0x41787E) is known color: Ming. HEX triplet: 41, 78 and 7E. RGB value is (65,120,126). Sum of RGB (Red+Green+Blue) = 65+120+126=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #41787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41787E is #BE8781. Grayscale: #686868. Windows color (decimal): -12486530 or 8288321. OLE color: 8288321.
HSL color Cylindrical-coordinate representation of color #41787E: hue angle of 185.9º 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 #41787E is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 120 | 126 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.51 |
| HSL | 185.9º | 0.32% | 0.37% | - |
| HSV(B) | 185.9º | 0.48% | 0.49% | - |
| XYZ | 12.66 | 16.06 | 22.17 | - |
| YUV | 104.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 126 | 0.48 | 0.05 | 0 | 0.51 | 185.9 | 0.32 | 0.37 |
| Hex | 41 | 78 | 7E | 30 | 5 | 0 | 33 | BA | 20 | 25 |
| Octal | 101 | 170 | 176 | 60 | 5 | 0 | 63 | 272 | 40 | 45 |
| Binary | 1000001 | 1111000 | 1111110 | 110000 | 101 | 0 | 110011 | 10111010 | 100000 | 100101 |
Color Harmonies of #41787E
Complementary color
Monochromatic Colors of #41787E
Black with #41787E
Text Example
Text Example
White with #41787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41787E; }
p { color: rgb(65,120,126); }
H1.HeaderClassName
{
color: #41787E;
}
.AnyTagClassName
{
color: #41787E;
}
</style>
background-color css
<style>
a { background-color: #41787E; }
a { background-color: rgb(65,120,126); }
div.DivClassName
{
background-color: #41787E;
}
.BgClassName
{
background-color: #41787E;
}
</style>
border-color css
<style>
span { border-color: #41787E; }
span { border-color: rgb(65,120,126); }
td.TdClassName
{
border-color: #41787E;
}
.TagClassName
{
border-color: #41787E;
}
</style>