Html Css Color HEX #444D49 Corduroy

📋 copy color: '#444D49'

red 68 ◦ green 77 ◦ blue 73

#444D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #444D49

Tints of Corduroy #444D49

RGB

 RED value IS 68 (26.95% from 255) = 31.19%

 GREEN value IS 77 (30.47% from 255) = 35.32%

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 31.19%
G = 35.32%
B = 33.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#444D49 (or 0x444D49) is known color: Corduroy. HEX triplet: 44, 4D and 49. RGB value is (68,77,73). Sum of RGB (Red+Green+Blue) = 68+77+73=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 77 - color contains mainly: green. Hex color #444D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D49 is #BBB2B6. Grayscale: #494949. Windows color (decimal): -12300983 or 4803908. OLE color: 4803908.

HSL color Cylindrical-coordinate representation of color #444D49: hue angle of 153.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #444D49 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 77 73 -
CMYK 0.12 0 0.05 0.70
HSL 153.33º 0.06% 0.28% -
HSV(B) 153.33º 0.12% 0.3% -
XYZ 6.24 7.02 7.33 -
YUV 73.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 68 77 73 0.12 0 0.05 0.70 153.33 0.06 0.28
Hex 44 4D 49 C 0 5 46 99 6 1C
Octal 104 115 111 14 0 5 106 231 6 34
Binary 1000100 1001101 1001001 1100 0 101 1000110 10011001 110 11100

Color Harmonies of #444D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D49

Black with #444D49

Text Example


Text Example

White with #444D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #444D49;
 }
 .AnyTagClassName
 {
   color: #444D49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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