Shades of Payne's Grey #404251
Tints of Payne's Grey #404251
RGB
CMYK
RGB Variations
Color information
#404251 (or 0x404251) is known color: Payne's Grey. HEX triplet: 40, 42 and 51. RGB value is (64,66,81). Sum of RGB (Red+Green+Blue) = 64+66+81=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #404251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404251 is #BFBDAE. Grayscale: #434343. Windows color (decimal): -12565935 or 5325376. OLE color: 5325376.
HSL color Cylindrical-coordinate representation of color #404251: hue angle of 232.94º 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 #404251 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 66 | 81 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.68 |
| HSL | 232.94º | 0.12% | 0.28% | - |
| HSV(B) | 232.94º | 0.21% | 0.32% | - |
| XYZ | 5.55 | 5.58 | 8.57 | - |
| YUV | 67.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 81 | 0.21 | 0.19 | 0 | 0.68 | 232.94 | 0.12 | 0.28 |
| Hex | 40 | 42 | 51 | 15 | 13 | 0 | 44 | E9 | C | 1C |
| Octal | 100 | 102 | 121 | 25 | 23 | 0 | 104 | 351 | 14 | 34 |
| Binary | 1000000 | 1000010 | 1010001 | 10101 | 10011 | 0 | 1000100 | 11101001 | 1100 | 11100 |
Color Harmonies of #404251
Complementary color
Monochromatic Colors of #404251
Black with #404251
Text Example
Text Example
White with #404251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404251; }
p { color: rgb(64,66,81); }
H1.HeaderClassName
{
color: #404251;
}
.AnyTagClassName
{
color: #404251;
}
</style>
background-color css
<style>
a { background-color: #404251; }
a { background-color: rgb(64,66,81); }
div.DivClassName
{
background-color: #404251;
}
.BgClassName
{
background-color: #404251;
}
</style>
border-color css
<style>
span { border-color: #404251; }
span { border-color: rgb(64,66,81); }
td.TdClassName
{
border-color: #404251;
}
.TagClassName
{
border-color: #404251;
}
</style>