Shades of Ming #456F73
Tints of Ming #456F73
RGB
CMYK
RGB Variations
Color information
#456F73 (or 0x456F73) is known color: Ming. HEX triplet: 45, 6F and 73. RGB value is (69,111,115). Sum of RGB (Red+Green+Blue) = 69+111+115=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #456F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F73 is #BA908C. Grayscale: #626262. Windows color (decimal): -12226701 or 7565125. OLE color: 7565125.
HSL color Cylindrical-coordinate representation of color #456F73: hue angle of 185.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #456F73 is Cyan = 0.4, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 111 | 115 | - |
| CMYK | 0.4 | 0.03 | 0 | 0.55 |
| HSL | 185.22º | 0.25% | 0.36% | - |
| HSV(B) | 185.22º | 0.4% | 0.45% | - |
| XYZ | 11.23 | 13.87 | 18.31 | - |
| YUV | 98.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 115 | 0.4 | 0.03 | 0 | 0.55 | 185.22 | 0.25 | 0.36 |
| Hex | 45 | 6F | 73 | 28 | 3 | 0 | 37 | B9 | 19 | 24 |
| Octal | 105 | 157 | 163 | 50 | 3 | 0 | 67 | 271 | 31 | 44 |
| Binary | 1000101 | 1101111 | 1110011 | 101000 | 11 | 0 | 110111 | 10111001 | 11001 | 100100 |
Color Harmonies of #456F73
Complementary color
Monochromatic Colors of #456F73
Black with #456F73
Text Example
Text Example
White with #456F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F73; }
p { color: rgb(69,111,115); }
H1.HeaderClassName
{
color: #456F73;
}
.AnyTagClassName
{
color: #456F73;
}
</style>
background-color css
<style>
a { background-color: #456F73; }
a { background-color: rgb(69,111,115); }
div.DivClassName
{
background-color: #456F73;
}
.BgClassName
{
background-color: #456F73;
}
</style>
border-color css
<style>
span { border-color: #456F73; }
span { border-color: rgb(69,111,115); }
td.TdClassName
{
border-color: #456F73;
}
.TagClassName
{
border-color: #456F73;
}
</style>