#424C49

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

Shades of Corduroy #424C49

Tints of Corduroy #424C49

Color information

#424C49 (or 0x424C49) is unknown color: approx Corduroy. HEX triplet: 42, 4C and 49. RGB value is (66,76,73). Sum of RGB (Red+Green+Blue) = 66+76+73=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #424C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C49 is #BDB3B6. Grayscale: #484848. Windows color (decimal): -12432311 or 4803650. OLE color: 4803650.

HSL color Cylindrical-coordinate representation of color #424C49: hue angle of 162º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #424C49 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB667673-
CMYK0.1300.040.70
HSL162º7.04%27.84%-
HSV(B)162º13.16%29.8%-
XYZ6.036.817.3-
YUV72.67128.19123.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=30.70%
G=35.35%
B=33.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6676730.1300.040.701627.0427.84
Hex424C49D0446a271c
Octal1021141111504106242734
Binary1000010100110010010011101010010001101010001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424C49; }

 p { color: rgb(66,76,73); }

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

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

 a { background-color: rgb(66,76,73); }

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

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

 span { border-color: rgb(66,76,73); }

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