Shades of Payne's Grey #404045
Tints of Payne's Grey #404045
RGB
CMYK
RGB Variations
Color information
#404045 (or 0x404045) is known color: Payne's Grey. HEX triplet: 40, 40 and 45. RGB value is (64,64,69). Sum of RGB (Red+Green+Blue) = 64+64+69=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 69 - color contains mainly: blue. Hex color #404045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404045 is #BFBFBA. Grayscale: #404040. Windows color (decimal): -12566459 or 4538432. OLE color: 4538432.
HSL color Cylindrical-coordinate representation of color #404045: hue angle of 240º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #404045 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 64 | 69 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.73 |
| HSL | 240º | 0.04% | 0.26% | - |
| HSV(B) | 240º | 0.07% | 0.27% | - |
| XYZ | 5.02 | 5.19 | 6.37 | - |
| YUV | 64.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 69 | 0.07 | 0.07 | 0 | 0.73 | 240 | 0.04 | 0.26 |
| Hex | 40 | 40 | 45 | 7 | 7 | 0 | 49 | F0 | 4 | 1A |
| Octal | 100 | 100 | 105 | 7 | 7 | 0 | 111 | 360 | 4 | 32 |
| Binary | 1000000 | 1000000 | 1000101 | 111 | 111 | 0 | 1001001 | 11110000 | 100 | 11010 |
Color Harmonies of #404045
Complementary color
Monochromatic Colors of #404045
Black with #404045
Text Example
Text Example
White with #404045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404045; }
p { color: rgb(64,64,69); }
H1.HeaderClassName
{
color: #404045;
}
.AnyTagClassName
{
color: #404045;
}
</style>
background-color css
<style>
a { background-color: #404045; }
a { background-color: rgb(64,64,69); }
div.DivClassName
{
background-color: #404045;
}
.BgClassName
{
background-color: #404045;
}
</style>
border-color css
<style>
span { border-color: #404045; }
span { border-color: rgb(64,64,69); }
td.TdClassName
{
border-color: #404045;
}
.TagClassName
{
border-color: #404045;
}
</style>