Shades of Ming #45757B
Tints of Ming #45757B
RGB
CMYK
RGB Variations
Color information
#45757B (or 0x45757B) is known color: Ming. HEX triplet: 45, 75 and 7B. RGB value is (69,117,123). Sum of RGB (Red+Green+Blue) = 69+117+123=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #45757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45757B is #BA8A84. Grayscale: #676767. Windows color (decimal): -12225157 or 8090949. OLE color: 8090949.
HSL color Cylindrical-coordinate representation of color #45757B: hue angle of 186.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45757B is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 117 | 123 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.52 |
| HSL | 186.67º | 0.28% | 0.38% | - |
| HSV(B) | 186.67º | 0.44% | 0.48% | - |
| XYZ | 12.39 | 15.42 | 21.06 | - |
| YUV | 103.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 123 | 0.44 | 0.05 | 0 | 0.52 | 186.67 | 0.28 | 0.38 |
| Hex | 45 | 75 | 7B | 2C | 5 | 0 | 34 | BB | 1C | 26 |
| Octal | 105 | 165 | 173 | 54 | 5 | 0 | 64 | 273 | 34 | 46 |
| Binary | 1000101 | 1110101 | 1111011 | 101100 | 101 | 0 | 110100 | 10111011 | 11100 | 100110 |
Color Harmonies of #45757B
Complementary color
Monochromatic Colors of #45757B
Black with #45757B
Text Example
Text Example
White with #45757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45757B; }
p { color: rgb(69,117,123); }
H1.HeaderClassName
{
color: #45757B;
}
.AnyTagClassName
{
color: #45757B;
}
</style>
background-color css
<style>
a { background-color: #45757B; }
a { background-color: rgb(69,117,123); }
div.DivClassName
{
background-color: #45757B;
}
.BgClassName
{
background-color: #45757B;
}
</style>
border-color css
<style>
span { border-color: #45757B; }
span { border-color: rgb(69,117,123); }
td.TdClassName
{
border-color: #45757B;
}
.TagClassName
{
border-color: #45757B;
}
</style>