#404845

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

Shades of Corduroy #404845

Tints of Corduroy #404845

Color information

#404845 (or 0x404845) is unknown color: approx Corduroy. HEX triplet: 40, 48 and 45. RGB value is (64,72,69). Sum of RGB (Red+Green+Blue) = 64+72+69=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 72 - color contains mainly: green. Hex color #404845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404845 is #BFB7BA. Grayscale: #454545. Windows color (decimal): -12564411 or 4540480. OLE color: 4540480.

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

Color convert

RGB647269-
CMYK0.1100.040.72
HSL157.5º5.88%26.67%-
HSV(B)157.5º11.11%28.24%-
XYZ5.516.156.53-
YUV69.27127.85124.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=31.22%
G=35.12%
B=33.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472690.1100.040.72157.55.8826.67
Hex404845B04489d61b
Octal1001101051304110235633
Binary1000000100100010001011011010010010001001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404845; }

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

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

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

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

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

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

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

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