Shades of Payne's Grey #403E50
Tints of Payne's Grey #403E50
RGB
CMYK
RGB Variations
Color information
#403E50 (or 0x403E50) is known color: Payne's Grey. HEX triplet: 40, 3E and 50. RGB value is (64,62,80). Sum of RGB (Red+Green+Blue) = 64+62+80=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #403E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E50 is #BFC1AF. Grayscale: #404040. Windows color (decimal): -12566960 or 5258816. OLE color: 5258816.
HSL color Cylindrical-coordinate representation of color #403E50: hue angle of 246.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #403E50 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 62 | 80 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.69 |
| HSL | 246.67º | 0.13% | 0.28% | - |
| HSV(B) | 246.67º | 0.23% | 0.31% | - |
| XYZ | 5.28 | 5.11 | 8.3 | - |
| YUV | 64.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 80 | 0.20 | 0.22 | 0 | 0.69 | 246.67 | 0.13 | 0.28 |
| Hex | 40 | 3E | 50 | 14 | 16 | 0 | 45 | F7 | D | 1C |
| Octal | 100 | 76 | 120 | 24 | 26 | 0 | 105 | 367 | 15 | 34 |
| Binary | 1000000 | 111110 | 1010000 | 10100 | 10110 | 0 | 1000101 | 11110111 | 1101 | 11100 |
Color Harmonies of #403E50
Complementary color
Monochromatic Colors of #403E50
Black with #403E50
Text Example
Text Example
White with #403E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E50; }
p { color: rgb(64,62,80); }
H1.HeaderClassName
{
color: #403E50;
}
.AnyTagClassName
{
color: #403E50;
}
</style>
background-color css
<style>
a { background-color: #403E50; }
a { background-color: rgb(64,62,80); }
div.DivClassName
{
background-color: #403E50;
}
.BgClassName
{
background-color: #403E50;
}
</style>
border-color css
<style>
span { border-color: #403E50; }
span { border-color: rgb(64,62,80); }
td.TdClassName
{
border-color: #403E50;
}
.TagClassName
{
border-color: #403E50;
}
</style>