#404744

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

Shades of Corduroy #404744

Tints of Corduroy #404744

Color information

#404744 (or 0x404744) is unknown color: approx Corduroy. HEX triplet: 40, 47 and 44. RGB value is (64,71,68). Sum of RGB (Red+Green+Blue) = 64+71+68=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 71 - color contains mainly: green. Hex color #404744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404744 is #BFB8BB. Grayscale: #444444. Windows color (decimal): -12564668 or 4474688. OLE color: 4474688.

HSL color Cylindrical-coordinate representation of color #404744: hue angle of 154.29º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404744 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB647168-
CMYK0.1000.040.72
HSL154.29º5.19%26.47%-
HSV(B)154.29º9.86%27.84%-
XYZ5.416.016.34-
YUV68.56127.68124.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=31.53%
G=34.98%
B=33.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471680.1000.040.72154.295.1926.47
Hex404744A04489a51a
Octal1001071041204110232532
Binary1000000100011110001001010010010010001001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404744; }

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

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

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

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

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

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

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

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