Shades of Ming #447C78
Tints of Ming #447C78
RGB
CMYK
RGB Variations
Color information
#447C78 (or 0x447C78) is known color: Ming. HEX triplet: 44, 7C and 78. RGB value is (68,124,120). Sum of RGB (Red+Green+Blue) = 68+124+120=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #447C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447C78 is #BB8387. Grayscale: #6A6A6A. Windows color (decimal): -12288904 or 7896132. OLE color: 7896132.
HSL color Cylindrical-coordinate representation of color #447C78: hue angle of 175.71º 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 #447C78 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 124 | 120 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.51 |
| HSL | 175.71º | 0.29% | 0.38% | - |
| HSV(B) | 175.71º | 0.45% | 0.49% | - |
| XYZ | 12.98 | 17 | 20.37 | - |
| YUV | 106.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 120 | 0.45 | 0 | 0.03 | 0.51 | 175.71 | 0.29 | 0.38 |
| Hex | 44 | 7C | 78 | 2D | 0 | 3 | 33 | B0 | 1D | 26 |
| Octal | 104 | 174 | 170 | 55 | 0 | 3 | 63 | 260 | 35 | 46 |
| Binary | 1000100 | 1111100 | 1111000 | 101101 | 0 | 11 | 110011 | 10110000 | 11101 | 100110 |
Color Harmonies of #447C78
Complementary color
Monochromatic Colors of #447C78
Black with #447C78
Text Example
Text Example
White with #447C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447C78; }
p { color: rgb(68,124,120); }
H1.HeaderClassName
{
color: #447C78;
}
.AnyTagClassName
{
color: #447C78;
}
</style>
background-color css
<style>
a { background-color: #447C78; }
a { background-color: rgb(68,124,120); }
div.DivClassName
{
background-color: #447C78;
}
.BgClassName
{
background-color: #447C78;
}
</style>
border-color css
<style>
span { border-color: #447C78; }
span { border-color: rgb(68,124,120); }
td.TdClassName
{
border-color: #447C78;
}
.TagClassName
{
border-color: #447C78;
}
</style>