#404844

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

Shades of Corduroy #404844

Tints of Corduroy #404844

Color information

#404844 (or 0x404844) is unknown color: approx Corduroy. HEX triplet: 40, 48 and 44. RGB value is (64,72,68). Sum of RGB (Red+Green+Blue) = 64+72+68=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 72 - color contains mainly: green. Hex color #404844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404844 is #BFB7BB. Grayscale: #454545. Windows color (decimal): -12564412 or 4474944. OLE color: 4474944.

HSL color Cylindrical-coordinate representation of color #404844: hue angle of 150º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #404844 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB647268-
CMYK0.1100.060.72
HSL150º5.88%26.67%-
HSV(B)150º11.11%28.24%-
XYZ5.486.146.37-
YUV69.15127.35124.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=31.37%
G=35.29%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472680.1100.060.721505.8826.67
Hex404844B06489661b
Octal1001101041306110226633
Binary1000000100100010001001011011010010001001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404844; }

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

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

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

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

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

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

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

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