Shades of Ming #41777B
Tints of Ming #41777B
RGB
CMYK
RGB Variations
Color information
#41777B (or 0x41777B) is known color: Ming. HEX triplet: 41, 77 and 7B. RGB value is (65,119,123). Sum of RGB (Red+Green+Blue) = 65+119+123=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #41777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41777B is #BE8884. Grayscale: #676767. Windows color (decimal): -12486789 or 8091457. OLE color: 8091457.
HSL color Cylindrical-coordinate representation of color #41777B: hue angle of 184.14º 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 #41777B is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 119 | 123 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.52 |
| HSL | 184.14º | 0.31% | 0.37% | - |
| HSV(B) | 184.14º | 0.47% | 0.48% | - |
| XYZ | 12.35 | 15.75 | 21.13 | - |
| YUV | 103.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 123 | 0.47 | 0.03 | 0 | 0.52 | 184.14 | 0.31 | 0.37 |
| Hex | 41 | 77 | 7B | 2F | 3 | 0 | 34 | B8 | 1F | 25 |
| Octal | 101 | 167 | 173 | 57 | 3 | 0 | 64 | 270 | 37 | 45 |
| Binary | 1000001 | 1110111 | 1111011 | 101111 | 11 | 0 | 110100 | 10111000 | 11111 | 100101 |
Color Harmonies of #41777B
Complementary color
Monochromatic Colors of #41777B
Black with #41777B
Text Example
Text Example
White with #41777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41777B; }
p { color: rgb(65,119,123); }
H1.HeaderClassName
{
color: #41777B;
}
.AnyTagClassName
{
color: #41777B;
}
</style>
background-color css
<style>
a { background-color: #41777B; }
a { background-color: rgb(65,119,123); }
div.DivClassName
{
background-color: #41777B;
}
.BgClassName
{
background-color: #41777B;
}
</style>
border-color css
<style>
span { border-color: #41777B; }
span { border-color: rgb(65,119,123); }
td.TdClassName
{
border-color: #41777B;
}
.TagClassName
{
border-color: #41777B;
}
</style>