Shades of Payne's Grey #414249
Tints of Payne's Grey #414249
RGB
CMYK
RGB Variations
Color information
#414249 (or 0x414249) is known color: Payne's Grey. HEX triplet: 41, 42 and 49. RGB value is (65,66,73). Sum of RGB (Red+Green+Blue) = 65+66+73=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 73 - color contains mainly: blue. Hex color #414249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414249 is #BEBDB6. Grayscale: #424242. Windows color (decimal): -12500407 or 4801089. OLE color: 4801089.
HSL color Cylindrical-coordinate representation of color #414249: hue angle of 232.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #414249 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 66 | 73 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.71 |
| HSL | 232.5º | 0.06% | 0.27% | - |
| HSV(B) | 232.5º | 0.11% | 0.29% | - |
| XYZ | 5.33 | 5.5 | 7.08 | - |
| YUV | 66.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 73 | 0.11 | 0.10 | 0 | 0.71 | 232.5 | 0.06 | 0.27 |
| Hex | 41 | 42 | 49 | B | A | 0 | 47 | E8 | 6 | 1B |
| Octal | 101 | 102 | 111 | 13 | 12 | 0 | 107 | 350 | 6 | 33 |
| Binary | 1000001 | 1000010 | 1001001 | 1011 | 1010 | 0 | 1000111 | 11101000 | 110 | 11011 |
Color Harmonies of #414249
Complementary color
Monochromatic Colors of #414249
Black with #414249
Text Example
Text Example
White with #414249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414249; }
p { color: rgb(65,66,73); }
H1.HeaderClassName
{
color: #414249;
}
.AnyTagClassName
{
color: #414249;
}
</style>
background-color css
<style>
a { background-color: #414249; }
a { background-color: rgb(65,66,73); }
div.DivClassName
{
background-color: #414249;
}
.BgClassName
{
background-color: #414249;
}
</style>
border-color css
<style>
span { border-color: #414249; }
span { border-color: rgb(65,66,73); }
td.TdClassName
{
border-color: #414249;
}
.TagClassName
{
border-color: #414249;
}
</style>