Shades of Payne's Grey #40424D
Tints of Payne's Grey #40424D
RGB
CMYK
RGB Variations
Color information
#40424D (or 0x40424D) is known color: Payne's Grey. HEX triplet: 40, 42 and 4D. RGB value is (64,66,77). Sum of RGB (Red+Green+Blue) = 64+66+77=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #40424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40424D is #BFBDB2. Grayscale: #424242. Windows color (decimal): -12565939 or 5063232. OLE color: 5063232.
HSL color Cylindrical-coordinate representation of color #40424D: hue angle of 230.77º 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 #40424D is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 66 | 77 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.70 |
| HSL | 230.77º | 0.09% | 0.28% | - |
| HSV(B) | 230.77º | 0.17% | 0.3% | - |
| XYZ | 5.4 | 5.52 | 7.8 | - |
| YUV | 66.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 77 | 0.17 | 0.14 | 0 | 0.70 | 230.77 | 0.09 | 0.28 |
| Hex | 40 | 42 | 4D | 11 | E | 0 | 46 | E7 | 9 | 1C |
| Octal | 100 | 102 | 115 | 21 | 16 | 0 | 106 | 347 | 11 | 34 |
| Binary | 1000000 | 1000010 | 1001101 | 10001 | 1110 | 0 | 1000110 | 11100111 | 1001 | 11100 |
Color Harmonies of #40424D
Complementary color
Monochromatic Colors of #40424D
Black with #40424D
Text Example
Text Example
White with #40424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40424D; }
p { color: rgb(64,66,77); }
H1.HeaderClassName
{
color: #40424D;
}
.AnyTagClassName
{
color: #40424D;
}
</style>
background-color css
<style>
a { background-color: #40424D; }
a { background-color: rgb(64,66,77); }
div.DivClassName
{
background-color: #40424D;
}
.BgClassName
{
background-color: #40424D;
}
</style>
border-color css
<style>
span { border-color: #40424D; }
span { border-color: rgb(64,66,77); }
td.TdClassName
{
border-color: #40424D;
}
.TagClassName
{
border-color: #40424D;
}
</style>