#404D49

Color #404D49 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #404D49

Tints of Corduroy #404D49

Color information

#404D49 (or 0x404D49) is unknown color: approx Corduroy. HEX triplet: 40, 4D and 49. RGB value is (64,77,73). Sum of RGB (Red+Green+Blue) = 64+77+73=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 77 - color contains mainly: green. Hex color #404D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D49 is #BFB2B6. Grayscale: #484848. Windows color (decimal): -12563127 or 4803904. OLE color: 4803904.

HSL color Cylindrical-coordinate representation of color #404D49: hue angle of 161.54º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #404D49 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB647773-
CMYK0.1700.050.70
HSL161.54º9.22%27.65%-
HSV(B)161.54º16.88%30.2%-
XYZ5.976.887.32-
YUV72.66128.19121.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=29.91%
G=35.98%
B=34.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6477730.1700.050.70161.549.2227.65
Hex404D49110546a291c
Octal10011511121051062421134
Binary100000010011011001001100010101100011010100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404D49; }

 p { color: rgb(64,77,73); }

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

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

 a { background-color: rgb(64,77,73); }

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

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

 span { border-color: rgb(64,77,73); }

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