Shades of Payne's Grey #41414C
Tints of Payne's Grey #41414C
RGB
CMYK
RGB Variations
Color information
#41414C (or 0x41414C) is known color: Payne's Grey. HEX triplet: 41, 41 and 4C. RGB value is (65,65,76). Sum of RGB (Red+Green+Blue) = 65+65+76=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 76 - color contains mainly: blue. Hex color #41414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41414C is #BEBEB3. Grayscale: #424242. Windows color (decimal): -12500660 or 4997441. OLE color: 4997441.
HSL color Cylindrical-coordinate representation of color #41414C: hue angle of 240º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41414C is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 65 | 76 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.70 |
| HSL | 240º | 0.08% | 0.28% | - |
| HSV(B) | 240º | 0.14% | 0.3% | - |
| XYZ | 5.37 | 5.43 | 7.6 | - |
| YUV | 66.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 76 | 0.14 | 0.14 | 0 | 0.70 | 240 | 0.08 | 0.28 |
| Hex | 41 | 41 | 4C | E | E | 0 | 46 | F0 | 8 | 1C |
| Octal | 101 | 101 | 114 | 16 | 16 | 0 | 106 | 360 | 10 | 34 |
| Binary | 1000001 | 1000001 | 1001100 | 1110 | 1110 | 0 | 1000110 | 11110000 | 1000 | 11100 |
Color Harmonies of #41414C
Complementary color
Monochromatic Colors of #41414C
Black with #41414C
Text Example
Text Example
White with #41414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41414C; }
p { color: rgb(65,65,76); }
H1.HeaderClassName
{
color: #41414C;
}
.AnyTagClassName
{
color: #41414C;
}
</style>
background-color css
<style>
a { background-color: #41414C; }
a { background-color: rgb(65,65,76); }
div.DivClassName
{
background-color: #41414C;
}
.BgClassName
{
background-color: #41414C;
}
</style>
border-color css
<style>
span { border-color: #41414C; }
span { border-color: rgb(65,65,76); }
td.TdClassName
{
border-color: #41414C;
}
.TagClassName
{
border-color: #41414C;
}
</style>