Shades of Ming #43767C
Tints of Ming #43767C
RGB
CMYK
RGB Variations
Color information
#43767C (or 0x43767C) is known color: Ming. HEX triplet: 43, 76 and 7C. RGB value is (67,118,124). Sum of RGB (Red+Green+Blue) = 67+118+124=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #43767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43767C is #BC8983. Grayscale: #676767. Windows color (decimal): -12355972 or 8156739. OLE color: 8156739.
HSL color Cylindrical-coordinate representation of color #43767C: hue angle of 186.32º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43767C is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 118 | 124 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.51 |
| HSL | 186.32º | 0.3% | 0.37% | - |
| HSV(B) | 186.32º | 0.46% | 0.49% | - |
| XYZ | 12.43 | 15.61 | 21.43 | - |
| YUV | 103.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 118 | 124 | 0.46 | 0.05 | 0 | 0.51 | 186.32 | 0.3 | 0.37 |
| Hex | 43 | 76 | 7C | 2E | 5 | 0 | 33 | BA | 1E | 25 |
| Octal | 103 | 166 | 174 | 56 | 5 | 0 | 63 | 272 | 36 | 45 |
| Binary | 1000011 | 1110110 | 1111100 | 101110 | 101 | 0 | 110011 | 10111010 | 11110 | 100101 |
Color Harmonies of #43767C
Complementary color
Monochromatic Colors of #43767C
Black with #43767C
Text Example
Text Example
White with #43767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43767C; }
p { color: rgb(67,118,124); }
H1.HeaderClassName
{
color: #43767C;
}
.AnyTagClassName
{
color: #43767C;
}
</style>
background-color css
<style>
a { background-color: #43767C; }
a { background-color: rgb(67,118,124); }
div.DivClassName
{
background-color: #43767C;
}
.BgClassName
{
background-color: #43767C;
}
</style>
border-color css
<style>
span { border-color: #43767C; }
span { border-color: rgb(67,118,124); }
td.TdClassName
{
border-color: #43767C;
}
.TagClassName
{
border-color: #43767C;
}
</style>