Shades of Payne's Grey #44444D
Tints of Payne's Grey #44444D
RGB
CMYK
RGB Variations
Color information
#44444D (or 0x44444D) is known color: Payne's Grey. HEX triplet: 44, 44 and 4D. RGB value is (68,68,77). Sum of RGB (Red+Green+Blue) = 68+68+77=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #44444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44444D is #BBBBB2. Grayscale: #444444. Windows color (decimal): -12303283 or 5063748. OLE color: 5063748.
HSL color Cylindrical-coordinate representation of color #44444D: hue angle of 240º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #44444D is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 68 | 77 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.70 |
| HSL | 240º | 0.06% | 0.28% | - |
| HSV(B) | 240º | 0.12% | 0.3% | - |
| XYZ | 5.79 | 5.9 | 7.85 | - |
| YUV | 69.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 68 | 77 | 0.12 | 0.12 | 0 | 0.70 | 240 | 0.06 | 0.28 |
| Hex | 44 | 44 | 4D | C | C | 0 | 46 | F0 | 6 | 1C |
| Octal | 104 | 104 | 115 | 14 | 14 | 0 | 106 | 360 | 6 | 34 |
| Binary | 1000100 | 1000100 | 1001101 | 1100 | 1100 | 0 | 1000110 | 11110000 | 110 | 11100 |
Color Harmonies of #44444D
Complementary color
Monochromatic Colors of #44444D
Black with #44444D
Text Example
Text Example
White with #44444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44444D; }
p { color: rgb(68,68,77); }
H1.HeaderClassName
{
color: #44444D;
}
.AnyTagClassName
{
color: #44444D;
}
</style>
background-color css
<style>
a { background-color: #44444D; }
a { background-color: rgb(68,68,77); }
div.DivClassName
{
background-color: #44444D;
}
.BgClassName
{
background-color: #44444D;
}
</style>
border-color css
<style>
span { border-color: #44444D; }
span { border-color: rgb(68,68,77); }
td.TdClassName
{
border-color: #44444D;
}
.TagClassName
{
border-color: #44444D;
}
</style>