#444746

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

Shades of Corduroy #444746

Tints of Corduroy #444746

Color information

#444746 (or 0x444746) is unknown color: approx Corduroy. HEX triplet: 44, 47 and 46. RGB value is (68,71,70). Sum of RGB (Red+Green+Blue) = 68+71+70=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 71 - color contains mainly: green. Hex color #444746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444746 is #BBB8B9. Grayscale: #454545. Windows color (decimal): -12302522 or 4605764. OLE color: 4605764.

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

Color convert

RGB687170-
CMYK0.0400.010.72
HSL160º2.16%27.25%-
HSV(B)160º4.23%27.84%-
XYZ5.746.186.68-
YUV69.99128.01126.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=32.54%
G=33.97%
B=33.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871700.0400.010.721602.1627.25
Hex44474640148a021b
Octal104107106401110240233
Binary100010010001111000110100011001000101000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444746; }

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

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

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

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

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

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

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

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