Shades of Ming #426D6C
Tints of Ming #426D6C
RGB
CMYK
RGB Variations
Color information
#426D6C (or 0x426D6C) is known color: Ming. HEX triplet: 42, 6D and 6C. RGB value is (66,109,108). Sum of RGB (Red+Green+Blue) = 66+109+108=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 109 - color contains mainly: green. Hex color #426D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D6C is #BD9293. Grayscale: #5F5F5F. Windows color (decimal): -12423828 or 7105858. OLE color: 7105858.
HSL color Cylindrical-coordinate representation of color #426D6C: hue angle of 178.6º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426D6C is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 109 | 108 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.57 |
| HSL | 178.6º | 0.25% | 0.34% | - |
| HSV(B) | 178.6º | 0.39% | 0.43% | - |
| XYZ | 10.42 | 13.18 | 16.18 | - |
| YUV | 96.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 108 | 0.39 | 0 | 0.01 | 0.57 | 178.6 | 0.25 | 0.34 |
| Hex | 42 | 6D | 6C | 27 | 0 | 1 | 39 | B3 | 19 | 22 |
| Octal | 102 | 155 | 154 | 47 | 0 | 1 | 71 | 263 | 31 | 42 |
| Binary | 1000010 | 1101101 | 1101100 | 100111 | 0 | 1 | 111001 | 10110011 | 11001 | 100010 |
Color Harmonies of #426D6C
Complementary color
Monochromatic Colors of #426D6C
Black with #426D6C
Text Example
Text Example
White with #426D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426D6C; }
p { color: rgb(66,109,108); }
H1.HeaderClassName
{
color: #426D6C;
}
.AnyTagClassName
{
color: #426D6C;
}
</style>
background-color css
<style>
a { background-color: #426D6C; }
a { background-color: rgb(66,109,108); }
div.DivClassName
{
background-color: #426D6C;
}
.BgClassName
{
background-color: #426D6C;
}
</style>
border-color css
<style>
span { border-color: #426D6C; }
span { border-color: rgb(66,109,108); }
td.TdClassName
{
border-color: #426D6C;
}
.TagClassName
{
border-color: #426D6C;
}
</style>