Shades of Ming #43797A
Tints of Ming #43797A
RGB
CMYK
RGB Variations
Color information
#43797A (or 0x43797A) is known color: Ming. HEX triplet: 43, 79 and 7A. RGB value is (67,121,122). Sum of RGB (Red+Green+Blue) = 67+121+122=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #43797A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43797A is #BC8685. Grayscale: #686868. Windows color (decimal): -12355206 or 8026435. OLE color: 8026435.
HSL color Cylindrical-coordinate representation of color #43797A: hue angle of 181.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43797A is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 121 | 122 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.52 |
| HSL | 181.09º | 0.29% | 0.37% | - |
| HSV(B) | 181.09º | 0.45% | 0.48% | - |
| XYZ | 12.66 | 16.27 | 20.89 | - |
| YUV | 104.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 121 | 122 | 0.45 | 0.01 | 0 | 0.52 | 181.09 | 0.29 | 0.37 |
| Hex | 43 | 79 | 7A | 2D | 1 | 0 | 34 | B5 | 1D | 25 |
| Octal | 103 | 171 | 172 | 55 | 1 | 0 | 64 | 265 | 35 | 45 |
| Binary | 1000011 | 1111001 | 1111010 | 101101 | 1 | 0 | 110100 | 10110101 | 11101 | 100101 |
Color Harmonies of #43797A
Complementary color
Monochromatic Colors of #43797A
Black with #43797A
Text Example
Text Example
White with #43797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43797A; }
p { color: rgb(67,121,122); }
H1.HeaderClassName
{
color: #43797A;
}
.AnyTagClassName
{
color: #43797A;
}
</style>
background-color css
<style>
a { background-color: #43797A; }
a { background-color: rgb(67,121,122); }
div.DivClassName
{
background-color: #43797A;
}
.BgClassName
{
background-color: #43797A;
}
</style>
border-color css
<style>
span { border-color: #43797A; }
span { border-color: rgb(67,121,122); }
td.TdClassName
{
border-color: #43797A;
}
.TagClassName
{
border-color: #43797A;
}
</style>