Shades of Ming #456E70
Tints of Ming #456E70
RGB
CMYK
RGB Variations
Color information
#456E70 (or 0x456E70) is known color: Ming. HEX triplet: 45, 6E and 70. RGB value is (69,110,112). Sum of RGB (Red+Green+Blue) = 69+110+112=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #456E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E70 is #BA918F. Grayscale: #616161. Windows color (decimal): -12226960 or 7368261. OLE color: 7368261.
HSL color Cylindrical-coordinate representation of color #456E70: hue angle of 182.79º degrees, saturation: 0.24, 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 #456E70 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 110 | 112 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.56 |
| HSL | 182.79º | 0.24% | 0.35% | - |
| HSV(B) | 182.79º | 0.38% | 0.44% | - |
| XYZ | 10.95 | 13.59 | 17.37 | - |
| YUV | 97.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 112 | 0.38 | 0.02 | 0 | 0.56 | 182.79 | 0.24 | 0.35 |
| Hex | 45 | 6E | 70 | 26 | 2 | 0 | 38 | B7 | 18 | 23 |
| Octal | 105 | 156 | 160 | 46 | 2 | 0 | 70 | 267 | 30 | 43 |
| Binary | 1000101 | 1101110 | 1110000 | 100110 | 10 | 0 | 111000 | 10110111 | 11000 | 100011 |
Color Harmonies of #456E70
Complementary color
Monochromatic Colors of #456E70
Black with #456E70
Text Example
Text Example
White with #456E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456E70; }
p { color: rgb(69,110,112); }
H1.HeaderClassName
{
color: #456E70;
}
.AnyTagClassName
{
color: #456E70;
}
</style>
background-color css
<style>
a { background-color: #456E70; }
a { background-color: rgb(69,110,112); }
div.DivClassName
{
background-color: #456E70;
}
.BgClassName
{
background-color: #456E70;
}
</style>
border-color css
<style>
span { border-color: #456E70; }
span { border-color: rgb(69,110,112); }
td.TdClassName
{
border-color: #456E70;
}
.TagClassName
{
border-color: #456E70;
}
</style>