Shades of Payne's Grey #404051
Tints of Payne's Grey #404051
RGB
CMYK
RGB Variations
Color information
#404051 (or 0x404051) is known color: Payne's Grey. HEX triplet: 40, 40 and 51. RGB value is (64,64,81). Sum of RGB (Red+Green+Blue) = 64+64+81=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #404051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404051 is #BFBFAE. Grayscale: #414141. Windows color (decimal): -12566447 or 5324864. OLE color: 5324864.
HSL color Cylindrical-coordinate representation of color #404051: hue angle of 240º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404051 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 64 | 81 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.68 |
| HSL | 240º | 0.12% | 0.28% | - |
| HSV(B) | 240º | 0.21% | 0.32% | - |
| XYZ | 5.43 | 5.35 | 8.53 | - |
| YUV | 65.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 81 | 0.21 | 0.21 | 0 | 0.68 | 240 | 0.12 | 0.28 |
| Hex | 40 | 40 | 51 | 15 | 15 | 0 | 44 | F0 | C | 1C |
| Octal | 100 | 100 | 121 | 25 | 25 | 0 | 104 | 360 | 14 | 34 |
| Binary | 1000000 | 1000000 | 1010001 | 10101 | 10101 | 0 | 1000100 | 11110000 | 1100 | 11100 |
Color Harmonies of #404051
Complementary color
Monochromatic Colors of #404051
Black with #404051
Text Example
Text Example
White with #404051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404051; }
p { color: rgb(64,64,81); }
H1.HeaderClassName
{
color: #404051;
}
.AnyTagClassName
{
color: #404051;
}
</style>
background-color css
<style>
a { background-color: #404051; }
a { background-color: rgb(64,64,81); }
div.DivClassName
{
background-color: #404051;
}
.BgClassName
{
background-color: #404051;
}
</style>
border-color css
<style>
span { border-color: #404051; }
span { border-color: rgb(64,64,81); }
td.TdClassName
{
border-color: #404051;
}
.TagClassName
{
border-color: #404051;
}
</style>