#404644

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

Shades of Corduroy #404644

Tints of Corduroy #404644

Color information

#404644 (or 0x404644) is unknown color: approx Corduroy. HEX triplet: 40, 46 and 44. RGB value is (64,70,68). Sum of RGB (Red+Green+Blue) = 64+70+68=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 70 - color contains mainly: green. Hex color #404644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404644 is #BFB9BB. Grayscale: #434343. Windows color (decimal): -12564924 or 4474432. OLE color: 4474432.

HSL color Cylindrical-coordinate representation of color #404644: hue angle of 160º 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 #404644 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB647068-
CMYK0.0900.030.73
HSL160º4.48%26.27%-
HSV(B)160º8.57%27.45%-
XYZ5.355.896.32-
YUV67.98128.01125.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=31.68%
G=34.65%
B=33.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470680.0900.030.731604.4826.27
Hex40464490349a041a
Octal1001061041103111240432
Binary100000010001101000100100101110010011010000010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404644; }

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

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

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

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

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

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

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

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