Shades of Payne's Grey #44444C
Tints of Payne's Grey #44444C
RGB
CMYK
RGB Variations
Color information
#44444C (or 0x44444C) is known color: Payne's Grey. HEX triplet: 44, 44 and 4C. RGB value is (68,68,76). Sum of RGB (Red+Green+Blue) = 68+68+76=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #44444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44444C is #BBBBB3. Grayscale: #444444. Windows color (decimal): -12303284 or 4998212. OLE color: 4998212.
HSL color Cylindrical-coordinate representation of color #44444C: 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.11%. Process color model (Four color, CMYK) of #44444C is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 68 | 76 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.70 |
| HSL | 240º | 0.06% | 0.28% | - |
| HSV(B) | 240º | 0.11% | 0.3% | - |
| XYZ | 5.76 | 5.88 | 7.67 | - |
| YUV | 68.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 68 | 76 | 0.11 | 0.11 | 0 | 0.70 | 240 | 0.06 | 0.28 |
| Hex | 44 | 44 | 4C | B | B | 0 | 46 | F0 | 6 | 1C |
| Octal | 104 | 104 | 114 | 13 | 13 | 0 | 106 | 360 | 6 | 34 |
| Binary | 1000100 | 1000100 | 1001100 | 1011 | 1011 | 0 | 1000110 | 11110000 | 110 | 11100 |
Color Harmonies of #44444C
Complementary color
Monochromatic Colors of #44444C
Black with #44444C
Text Example
Text Example
White with #44444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44444C; }
p { color: rgb(68,68,76); }
H1.HeaderClassName
{
color: #44444C;
}
.AnyTagClassName
{
color: #44444C;
}
</style>
background-color css
<style>
a { background-color: #44444C; }
a { background-color: rgb(68,68,76); }
div.DivClassName
{
background-color: #44444C;
}
.BgClassName
{
background-color: #44444C;
}
</style>
border-color css
<style>
span { border-color: #44444C; }
span { border-color: rgb(68,68,76); }
td.TdClassName
{
border-color: #44444C;
}
.TagClassName
{
border-color: #44444C;
}
</style>