#404146

Color #404146 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #404146

Tints of Payne's Grey #404146

Color information

#404146 (or 0x404146) is unknown color: approx Payne's Grey. HEX triplet: 40, 41 and 46. RGB value is (64,65,70). Sum of RGB (Red+Green+Blue) = 64+65+70=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 70 - color contains mainly: blue. Hex color #404146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404146 is #BFBEB9. Grayscale: #414141. Windows color (decimal): -12566202 or 4604224. OLE color: 4604224.

HSL color Cylindrical-coordinate representation of color #404146: hue angle of 230º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #404146 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB646570-
CMYK0.090.0700.73
HSL230º4.48%26.27%-
HSV(B)230º8.57%27.45%-
XYZ5.115.316.55-
YUV65.27130.67127.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=32.16%
G=32.66%
B=35.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6465700.090.0700.732304.4826.27
Hex40414697049e641a
Octal1001011061170111346432
Binary1000000100000110001101001111010010011110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404146; }

 p { color: rgb(64,65,70); }

 H1.HeaderClassName
 {
   color: #404146;
 }
 .AnyTagClassName
 {
   color: #404146;
 }
</style>
background-color css

<style>
 a { background-color: #404146; }

 a { background-color: rgb(64,65,70); }

 div.DivClassName
 {
   background-color: #404146;
 }
 .BgClassName
 {
   background-color: #404146;
 }
</style>
border-color css

<style>
 span { border-color: #404146; }

 span { border-color: rgb(64,65,70); }

 td.TdClassName
 {
   border-color: #404146;
 }
 .TagClassName
 {
   border-color: #404146;
 }
</style>