Shades of Payne's Grey #403F4E
Tints of Payne's Grey #403F4E
RGB
CMYK
RGB Variations
Color information
#403F4E (or 0x403F4E) is known color: Payne's Grey. HEX triplet: 40, 3F and 4E. RGB value is (64,63,78). Sum of RGB (Red+Green+Blue) = 64+63+78=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #403F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F4E is #BFC0B1. Grayscale: #404040. Windows color (decimal): -12566706 or 5128000. OLE color: 5128000.
HSL color Cylindrical-coordinate representation of color #403F4E: hue angle of 244º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #403F4E is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 63 | 78 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.69 |
| HSL | 244º | 0.11% | 0.28% | - |
| HSV(B) | 244º | 0.19% | 0.31% | - |
| XYZ | 5.27 | 5.2 | 7.93 | - |
| YUV | 65.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 78 | 0.18 | 0.19 | 0 | 0.69 | 244 | 0.11 | 0.28 |
| Hex | 40 | 3F | 4E | 12 | 13 | 0 | 45 | F4 | B | 1C |
| Octal | 100 | 77 | 116 | 22 | 23 | 0 | 105 | 364 | 13 | 34 |
| Binary | 1000000 | 111111 | 1001110 | 10010 | 10011 | 0 | 1000101 | 11110100 | 1011 | 11100 |
Color Harmonies of #403F4E
Complementary color
Monochromatic Colors of #403F4E
Black with #403F4E
Text Example
Text Example
White with #403F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F4E; }
p { color: rgb(64,63,78); }
H1.HeaderClassName
{
color: #403F4E;
}
.AnyTagClassName
{
color: #403F4E;
}
</style>
background-color css
<style>
a { background-color: #403F4E; }
a { background-color: rgb(64,63,78); }
div.DivClassName
{
background-color: #403F4E;
}
.BgClassName
{
background-color: #403F4E;
}
</style>
border-color css
<style>
span { border-color: #403F4E; }
span { border-color: rgb(64,63,78); }
td.TdClassName
{
border-color: #403F4E;
}
.TagClassName
{
border-color: #403F4E;
}
</style>