#404745

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

Shades of Corduroy #404745

Tints of Corduroy #404745

Color information

#404745 (or 0x404745) is unknown color: approx Corduroy. HEX triplet: 40, 47 and 45. RGB value is (64,71,69). Sum of RGB (Red+Green+Blue) = 64+71+69=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 71 - color contains mainly: green. Hex color #404745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404745 is #BFB8BA. Grayscale: #444444. Windows color (decimal): -12564667 or 4540224. OLE color: 4540224.

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

Color convert

RGB647169-
CMYK0.1000.030.72
HSL162.86º5.19%26.47%-
HSV(B)162.86º9.86%27.84%-
XYZ5.446.036.51-
YUV68.68128.18124.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=31.37%
G=34.80%
B=33.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471690.1000.030.72162.865.1926.47
Hex404745A0348a351a
Octal1001071051203110243532
Binary100000010001111000101101001110010001010001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404745; }

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

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

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

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

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

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

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

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