Shades of Ming #46777B
Tints of Ming #46777B
RGB
CMYK
RGB Variations
Color information
#46777B (or 0x46777B) is known color: Ming. HEX triplet: 46, 77 and 7B. RGB value is (70,119,123). Sum of RGB (Red+Green+Blue) = 70+119+123=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #46777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46777B is #B98884. Grayscale: #686868. Windows color (decimal): -12159109 or 8091462. OLE color: 8091462.
HSL color Cylindrical-coordinate representation of color #46777B: hue angle of 184.53º 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 #46777B is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 119 | 123 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.52 |
| HSL | 184.53º | 0.27% | 0.38% | - |
| HSV(B) | 184.53º | 0.43% | 0.48% | - |
| XYZ | 12.7 | 15.93 | 21.14 | - |
| YUV | 104.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 123 | 0.43 | 0.03 | 0 | 0.52 | 184.53 | 0.27 | 0.38 |
| Hex | 46 | 77 | 7B | 2B | 3 | 0 | 34 | B9 | 1B | 26 |
| Octal | 106 | 167 | 173 | 53 | 3 | 0 | 64 | 271 | 33 | 46 |
| Binary | 1000110 | 1110111 | 1111011 | 101011 | 11 | 0 | 110100 | 10111001 | 11011 | 100110 |
Color Harmonies of #46777B
Complementary color
Monochromatic Colors of #46777B
Black with #46777B
Text Example
Text Example
White with #46777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46777B; }
p { color: rgb(70,119,123); }
H1.HeaderClassName
{
color: #46777B;
}
.AnyTagClassName
{
color: #46777B;
}
</style>
background-color css
<style>
a { background-color: #46777B; }
a { background-color: rgb(70,119,123); }
div.DivClassName
{
background-color: #46777B;
}
.BgClassName
{
background-color: #46777B;
}
</style>
border-color css
<style>
span { border-color: #46777B; }
span { border-color: rgb(70,119,123); }
td.TdClassName
{
border-color: #46777B;
}
.TagClassName
{
border-color: #46777B;
}
</style>