#444A48

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

Shades of Corduroy #444A48

Tints of Corduroy #444A48

Color information

#444A48 (or 0x444A48) is unknown color: approx Corduroy. HEX triplet: 44, 4A and 48. RGB value is (68,74,72). Sum of RGB (Red+Green+Blue) = 68+74+72=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 74 - color contains mainly: green. Hex color #444A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A48 is #BBB5B7. Grayscale: #474747. Windows color (decimal): -12301752 or 4737604. OLE color: 4737604.

HSL color Cylindrical-coordinate representation of color #444A48: hue angle of 160º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #444A48 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB687472-
CMYK0.0800.030.71
HSL160º4.23%27.84%-
HSV(B)160º8.11%29.02%-
XYZ66.597.09-
YUV71.98128.01125.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=31.78%
G=34.58%
B=33.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6874720.0800.030.711604.2327.84
Hex444A4880347a041c
Octal1041121101003107240434
Binary100010010010101001000100001110001111010000010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A48; }

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

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

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

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

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

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

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

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