#404643

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

Shades of Corduroy #404643

Tints of Corduroy #404643

Color information

#404643 (or 0x404643) is unknown color: approx Corduroy. HEX triplet: 40, 46 and 43. RGB value is (64,70,67). Sum of RGB (Red+Green+Blue) = 64+70+67=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 70 - color contains mainly: green. Hex color #404643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404643 is #BFB9BC. Grayscale: #434343. Windows color (decimal): -12564925 or 4408896. OLE color: 4408896.

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

Color convert

RGB647067-
CMYK0.0900.040.73
HSL150º4.48%26.27%-
HSV(B)150º8.57%27.45%-
XYZ5.325.886.16-
YUV67.86127.51125.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 67 (26.56% from 255) = 33.33%
R=31.84%
G=34.83%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470670.0900.040.731504.4826.27
Hex404643904499641a
Octal1001061031104111226432
Binary1000000100011010000111001010010010011001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404643; }

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

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

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

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

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

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

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

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