Shades of Payne's Grey #403E4E
Tints of Payne's Grey #403E4E
RGB
CMYK
RGB Variations
Color information
#403E4E (or 0x403E4E) is known color: Payne's Grey. HEX triplet: 40, 3E and 4E. RGB value is (64,62,78). Sum of RGB (Red+Green+Blue) = 64+62+78=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #403E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E4E is #BFC1B1. Grayscale: #404040. Windows color (decimal): -12566962 or 5127744. OLE color: 5127744.
HSL color Cylindrical-coordinate representation of color #403E4E: hue angle of 247.5º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #403E4E is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 62 | 78 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.69 |
| HSL | 247.5º | 0.11% | 0.27% | - |
| HSV(B) | 247.5º | 0.21% | 0.31% | - |
| XYZ | 5.21 | 5.09 | 7.91 | - |
| YUV | 64.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 78 | 0.18 | 0.21 | 0 | 0.69 | 247.5 | 0.11 | 0.27 |
| Hex | 40 | 3E | 4E | 12 | 15 | 0 | 45 | F8 | B | 1B |
| Octal | 100 | 76 | 116 | 22 | 25 | 0 | 105 | 370 | 13 | 33 |
| Binary | 1000000 | 111110 | 1001110 | 10010 | 10101 | 0 | 1000101 | 11111000 | 1011 | 11011 |
Color Harmonies of #403E4E
Complementary color
Monochromatic Colors of #403E4E
Black with #403E4E
Text Example
Text Example
White with #403E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E4E; }
p { color: rgb(64,62,78); }
H1.HeaderClassName
{
color: #403E4E;
}
.AnyTagClassName
{
color: #403E4E;
}
</style>
background-color css
<style>
a { background-color: #403E4E; }
a { background-color: rgb(64,62,78); }
div.DivClassName
{
background-color: #403E4E;
}
.BgClassName
{
background-color: #403E4E;
}
</style>
border-color css
<style>
span { border-color: #403E4E; }
span { border-color: rgb(64,62,78); }
td.TdClassName
{
border-color: #403E4E;
}
.TagClassName
{
border-color: #403E4E;
}
</style>