Shades of Ming #45757E
Tints of Ming #45757E
RGB
CMYK
RGB Variations
Color information
#45757E (or 0x45757E) is known color: Ming. HEX triplet: 45, 75 and 7E. RGB value is (69,117,126). Sum of RGB (Red+Green+Blue) = 69+117+126=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #45757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45757E is #BA8A81. Grayscale: #676767. Windows color (decimal): -12225154 or 8287557. OLE color: 8287557.
HSL color Cylindrical-coordinate representation of color #45757E: hue angle of 189.47º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45757E is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 117 | 126 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.51 |
| HSL | 189.47º | 0.29% | 0.38% | - |
| HSV(B) | 189.47º | 0.45% | 0.49% | - |
| XYZ | 12.58 | 15.49 | 22.07 | - |
| YUV | 103.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 126 | 0.45 | 0.07 | 0 | 0.51 | 189.47 | 0.29 | 0.38 |
| Hex | 45 | 75 | 7E | 2D | 7 | 0 | 33 | BD | 1D | 26 |
| Octal | 105 | 165 | 176 | 55 | 7 | 0 | 63 | 275 | 35 | 46 |
| Binary | 1000101 | 1110101 | 1111110 | 101101 | 111 | 0 | 110011 | 10111101 | 11101 | 100110 |
Color Harmonies of #45757E
Complementary color
Monochromatic Colors of #45757E
Black with #45757E
Text Example
Text Example
White with #45757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45757E; }
p { color: rgb(69,117,126); }
H1.HeaderClassName
{
color: #45757E;
}
.AnyTagClassName
{
color: #45757E;
}
</style>
background-color css
<style>
a { background-color: #45757E; }
a { background-color: rgb(69,117,126); }
div.DivClassName
{
background-color: #45757E;
}
.BgClassName
{
background-color: #45757E;
}
</style>
border-color css
<style>
span { border-color: #45757E; }
span { border-color: rgb(69,117,126); }
td.TdClassName
{
border-color: #45757E;
}
.TagClassName
{
border-color: #45757E;
}
</style>