#444948

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

Shades of Corduroy #444948

Tints of Corduroy #444948

Color information

#444948 (or 0x444948) is unknown color: approx Corduroy. HEX triplet: 44, 49 and 48. RGB value is (68,73,72). Sum of RGB (Red+Green+Blue) = 68+73+72=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 73 - color contains mainly: green. Hex color #444948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444948 is #BBB6B7. Grayscale: #474747. Windows color (decimal): -12302008 or 4737348. OLE color: 4737348.

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

Color convert

RGB687372-
CMYK0.0700.010.71
HSL168º3.55%27.65%-
HSV(B)168º6.85%28.63%-
XYZ5.946.467.07-
YUV71.39128.34125.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=31.92%
G=34.27%
B=33.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873720.0700.010.711683.5527.65
Hex44494870147a841c
Octal104111110701107250434
Binary1000100100100110010001110110001111010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444948; }

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

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

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

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

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

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

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

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