Shades of Ming #44757D
Tints of Ming #44757D
RGB
CMYK
RGB Variations
Color information
#44757D (or 0x44757D) is known color: Ming. HEX triplet: 44, 75 and 7D. RGB value is (68,117,125). Sum of RGB (Red+Green+Blue) = 68+117+125=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #44757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44757D is #BB8A82. Grayscale: #676767. Windows color (decimal): -12290691 or 8222020. OLE color: 8222020.
HSL color Cylindrical-coordinate representation of color #44757D: hue angle of 188.42º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44757D is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 117 | 125 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.51 |
| HSL | 188.42º | 0.3% | 0.38% | - |
| HSV(B) | 188.42º | 0.46% | 0.49% | - |
| XYZ | 12.45 | 15.43 | 21.72 | - |
| YUV | 103.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 125 | 0.46 | 0.06 | 0 | 0.51 | 188.42 | 0.3 | 0.38 |
| Hex | 44 | 75 | 7D | 2E | 6 | 0 | 33 | BC | 1E | 26 |
| Octal | 104 | 165 | 175 | 56 | 6 | 0 | 63 | 274 | 36 | 46 |
| Binary | 1000100 | 1110101 | 1111101 | 101110 | 110 | 0 | 110011 | 10111100 | 11110 | 100110 |
Color Harmonies of #44757D
Complementary color
Monochromatic Colors of #44757D
Black with #44757D
Text Example
Text Example
White with #44757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44757D; }
p { color: rgb(68,117,125); }
H1.HeaderClassName
{
color: #44757D;
}
.AnyTagClassName
{
color: #44757D;
}
</style>
background-color css
<style>
a { background-color: #44757D; }
a { background-color: rgb(68,117,125); }
div.DivClassName
{
background-color: #44757D;
}
.BgClassName
{
background-color: #44757D;
}
</style>
border-color css
<style>
span { border-color: #44757D; }
span { border-color: rgb(68,117,125); }
td.TdClassName
{
border-color: #44757D;
}
.TagClassName
{
border-color: #44757D;
}
</style>