Shades of Payne's Grey #403F4D
Tints of Payne's Grey #403F4D
RGB
CMYK
RGB Variations
Color information
#403F4D (or 0x403F4D) is known color: Payne's Grey. HEX triplet: 40, 3F and 4D. RGB value is (64,63,77). Sum of RGB (Red+Green+Blue) = 64+63+77=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #403F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F4D is #BFC0B2. Grayscale: #404040. Windows color (decimal): -12566707 or 5062464. OLE color: 5062464.
HSL color Cylindrical-coordinate representation of color #403F4D: hue angle of 244.29º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #403F4D is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 63 | 77 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.70 |
| HSL | 244.29º | 0.1% | 0.27% | - |
| HSV(B) | 244.29º | 0.18% | 0.3% | - |
| XYZ | 5.23 | 5.18 | 7.75 | - |
| YUV | 64.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 77 | 0.17 | 0.18 | 0 | 0.70 | 244.29 | 0.1 | 0.27 |
| Hex | 40 | 3F | 4D | 11 | 12 | 0 | 46 | F4 | A | 1B |
| Octal | 100 | 77 | 115 | 21 | 22 | 0 | 106 | 364 | 12 | 33 |
| Binary | 1000000 | 111111 | 1001101 | 10001 | 10010 | 0 | 1000110 | 11110100 | 1010 | 11011 |
Color Harmonies of #403F4D
Complementary color
Monochromatic Colors of #403F4D
Black with #403F4D
Text Example
Text Example
White with #403F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F4D; }
p { color: rgb(64,63,77); }
H1.HeaderClassName
{
color: #403F4D;
}
.AnyTagClassName
{
color: #403F4D;
}
</style>
background-color css
<style>
a { background-color: #403F4D; }
a { background-color: rgb(64,63,77); }
div.DivClassName
{
background-color: #403F4D;
}
.BgClassName
{
background-color: #403F4D;
}
</style>
border-color css
<style>
span { border-color: #403F4D; }
span { border-color: rgb(64,63,77); }
td.TdClassName
{
border-color: #403F4D;
}
.TagClassName
{
border-color: #403F4D;
}
</style>