Shades of Ming #46777C
Tints of Ming #46777C
RGB
CMYK
RGB Variations
Color information
#46777C (or 0x46777C) is known color: Ming. HEX triplet: 46, 77 and 7C. RGB value is (70,119,124). Sum of RGB (Red+Green+Blue) = 70+119+124=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #46777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46777C is #B98883. Grayscale: #686868. Windows color (decimal): -12159108 or 8156998. OLE color: 8156998.
HSL color Cylindrical-coordinate representation of color #46777C: hue angle of 185.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46777C is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 119 | 124 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.51 |
| HSL | 185.56º | 0.28% | 0.38% | - |
| HSV(B) | 185.56º | 0.44% | 0.49% | - |
| XYZ | 12.76 | 15.95 | 21.48 | - |
| YUV | 104.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 124 | 0.44 | 0.04 | 0 | 0.51 | 185.56 | 0.28 | 0.38 |
| Hex | 46 | 77 | 7C | 2C | 4 | 0 | 33 | BA | 1C | 26 |
| Octal | 106 | 167 | 174 | 54 | 4 | 0 | 63 | 272 | 34 | 46 |
| Binary | 1000110 | 1110111 | 1111100 | 101100 | 100 | 0 | 110011 | 10111010 | 11100 | 100110 |
Color Harmonies of #46777C
Complementary color
Monochromatic Colors of #46777C
Black with #46777C
Text Example
Text Example
White with #46777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46777C; }
p { color: rgb(70,119,124); }
H1.HeaderClassName
{
color: #46777C;
}
.AnyTagClassName
{
color: #46777C;
}
</style>
background-color css
<style>
a { background-color: #46777C; }
a { background-color: rgb(70,119,124); }
div.DivClassName
{
background-color: #46777C;
}
.BgClassName
{
background-color: #46777C;
}
</style>
border-color css
<style>
span { border-color: #46777C; }
span { border-color: rgb(70,119,124); }
td.TdClassName
{
border-color: #46777C;
}
.TagClassName
{
border-color: #46777C;
}
</style>