Shades of Payne's Grey #40404B
Tints of Payne's Grey #40404B
RGB
CMYK
RGB Variations
Color information
#40404B (or 0x40404B) is known color: Payne's Grey. HEX triplet: 40, 40 and 4B. RGB value is (64,64,75). Sum of RGB (Red+Green+Blue) = 64+64+75=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #40404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40404B is #BFBFB4. Grayscale: #414141. Windows color (decimal): -12566453 or 4931648. OLE color: 4931648.
HSL color Cylindrical-coordinate representation of color #40404B: hue angle of 240º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #40404B is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 64 | 75 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.71 |
| HSL | 240º | 0.08% | 0.27% | - |
| HSV(B) | 240º | 0.15% | 0.29% | - |
| XYZ | 5.22 | 5.26 | 7.4 | - |
| YUV | 65.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 75 | 0.15 | 0.15 | 0 | 0.71 | 240 | 0.08 | 0.27 |
| Hex | 40 | 40 | 4B | F | F | 0 | 47 | F0 | 8 | 1B |
| Octal | 100 | 100 | 113 | 17 | 17 | 0 | 107 | 360 | 10 | 33 |
| Binary | 1000000 | 1000000 | 1001011 | 1111 | 1111 | 0 | 1000111 | 11110000 | 1000 | 11011 |
Color Harmonies of #40404B
Complementary color
Monochromatic Colors of #40404B
Black with #40404B
Text Example
Text Example
White with #40404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40404B; }
p { color: rgb(64,64,75); }
H1.HeaderClassName
{
color: #40404B;
}
.AnyTagClassName
{
color: #40404B;
}
</style>
background-color css
<style>
a { background-color: #40404B; }
a { background-color: rgb(64,64,75); }
div.DivClassName
{
background-color: #40404B;
}
.BgClassName
{
background-color: #40404B;
}
</style>
border-color css
<style>
span { border-color: #40404B; }
span { border-color: rgb(64,64,75); }
td.TdClassName
{
border-color: #40404B;
}
.TagClassName
{
border-color: #40404B;
}
</style>