Shades of Payne's Grey #404050
Tints of Payne's Grey #404050
RGB
CMYK
RGB Variations
Color information
#404050 (or 0x404050) is known color: Payne's Grey. HEX triplet: 40, 40 and 50. RGB value is (64,64,80). Sum of RGB (Red+Green+Blue) = 64+64+80=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #404050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404050 is #BFBFAF. Grayscale: #414141. Windows color (decimal): -12566448 or 5259328. OLE color: 5259328.
HSL color Cylindrical-coordinate representation of color #404050: hue angle of 240º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404050 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 64 | 80 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.69 |
| HSL | 240º | 0.11% | 0.28% | - |
| HSV(B) | 240º | 0.2% | 0.31% | - |
| XYZ | 5.4 | 5.34 | 8.33 | - |
| YUV | 65.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 80 | 0.20 | 0.20 | 0 | 0.69 | 240 | 0.11 | 0.28 |
| Hex | 40 | 40 | 50 | 14 | 14 | 0 | 45 | F0 | B | 1C |
| Octal | 100 | 100 | 120 | 24 | 24 | 0 | 105 | 360 | 13 | 34 |
| Binary | 1000000 | 1000000 | 1010000 | 10100 | 10100 | 0 | 1000101 | 11110000 | 1011 | 11100 |
Color Harmonies of #404050
Complementary color
Monochromatic Colors of #404050
Black with #404050
Text Example
Text Example
White with #404050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404050; }
p { color: rgb(64,64,80); }
H1.HeaderClassName
{
color: #404050;
}
.AnyTagClassName
{
color: #404050;
}
</style>
background-color css
<style>
a { background-color: #404050; }
a { background-color: rgb(64,64,80); }
div.DivClassName
{
background-color: #404050;
}
.BgClassName
{
background-color: #404050;
}
</style>
border-color css
<style>
span { border-color: #404050; }
span { border-color: rgb(64,64,80); }
td.TdClassName
{
border-color: #404050;
}
.TagClassName
{
border-color: #404050;
}
</style>