Shades of Payne's Grey #40404D
Tints of Payne's Grey #40404D
RGB
CMYK
RGB Variations
Color information
#40404D (or 0x40404D) is known color: Payne's Grey. HEX triplet: 40, 40 and 4D. RGB value is (64,64,77). Sum of RGB (Red+Green+Blue) = 64+64+77=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #40404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40404D is #BFBFB2. Grayscale: #414141. Windows color (decimal): -12566451 or 5062720. OLE color: 5062720.
HSL color Cylindrical-coordinate representation of color #40404D: hue angle of 240º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40404D is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 64 | 77 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.70 |
| HSL | 240º | 0.09% | 0.28% | - |
| HSV(B) | 240º | 0.17% | 0.3% | - |
| XYZ | 5.29 | 5.29 | 7.76 | - |
| YUV | 65.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 77 | 0.17 | 0.17 | 0 | 0.70 | 240 | 0.09 | 0.28 |
| Hex | 40 | 40 | 4D | 11 | 11 | 0 | 46 | F0 | 9 | 1C |
| Octal | 100 | 100 | 115 | 21 | 21 | 0 | 106 | 360 | 11 | 34 |
| Binary | 1000000 | 1000000 | 1001101 | 10001 | 10001 | 0 | 1000110 | 11110000 | 1001 | 11100 |
Color Harmonies of #40404D
Complementary color
Monochromatic Colors of #40404D
Black with #40404D
Text Example
Text Example
White with #40404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40404D; }
p { color: rgb(64,64,77); }
H1.HeaderClassName
{
color: #40404D;
}
.AnyTagClassName
{
color: #40404D;
}
</style>
background-color css
<style>
a { background-color: #40404D; }
a { background-color: rgb(64,64,77); }
div.DivClassName
{
background-color: #40404D;
}
.BgClassName
{
background-color: #40404D;
}
</style>
border-color css
<style>
span { border-color: #40404D; }
span { border-color: rgb(64,64,77); }
td.TdClassName
{
border-color: #40404D;
}
.TagClassName
{
border-color: #40404D;
}
</style>