Shades of Payne's Grey #41424D
Tints of Payne's Grey #41424D
RGB
CMYK
RGB Variations
Color information
#41424D (or 0x41424D) is known color: Payne's Grey. HEX triplet: 41, 42 and 4D. RGB value is (65,66,77). Sum of RGB (Red+Green+Blue) = 65+66+77=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #41424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41424D is #BEBDB2. Grayscale: #424242. Windows color (decimal): -12500403 or 5063233. OLE color: 5063233.
HSL color Cylindrical-coordinate representation of color #41424D: hue angle of 235º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #41424D is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 66 | 77 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.70 |
| HSL | 235º | 0.08% | 0.28% | - |
| HSV(B) | 235º | 0.16% | 0.3% | - |
| XYZ | 5.47 | 5.56 | 7.81 | - |
| YUV | 66.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 77 | 0.16 | 0.14 | 0 | 0.70 | 235 | 0.08 | 0.28 |
| Hex | 41 | 42 | 4D | 10 | E | 0 | 46 | EB | 8 | 1C |
| Octal | 101 | 102 | 115 | 20 | 16 | 0 | 106 | 353 | 10 | 34 |
| Binary | 1000001 | 1000010 | 1001101 | 10000 | 1110 | 0 | 1000110 | 11101011 | 1000 | 11100 |
Color Harmonies of #41424D
Complementary color
Monochromatic Colors of #41424D
Black with #41424D
Text Example
Text Example
White with #41424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41424D; }
p { color: rgb(65,66,77); }
H1.HeaderClassName
{
color: #41424D;
}
.AnyTagClassName
{
color: #41424D;
}
</style>
background-color css
<style>
a { background-color: #41424D; }
a { background-color: rgb(65,66,77); }
div.DivClassName
{
background-color: #41424D;
}
.BgClassName
{
background-color: #41424D;
}
</style>
border-color css
<style>
span { border-color: #41424D; }
span { border-color: rgb(65,66,77); }
td.TdClassName
{
border-color: #41424D;
}
.TagClassName
{
border-color: #41424D;
}
</style>