#424746

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

Shades of Corduroy #424746

Tints of Corduroy #424746

Color information

#424746 (or 0x424746) is unknown color: approx Corduroy. HEX triplet: 42, 47 and 46. RGB value is (66,71,70). Sum of RGB (Red+Green+Blue) = 66+71+70=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 71 - color contains mainly: green. Hex color #424746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424746 is #BDB8B9. Grayscale: #454545. Windows color (decimal): -12433594 or 4605762. OLE color: 4605762.

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

Color convert

RGB667170-
CMYK0.0700.010.72
HSL168º3.65%26.86%-
HSV(B)168º7.04%27.84%-
XYZ5.616.116.68-
YUV69.39128.34125.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=31.88%
G=34.30%
B=33.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671700.0700.010.721683.6526.86
Hex42474670148a841b
Octal102107106701110250433
Binary1000010100011110001101110110010001010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424746; }

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

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

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

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

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

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

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

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