#424946

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

Shades of Corduroy #424946

Tints of Corduroy #424946

Color information

#424946 (or 0x424946) is unknown color: approx Corduroy. HEX triplet: 42, 49 and 46. RGB value is (66,73,70). Sum of RGB (Red+Green+Blue) = 66+73+70=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 73 - color contains mainly: green. Hex color #424946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424946 is #BDB6B9. Grayscale: #464646. Windows color (decimal): -12433082 or 4606274. OLE color: 4606274.

HSL color Cylindrical-coordinate representation of color #424946: hue angle of 154.29º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424946 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB667370-
CMYK0.1000.040.71
HSL154.29º5.04%27.25%-
HSV(B)154.29º9.59%28.63%-
XYZ5.736.376.72-
YUV70.56127.68124.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=31.58%
G=34.93%
B=33.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673700.1000.040.71154.295.0427.25
Hex424946A04479a51b
Octal1021111061204107232533
Binary1000010100100110001101010010010001111001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424946; }

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

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

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

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

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

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

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

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