Shades of Ming #44757A
Tints of Ming #44757A
RGB
CMYK
RGB Variations
Color information
#44757A (or 0x44757A) is known color: Ming. HEX triplet: 44, 75 and 7A. RGB value is (68,117,122). Sum of RGB (Red+Green+Blue) = 68+117+122=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #44757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44757A is #BB8A85. Grayscale: #666666. Windows color (decimal): -12290694 or 8025412. OLE color: 8025412.
HSL color Cylindrical-coordinate representation of color #44757A: hue angle of 185.56º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44757A is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 117 | 122 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.52 |
| HSL | 185.56º | 0.28% | 0.37% | - |
| HSV(B) | 185.56º | 0.44% | 0.48% | - |
| XYZ | 12.26 | 15.36 | 20.73 | - |
| YUV | 102.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 122 | 0.44 | 0.04 | 0 | 0.52 | 185.56 | 0.28 | 0.37 |
| Hex | 44 | 75 | 7A | 2C | 4 | 0 | 34 | BA | 1C | 25 |
| Octal | 104 | 165 | 172 | 54 | 4 | 0 | 64 | 272 | 34 | 45 |
| Binary | 1000100 | 1110101 | 1111010 | 101100 | 100 | 0 | 110100 | 10111010 | 11100 | 100101 |
Color Harmonies of #44757A
Complementary color
Monochromatic Colors of #44757A
Black with #44757A
Text Example
Text Example
White with #44757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44757A; }
p { color: rgb(68,117,122); }
H1.HeaderClassName
{
color: #44757A;
}
.AnyTagClassName
{
color: #44757A;
}
</style>
background-color css
<style>
a { background-color: #44757A; }
a { background-color: rgb(68,117,122); }
div.DivClassName
{
background-color: #44757A;
}
.BgClassName
{
background-color: #44757A;
}
</style>
border-color css
<style>
span { border-color: #44757A; }
span { border-color: rgb(68,117,122); }
td.TdClassName
{
border-color: #44757A;
}
.TagClassName
{
border-color: #44757A;
}
</style>