#444B49

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

Shades of Corduroy #444B49

Tints of Corduroy #444B49

Color information

#444B49 (or 0x444B49) is unknown color: approx Corduroy. HEX triplet: 44, 4B and 49. RGB value is (68,75,73). Sum of RGB (Red+Green+Blue) = 68+75+73=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 75 - color contains mainly: green. Hex color #444B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B49 is #BBB4B6. Grayscale: #484848. Windows color (decimal): -12301495 or 4803396. OLE color: 4803396.

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

Color convert

RGB687573-
CMYK0.0900.030.71
HSL162.86º4.9%28.04%-
HSV(B)162.86º9.33%29.41%-
XYZ6.16.747.28-
YUV72.68128.18124.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=31.48%
G=34.72%
B=33.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875730.0900.030.71162.864.928.04
Hex444B4990347a351c
Octal1041131111103107243534
Binary100010010010111001001100101110001111010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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