Shades of Ming #46777A
Tints of Ming #46777A
RGB
CMYK
RGB Variations
Color information
#46777A (or 0x46777A) is known color: Ming. HEX triplet: 46, 77 and 7A. RGB value is (70,119,122). Sum of RGB (Red+Green+Blue) = 70+119+122=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #46777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46777A is #B98885. Grayscale: #686868. Windows color (decimal): -12159110 or 8025926. OLE color: 8025926.
HSL color Cylindrical-coordinate representation of color #46777A: hue angle of 183.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46777A is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 119 | 122 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.52 |
| HSL | 183.46º | 0.27% | 0.38% | - |
| HSV(B) | 183.46º | 0.43% | 0.48% | - |
| XYZ | 12.64 | 15.9 | 20.82 | - |
| YUV | 104.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 122 | 0.43 | 0.02 | 0 | 0.52 | 183.46 | 0.27 | 0.38 |
| Hex | 46 | 77 | 7A | 2B | 2 | 0 | 34 | B7 | 1B | 26 |
| Octal | 106 | 167 | 172 | 53 | 2 | 0 | 64 | 267 | 33 | 46 |
| Binary | 1000110 | 1110111 | 1111010 | 101011 | 10 | 0 | 110100 | 10110111 | 11011 | 100110 |
Color Harmonies of #46777A
Complementary color
Monochromatic Colors of #46777A
Black with #46777A
Text Example
Text Example
White with #46777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46777A; }
p { color: rgb(70,119,122); }
H1.HeaderClassName
{
color: #46777A;
}
.AnyTagClassName
{
color: #46777A;
}
</style>
background-color css
<style>
a { background-color: #46777A; }
a { background-color: rgb(70,119,122); }
div.DivClassName
{
background-color: #46777A;
}
.BgClassName
{
background-color: #46777A;
}
</style>
border-color css
<style>
span { border-color: #46777A; }
span { border-color: rgb(70,119,122); }
td.TdClassName
{
border-color: #46777A;
}
.TagClassName
{
border-color: #46777A;
}
</style>