Shades of Ming #41767C
Tints of Ming #41767C
RGB
CMYK
RGB Variations
Color information
#41767C (or 0x41767C) is known color: Ming. HEX triplet: 41, 76 and 7C. RGB value is (65,118,124). Sum of RGB (Red+Green+Blue) = 65+118+124=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #41767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41767C is #BE8983. Grayscale: #666666. Windows color (decimal): -12487044 or 8156737. OLE color: 8156737.
HSL color Cylindrical-coordinate representation of color #41767C: hue angle of 186.1º degrees, saturation: 0.31, 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 #41767C is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 118 | 124 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.51 |
| HSL | 186.1º | 0.31% | 0.37% | - |
| HSV(B) | 186.1º | 0.48% | 0.49% | - |
| XYZ | 12.3 | 15.54 | 21.42 | - |
| YUV | 102.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 124 | 0.48 | 0.05 | 0 | 0.51 | 186.1 | 0.31 | 0.37 |
| Hex | 41 | 76 | 7C | 30 | 5 | 0 | 33 | BA | 1F | 25 |
| Octal | 101 | 166 | 174 | 60 | 5 | 0 | 63 | 272 | 37 | 45 |
| Binary | 1000001 | 1110110 | 1111100 | 110000 | 101 | 0 | 110011 | 10111010 | 11111 | 100101 |
Color Harmonies of #41767C
Complementary color
Monochromatic Colors of #41767C
Black with #41767C
Text Example
Text Example
White with #41767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41767C; }
p { color: rgb(65,118,124); }
H1.HeaderClassName
{
color: #41767C;
}
.AnyTagClassName
{
color: #41767C;
}
</style>
background-color css
<style>
a { background-color: #41767C; }
a { background-color: rgb(65,118,124); }
div.DivClassName
{
background-color: #41767C;
}
.BgClassName
{
background-color: #41767C;
}
</style>
border-color css
<style>
span { border-color: #41767C; }
span { border-color: rgb(65,118,124); }
td.TdClassName
{
border-color: #41767C;
}
.TagClassName
{
border-color: #41767C;
}
</style>