Shades of Ming #43797B
Tints of Ming #43797B
RGB
CMYK
RGB Variations
Color information
#43797B (or 0x43797B) is known color: Ming. HEX triplet: 43, 79 and 7B. RGB value is (67,121,123). Sum of RGB (Red+Green+Blue) = 67+121+123=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #43797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43797B is #BC8684. Grayscale: #696969. Windows color (decimal): -12355205 or 8091971. OLE color: 8091971.
HSL color Cylindrical-coordinate representation of color #43797B: hue angle of 182.14º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43797B is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 121 | 123 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.52 |
| HSL | 182.14º | 0.29% | 0.37% | - |
| HSV(B) | 182.14º | 0.46% | 0.48% | - |
| XYZ | 12.73 | 16.3 | 21.21 | - |
| YUV | 105.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 121 | 123 | 0.46 | 0.02 | 0 | 0.52 | 182.14 | 0.29 | 0.37 |
| Hex | 43 | 79 | 7B | 2E | 2 | 0 | 34 | B6 | 1D | 25 |
| Octal | 103 | 171 | 173 | 56 | 2 | 0 | 64 | 266 | 35 | 45 |
| Binary | 1000011 | 1111001 | 1111011 | 101110 | 10 | 0 | 110100 | 10110110 | 11101 | 100101 |
Color Harmonies of #43797B
Complementary color
Monochromatic Colors of #43797B
Black with #43797B
Text Example
Text Example
White with #43797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43797B; }
p { color: rgb(67,121,123); }
H1.HeaderClassName
{
color: #43797B;
}
.AnyTagClassName
{
color: #43797B;
}
</style>
background-color css
<style>
a { background-color: #43797B; }
a { background-color: rgb(67,121,123); }
div.DivClassName
{
background-color: #43797B;
}
.BgClassName
{
background-color: #43797B;
}
</style>
border-color css
<style>
span { border-color: #43797B; }
span { border-color: rgb(67,121,123); }
td.TdClassName
{
border-color: #43797B;
}
.TagClassName
{
border-color: #43797B;
}
</style>