Shades of Payne's Grey #414146
Tints of Payne's Grey #414146
RGB
CMYK
RGB Variations
Color information
#414146 (or 0x414146) is known color: Payne's Grey. HEX triplet: 41, 41 and 46. RGB value is (65,65,70). Sum of RGB (Red+Green+Blue) = 65+65+70=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 70 - color contains mainly: blue. Hex color #414146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414146 is #BEBEB9. Grayscale: #414141. Windows color (decimal): -12500666 or 4604225. OLE color: 4604225.
HSL color Cylindrical-coordinate representation of color #414146: 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 #414146 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
RGB | 65 | 65 | 70 | - |
CMYK | 0.07 | 0.07 | 0 | 0.73 |
HSL | 240º | 0.04% | 0.26% | - |
HSV(B) | 240º | 0.07% | 0.27% | - |
XYZ | 5.18 | 5.35 | 6.55 | - |
YUV | 65.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 65 | 65 | 70 | 0.07 | 0.07 | 0 | 0.73 | 240 | 0.04 | 0.26 |
Hex | 41 | 41 | 46 | 7 | 7 | 0 | 49 | F0 | 4 | 1A |
Octal | 101 | 101 | 106 | 7 | 7 | 0 | 111 | 360 | 4 | 32 |
Binary | 1000001 | 1000001 | 1000110 | 111 | 111 | 0 | 1001001 | 11110000 | 100 | 11010 |
Color Harmonies of #414146
Complementary color
Monochromatic Colors of #414146
Black with #414146
Text Example
Text Example
White with #414146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414146; }
p { color: rgb(65,65,70); }
H1.HeaderClassName
{
color: #414146;
}
.AnyTagClassName
{
color: #414146;
}
</style>
background-color css
<style>
a { background-color: #414146; }
a { background-color: rgb(65,65,70); }
div.DivClassName
{
background-color: #414146;
}
.BgClassName
{
background-color: #414146;
}
</style>
border-color css
<style>
span { border-color: #414146; }
span { border-color: rgb(65,65,70); }
td.TdClassName
{
border-color: #414146;
}
.TagClassName
{
border-color: #414146;
}
</style>