#404C4A

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

Shades of Corduroy #404C4A

Tints of Corduroy #404C4A

Color information

#404C4A (or 0x404C4A) is unknown color: approx Corduroy. HEX triplet: 40, 4C and 4A. RGB value is (64,76,74). Sum of RGB (Red+Green+Blue) = 64+76+74=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 76 - color contains mainly: green. Hex color #404C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C4A is #BFB3B5. Grayscale: #484848. Windows color (decimal): -12563382 or 4869184. OLE color: 4869184.

HSL color Cylindrical-coordinate representation of color #404C4A: hue angle of 170º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404C4A is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB647674-
CMYK0.1600.030.70
HSL170º8.57%27.45%-
HSV(B)170º15.79%29.8%-
XYZ5.936.757.47-
YUV72.18129.02122.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=29.91%
G=35.51%
B=34.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6476740.1600.030.701708.5727.45
Hex404C4A100346aa91b
Octal10011411220031062521133
Binary10000001001100100101010000011100011010101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404C4A; }

 p { color: rgb(64,76,74); }

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

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

 a { background-color: rgb(64,76,74); }

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

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

 span { border-color: rgb(64,76,74); }

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