#404945

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

Shades of Corduroy #404945

Tints of Corduroy #404945

Color information

#404945 (or 0x404945) is unknown color: approx Corduroy. HEX triplet: 40, 49 and 45. RGB value is (64,73,69). Sum of RGB (Red+Green+Blue) = 64+73+69=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #404945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404945 is #BFB6BA. Grayscale: #454545. Windows color (decimal): -12564155 or 4540736. OLE color: 4540736.

HSL color Cylindrical-coordinate representation of color #404945: hue angle of 153.33º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #404945 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB647369-
CMYK0.1200.050.71
HSL153.33º6.57%26.86%-
HSV(B)153.33º12.33%28.63%-
XYZ5.576.286.55-
YUV69.85127.52123.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=31.07%
G=35.44%
B=33.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473690.1200.050.71153.336.5726.86
Hex404945C05479971b
Octal1001111051405107231733
Binary1000000100100110001011100010110001111001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404945; }

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

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

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

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

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

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

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

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