Shades of Payne's Grey #41424C
Tints of Payne's Grey #41424C
RGB
CMYK
RGB Variations
Color information
#41424C (or 0x41424C) is known color: Payne's Grey. HEX triplet: 41, 42 and 4C. RGB value is (65,66,76). Sum of RGB (Red+Green+Blue) = 65+66+76=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 76 - color contains mainly: blue. Hex color #41424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41424C is #BEBDB3. Grayscale: #424242. Windows color (decimal): -12500404 or 4997697. OLE color: 4997697.
HSL color Cylindrical-coordinate representation of color #41424C: hue angle of 234.55º 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 #41424C is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 66 | 76 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.70 |
| HSL | 234.55º | 0.08% | 0.28% | - |
| HSV(B) | 234.55º | 0.14% | 0.3% | - |
| XYZ | 5.43 | 5.54 | 7.62 | - |
| YUV | 66.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 76 | 0.14 | 0.13 | 0 | 0.70 | 234.55 | 0.08 | 0.28 |
| Hex | 41 | 42 | 4C | E | D | 0 | 46 | EB | 8 | 1C |
| Octal | 101 | 102 | 114 | 16 | 15 | 0 | 106 | 353 | 10 | 34 |
| Binary | 1000001 | 1000010 | 1001100 | 1110 | 1101 | 0 | 1000110 | 11101011 | 1000 | 11100 |
Color Harmonies of #41424C
Complementary color
Monochromatic Colors of #41424C
Black with #41424C
Text Example
Text Example
White with #41424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41424C; }
p { color: rgb(65,66,76); }
H1.HeaderClassName
{
color: #41424C;
}
.AnyTagClassName
{
color: #41424C;
}
</style>
background-color css
<style>
a { background-color: #41424C; }
a { background-color: rgb(65,66,76); }
div.DivClassName
{
background-color: #41424C;
}
.BgClassName
{
background-color: #41424C;
}
</style>
border-color css
<style>
span { border-color: #41424C; }
span { border-color: rgb(65,66,76); }
td.TdClassName
{
border-color: #41424C;
}
.TagClassName
{
border-color: #41424C;
}
</style>