Shades of Ming #43747E
Tints of Ming #43747E
RGB
CMYK
RGB Variations
Color information
#43747E (or 0x43747E) is known color: Ming. HEX triplet: 43, 74 and 7E. RGB value is (67,116,126). Sum of RGB (Red+Green+Blue) = 67+116+126=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #43747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43747E is #BC8B81. Grayscale: #666666. Windows color (decimal): -12356482 or 8287299. OLE color: 8287299.
HSL color Cylindrical-coordinate representation of color #43747E: hue angle of 190.17º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43747E is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 116 | 126 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.51 |
| HSL | 190.17º | 0.31% | 0.38% | - |
| HSV(B) | 190.17º | 0.47% | 0.49% | - |
| XYZ | 12.33 | 15.19 | 22.02 | - |
| YUV | 102.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 126 | 0.47 | 0.08 | 0 | 0.51 | 190.17 | 0.31 | 0.38 |
| Hex | 43 | 74 | 7E | 2F | 8 | 0 | 33 | BE | 1F | 26 |
| Octal | 103 | 164 | 176 | 57 | 10 | 0 | 63 | 276 | 37 | 46 |
| Binary | 1000011 | 1110100 | 1111110 | 101111 | 1000 | 0 | 110011 | 10111110 | 11111 | 100110 |
Color Harmonies of #43747E
Complementary color
Monochromatic Colors of #43747E
Black with #43747E
Text Example
Text Example
White with #43747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43747E; }
p { color: rgb(67,116,126); }
H1.HeaderClassName
{
color: #43747E;
}
.AnyTagClassName
{
color: #43747E;
}
</style>
background-color css
<style>
a { background-color: #43747E; }
a { background-color: rgb(67,116,126); }
div.DivClassName
{
background-color: #43747E;
}
.BgClassName
{
background-color: #43747E;
}
</style>
border-color css
<style>
span { border-color: #43747E; }
span { border-color: rgb(67,116,126); }
td.TdClassName
{
border-color: #43747E;
}
.TagClassName
{
border-color: #43747E;
}
</style>