Html Css Color HEX #44544F Corduroy

📋 copy color: '#44544F'

red 68 ◦ green 84 ◦ blue 79

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

Shades of Corduroy #44544F

Tints of Corduroy #44544F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 29.44%
G = 36.36%
B = 34.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#44544F (or 0x44544F) is known color: Corduroy. HEX triplet: 44, 54 and 4F. RGB value is (68,84,79). Sum of RGB (Red+Green+Blue) = 68+84+79=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #44544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44544F is #BBABB0. Grayscale: #4E4E4E. Windows color (decimal): -12299185 or 5198916. OLE color: 5198916.

HSL color Cylindrical-coordinate representation of color #44544F: hue angle of 161.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #44544F is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 79 -
CMYK 0.19 0 0.06 0.67
HSL 161.25º 0.11% 0.3% -
HSV(B) 161.25º 0.19% 0.33% -
XYZ 6.97 8.13 8.6 -
YUV 78.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 68 84 79 0.19 0 0.06 0.67 161.25 0.11 0.3
Hex 44 54 4F 13 0 6 43 A1 B 1E
Octal 104 124 117 23 0 6 103 241 13 36
Binary 1000100 1010100 1001111 10011 0 110 1000011 10100001 1011 11110

Color Harmonies of #44544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44544F

Black with #44544F

Text Example


Text Example

White with #44544F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44544F; }

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

 H1.HeaderClassName
 {
   color: #44544F;
 }
 .AnyTagClassName
 {
   color: #44544F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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