Shades of Ming #43747C
Tints of Ming #43747C
RGB
CMYK
RGB Variations
Color information
#43747C (or 0x43747C) is known color: Ming. HEX triplet: 43, 74 and 7C. RGB value is (67,116,124). Sum of RGB (Red+Green+Blue) = 67+116+124=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #43747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43747C is #BC8B83. Grayscale: #666666. Windows color (decimal): -12356484 or 8156227. OLE color: 8156227.
HSL color Cylindrical-coordinate representation of color #43747C: hue angle of 188.42º 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 #43747C is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 116 | 124 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.51 |
| HSL | 188.42º | 0.3% | 0.37% | - |
| HSV(B) | 188.42º | 0.46% | 0.49% | - |
| XYZ | 12.2 | 15.14 | 21.35 | - |
| YUV | 102.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 124 | 0.46 | 0.06 | 0 | 0.51 | 188.42 | 0.3 | 0.37 |
| Hex | 43 | 74 | 7C | 2E | 6 | 0 | 33 | BC | 1E | 25 |
| Octal | 103 | 164 | 174 | 56 | 6 | 0 | 63 | 274 | 36 | 45 |
| Binary | 1000011 | 1110100 | 1111100 | 101110 | 110 | 0 | 110011 | 10111100 | 11110 | 100101 |
Color Harmonies of #43747C
Complementary color
Monochromatic Colors of #43747C
Black with #43747C
Text Example
Text Example
White with #43747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43747C; }
p { color: rgb(67,116,124); }
H1.HeaderClassName
{
color: #43747C;
}
.AnyTagClassName
{
color: #43747C;
}
</style>
background-color css
<style>
a { background-color: #43747C; }
a { background-color: rgb(67,116,124); }
div.DivClassName
{
background-color: #43747C;
}
.BgClassName
{
background-color: #43747C;
}
</style>
border-color css
<style>
span { border-color: #43747C; }
span { border-color: rgb(67,116,124); }
td.TdClassName
{
border-color: #43747C;
}
.TagClassName
{
border-color: #43747C;
}
</style>