#414746

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

Shades of Corduroy #414746

Tints of Corduroy #414746

Color information

#414746 (or 0x414746) is unknown color: approx Corduroy. HEX triplet: 41, 47 and 46. RGB value is (65,71,70). Sum of RGB (Red+Green+Blue) = 65+71+70=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 71 - color contains mainly: green. Hex color #414746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414746 is #BEB8B9. Grayscale: #454545. Windows color (decimal): -12499130 or 4605761. OLE color: 4605761.

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

Color convert

RGB657170-
CMYK0.0800.010.72
HSL170º4.41%26.67%-
HSV(B)170º8.45%27.84%-
XYZ5.546.076.67-
YUV69.09128.51125.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=31.55%
G=34.47%
B=33.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571700.0800.010.721704.4126.67
Hex41474680148aa41b
Octal1011071061001110252433
Binary10000011000111100011010000110010001010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414746; }

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

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

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

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

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

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

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

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