Shades of Payne's Grey #403F50
Tints of Payne's Grey #403F50
RGB
CMYK
RGB Variations
Color information
#403F50 (or 0x403F50) is known color: Payne's Grey. HEX triplet: 40, 3F and 50. RGB value is (64,63,80). Sum of RGB (Red+Green+Blue) = 64+63+80=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #403F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F50 is #BFC0AF. Grayscale: #414141. Windows color (decimal): -12566704 or 5259072. OLE color: 5259072.
HSL color Cylindrical-coordinate representation of color #403F50: hue angle of 243.53º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #403F50 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 63 | 80 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.69 |
| HSL | 243.53º | 0.12% | 0.28% | - |
| HSV(B) | 243.53º | 0.21% | 0.31% | - |
| XYZ | 5.34 | 5.22 | 8.32 | - |
| YUV | 65.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 80 | 0.20 | 0.21 | 0 | 0.69 | 243.53 | 0.12 | 0.28 |
| Hex | 40 | 3F | 50 | 14 | 15 | 0 | 45 | F4 | C | 1C |
| Octal | 100 | 77 | 120 | 24 | 25 | 0 | 105 | 364 | 14 | 34 |
| Binary | 1000000 | 111111 | 1010000 | 10100 | 10101 | 0 | 1000101 | 11110100 | 1100 | 11100 |
Color Harmonies of #403F50
Complementary color
Monochromatic Colors of #403F50
Black with #403F50
Text Example
Text Example
White with #403F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F50; }
p { color: rgb(64,63,80); }
H1.HeaderClassName
{
color: #403F50;
}
.AnyTagClassName
{
color: #403F50;
}
</style>
background-color css
<style>
a { background-color: #403F50; }
a { background-color: rgb(64,63,80); }
div.DivClassName
{
background-color: #403F50;
}
.BgClassName
{
background-color: #403F50;
}
</style>
border-color css
<style>
span { border-color: #403F50; }
span { border-color: rgb(64,63,80); }
td.TdClassName
{
border-color: #403F50;
}
.TagClassName
{
border-color: #403F50;
}
</style>