Shades of Ming #41797B
Tints of Ming #41797B
RGB
CMYK
RGB Variations
Color information
#41797B (or 0x41797B) is known color: Ming. HEX triplet: 41, 79 and 7B. RGB value is (65,121,123). Sum of RGB (Red+Green+Blue) = 65+121+123=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #41797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41797B is #BE8684. Grayscale: #686868. Windows color (decimal): -12486277 or 8091969. OLE color: 8091969.
HSL color Cylindrical-coordinate representation of color #41797B: hue angle of 182.07º 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 #41797B is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 121 | 123 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.52 |
| HSL | 182.07º | 0.31% | 0.37% | - |
| HSV(B) | 182.07º | 0.47% | 0.48% | - |
| XYZ | 12.59 | 16.23 | 21.21 | - |
| YUV | 104.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 123 | 0.47 | 0.02 | 0 | 0.52 | 182.07 | 0.31 | 0.37 |
| Hex | 41 | 79 | 7B | 2F | 2 | 0 | 34 | B6 | 1F | 25 |
| Octal | 101 | 171 | 173 | 57 | 2 | 0 | 64 | 266 | 37 | 45 |
| Binary | 1000001 | 1111001 | 1111011 | 101111 | 10 | 0 | 110100 | 10110110 | 11111 | 100101 |
Color Harmonies of #41797B
Complementary color
Monochromatic Colors of #41797B
Black with #41797B
Text Example
Text Example
White with #41797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41797B; }
p { color: rgb(65,121,123); }
H1.HeaderClassName
{
color: #41797B;
}
.AnyTagClassName
{
color: #41797B;
}
</style>
background-color css
<style>
a { background-color: #41797B; }
a { background-color: rgb(65,121,123); }
div.DivClassName
{
background-color: #41797B;
}
.BgClassName
{
background-color: #41797B;
}
</style>
border-color css
<style>
span { border-color: #41797B; }
span { border-color: rgb(65,121,123); }
td.TdClassName
{
border-color: #41797B;
}
.TagClassName
{
border-color: #41797B;
}
</style>