Shades of Ming #436F72
Tints of Ming #436F72
RGB
CMYK
RGB Variations
Color information
#436F72 (or 0x436F72) is known color: Ming. HEX triplet: 43, 6F and 72. RGB value is (67,111,114). Sum of RGB (Red+Green+Blue) = 67+111+114=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #436F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436F72 is #BC908D. Grayscale: #626262. Windows color (decimal): -12357774 or 7499587. OLE color: 7499587.
HSL color Cylindrical-coordinate representation of color #436F72: hue angle of 183.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #436F72 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 111 | 114 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.55 |
| HSL | 183.83º | 0.26% | 0.35% | - |
| HSV(B) | 183.83º | 0.41% | 0.45% | - |
| XYZ | 11.04 | 13.78 | 18 | - |
| YUV | 98.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 111 | 114 | 0.41 | 0.03 | 0 | 0.55 | 183.83 | 0.26 | 0.35 |
| Hex | 43 | 6F | 72 | 29 | 3 | 0 | 37 | B8 | 1A | 23 |
| Octal | 103 | 157 | 162 | 51 | 3 | 0 | 67 | 270 | 32 | 43 |
| Binary | 1000011 | 1101111 | 1110010 | 101001 | 11 | 0 | 110111 | 10111000 | 11010 | 100011 |
Color Harmonies of #436F72
Complementary color
Monochromatic Colors of #436F72
Black with #436F72
Text Example
Text Example
White with #436F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436F72; }
p { color: rgb(67,111,114); }
H1.HeaderClassName
{
color: #436F72;
}
.AnyTagClassName
{
color: #436F72;
}
</style>
background-color css
<style>
a { background-color: #436F72; }
a { background-color: rgb(67,111,114); }
div.DivClassName
{
background-color: #436F72;
}
.BgClassName
{
background-color: #436F72;
}
</style>
border-color css
<style>
span { border-color: #436F72; }
span { border-color: rgb(67,111,114); }
td.TdClassName
{
border-color: #436F72;
}
.TagClassName
{
border-color: #436F72;
}
</style>