#444F4C

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

Shades of Corduroy #444F4C

Tints of Corduroy #444F4C

Color information

#444F4C (or 0x444F4C) is unknown color: approx Corduroy. HEX triplet: 44, 4F and 4C. RGB value is (68,79,76). Sum of RGB (Red+Green+Blue) = 68+79+76=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 79 - color contains mainly: green. Hex color #444F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F4C is #BBB0B3. Grayscale: #4B4B4B. Windows color (decimal): -12300468 or 5001028. OLE color: 5001028.

HSL color Cylindrical-coordinate representation of color #444F4C: hue angle of 163.64º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F4C is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB687976-
CMYK0.1400.040.69
HSL163.64º7.48%28.82%-
HSV(B)163.64º13.92%30.98%-
XYZ6.487.347.91-
YUV75.37128.36122.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=30.49%
G=35.43%
B=34.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879760.1400.040.69163.647.4828.82
Hex444F4CE0445a471d
Octal1041171141604105244735
Binary1000100100111110011001110010010001011010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,79,76); }

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

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

 a { background-color: rgb(68,79,76); }

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

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

 span { border-color: rgb(68,79,76); }

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