Shades of Ming #456F6E
Tints of Ming #456F6E
RGB
CMYK
RGB Variations
Color information
#456F6E (or 0x456F6E) is known color: Ming. HEX triplet: 45, 6F and 6E. RGB value is (69,111,110). Sum of RGB (Red+Green+Blue) = 69+111+110=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 111 - color contains mainly: green. Hex color #456F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F6E is #BA9091. Grayscale: #626262. Windows color (decimal): -12226706 or 7237445. OLE color: 7237445.
HSL color Cylindrical-coordinate representation of color #456F6E: hue angle of 178.57º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #456F6E is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 111 | 110 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.56 |
| HSL | 178.57º | 0.23% | 0.35% | - |
| HSV(B) | 178.57º | 0.38% | 0.44% | - |
| XYZ | 10.95 | 13.76 | 16.83 | - |
| YUV | 98.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 110 | 0.38 | 0 | 0.01 | 0.56 | 178.57 | 0.23 | 0.35 |
| Hex | 45 | 6F | 6E | 26 | 0 | 1 | 38 | B3 | 17 | 23 |
| Octal | 105 | 157 | 156 | 46 | 0 | 1 | 70 | 263 | 27 | 43 |
| Binary | 1000101 | 1101111 | 1101110 | 100110 | 0 | 1 | 111000 | 10110011 | 10111 | 100011 |
Color Harmonies of #456F6E
Complementary color
Monochromatic Colors of #456F6E
Black with #456F6E
Text Example
Text Example
White with #456F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F6E; }
p { color: rgb(69,111,110); }
H1.HeaderClassName
{
color: #456F6E;
}
.AnyTagClassName
{
color: #456F6E;
}
</style>
background-color css
<style>
a { background-color: #456F6E; }
a { background-color: rgb(69,111,110); }
div.DivClassName
{
background-color: #456F6E;
}
.BgClassName
{
background-color: #456F6E;
}
</style>
border-color css
<style>
span { border-color: #456F6E; }
span { border-color: rgb(69,111,110); }
td.TdClassName
{
border-color: #456F6E;
}
.TagClassName
{
border-color: #456F6E;
}
</style>