#404C48

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

Shades of Corduroy #404C48

Tints of Corduroy #404C48

Color information

#404C48 (or 0x404C48) is unknown color: approx Corduroy. HEX triplet: 40, 4C and 48. RGB value is (64,76,72). Sum of RGB (Red+Green+Blue) = 64+76+72=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 76 - color contains mainly: green. Hex color #404C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C48 is #BFB3B7. Grayscale: #474747. Windows color (decimal): -12563384 or 4738112. OLE color: 4738112.

HSL color Cylindrical-coordinate representation of color #404C48: hue angle of 160º 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 #404C48 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB647672-
CMYK0.1600.050.70
HSL160º8.57%27.45%-
HSV(B)160º15.79%29.8%-
XYZ5.876.737.12-
YUV71.96128.02122.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=30.19%
G=35.85%
B=33.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6476720.1600.050.701608.5727.45
Hex404C48100546a091b
Octal10011411020051062401133
Binary100000010011001001000100000101100011010100000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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