Shades of Ming #456E72
Tints of Ming #456E72
RGB
CMYK
RGB Variations
Color information
#456E72 (or 0x456E72) is known color: Ming. HEX triplet: 45, 6E and 72. RGB value is (69,110,114). Sum of RGB (Red+Green+Blue) = 69+110+114=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #456E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E72 is #BA918D. Grayscale: #626262. Windows color (decimal): -12226958 or 7499333. OLE color: 7499333.
HSL color Cylindrical-coordinate representation of color #456E72: hue angle of 185.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #456E72 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 110 | 114 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.55 |
| HSL | 185.33º | 0.25% | 0.36% | - |
| HSV(B) | 185.33º | 0.39% | 0.45% | - |
| XYZ | 11.07 | 13.63 | 17.97 | - |
| YUV | 98.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 114 | 0.39 | 0.04 | 0 | 0.55 | 185.33 | 0.25 | 0.36 |
| Hex | 45 | 6E | 72 | 27 | 4 | 0 | 37 | B9 | 19 | 24 |
| Octal | 105 | 156 | 162 | 47 | 4 | 0 | 67 | 271 | 31 | 44 |
| Binary | 1000101 | 1101110 | 1110010 | 100111 | 100 | 0 | 110111 | 10111001 | 11001 | 100100 |
Color Harmonies of #456E72
Complementary color
Monochromatic Colors of #456E72
Black with #456E72
Text Example
Text Example
White with #456E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456E72; }
p { color: rgb(69,110,114); }
H1.HeaderClassName
{
color: #456E72;
}
.AnyTagClassName
{
color: #456E72;
}
</style>
background-color css
<style>
a { background-color: #456E72; }
a { background-color: rgb(69,110,114); }
div.DivClassName
{
background-color: #456E72;
}
.BgClassName
{
background-color: #456E72;
}
</style>
border-color css
<style>
span { border-color: #456E72; }
span { border-color: rgb(69,110,114); }
td.TdClassName
{
border-color: #456E72;
}
.TagClassName
{
border-color: #456E72;
}
</style>