Shades of Ming #41757B
Tints of Ming #41757B
RGB
CMYK
RGB Variations
Color information
#41757B (or 0x41757B) is known color: Ming. HEX triplet: 41, 75 and 7B. RGB value is (65,117,123). Sum of RGB (Red+Green+Blue) = 65+117+123=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #41757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41757B is #BE8A84. Grayscale: #666666. Windows color (decimal): -12487301 or 8090945. OLE color: 8090945.
HSL color Cylindrical-coordinate representation of color #41757B: hue angle of 186.21º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41757B is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 117 | 123 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.52 |
| HSL | 186.21º | 0.31% | 0.37% | - |
| HSV(B) | 186.21º | 0.47% | 0.48% | - |
| XYZ | 12.12 | 15.28 | 21.05 | - |
| YUV | 102.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 123 | 0.47 | 0.05 | 0 | 0.52 | 186.21 | 0.31 | 0.37 |
| Hex | 41 | 75 | 7B | 2F | 5 | 0 | 34 | BA | 1F | 25 |
| Octal | 101 | 165 | 173 | 57 | 5 | 0 | 64 | 272 | 37 | 45 |
| Binary | 1000001 | 1110101 | 1111011 | 101111 | 101 | 0 | 110100 | 10111010 | 11111 | 100101 |
Color Harmonies of #41757B
Complementary color
Monochromatic Colors of #41757B
Black with #41757B
Text Example
Text Example
White with #41757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41757B; }
p { color: rgb(65,117,123); }
H1.HeaderClassName
{
color: #41757B;
}
.AnyTagClassName
{
color: #41757B;
}
</style>
background-color css
<style>
a { background-color: #41757B; }
a { background-color: rgb(65,117,123); }
div.DivClassName
{
background-color: #41757B;
}
.BgClassName
{
background-color: #41757B;
}
</style>
border-color css
<style>
span { border-color: #41757B; }
span { border-color: rgb(65,117,123); }
td.TdClassName
{
border-color: #41757B;
}
.TagClassName
{
border-color: #41757B;
}
</style>