#404E4B

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

Shades of Corduroy #404E4B

Tints of Corduroy #404E4B

Color information

#404E4B (or 0x404E4B) is unknown color: approx Corduroy. HEX triplet: 40, 4E and 4B. RGB value is (64,78,75). Sum of RGB (Red+Green+Blue) = 64+78+75=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 78 - color contains mainly: green. Hex color #404E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E4B is #BFB1B4. Grayscale: #494949. Windows color (decimal): -12562869 or 4935232. OLE color: 4935232.

HSL color Cylindrical-coordinate representation of color #404E4B: hue angle of 167.14º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #404E4B is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB647875-
CMYK0.1800.040.69
HSL167.14º9.86%27.84%-
HSV(B)167.14º17.95%30.59%-
XYZ6.117.057.69-
YUV73.47128.86121.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=29.49%
G=35.94%
B=34.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6478750.1800.040.69167.149.8627.84
Hex404E4B120445a7a1c
Octal10011611322041052471234
Binary100000010011101001011100100100100010110100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,78,75); }

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

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

 a { background-color: rgb(64,78,75); }

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

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

 span { border-color: rgb(64,78,75); }

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