#444846

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

Shades of Corduroy #444846

Tints of Corduroy #444846

Color information

#444846 (or 0x444846) is unknown color: approx Corduroy. HEX triplet: 44, 48 and 46. RGB value is (68,72,70). Sum of RGB (Red+Green+Blue) = 68+72+70=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 72 - color contains mainly: green. Hex color #444846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444846 is #BBB7B9. Grayscale: #464646. Windows color (decimal): -12302266 or 4606020. OLE color: 4606020.

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

Color convert

RGB687270-
CMYK0.0600.030.72
HSL150º2.86%27.45%-
HSV(B)150º5.56%28.24%-
XYZ5.816.316.71-
YUV70.58127.67126.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=32.38%
G=34.29%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872700.0600.030.721502.8627.45
Hex444846603489631b
Octal104110106603110226333
Binary1000100100100010001101100111001000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444846; }

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

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

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

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

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

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

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

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