#40504A

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

Shades of Corduroy #40504A

Tints of Corduroy #40504A

Color information

#40504A (or 0x40504A) is unknown color: approx Corduroy. HEX triplet: 40, 50 and 4A. RGB value is (64,80,74). Sum of RGB (Red+Green+Blue) = 64+80+74=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #40504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40504A is #BFAFB5. Grayscale: #4A4A4A. Windows color (decimal): -12562358 or 4870208. OLE color: 4870208.

HSL color Cylindrical-coordinate representation of color #40504A: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #40504A is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB648074-
CMYK0.2000.080.69
HSL157.5º11.11%28.24%-
HSV(B)157.5º20%31.37%-
XYZ6.227.327.56-
YUV74.53127.7120.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=29.36%
G=36.70%
B=33.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480740.2000.080.69157.511.1128.24
Hex40504A1408459db1c
Octal100120112240101052351334
Binary1000000101000010010101010001000100010110011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40504A; }

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

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

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

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

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

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

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

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