Html Css Color HEX #444947 Corduroy

📋 copy color: '#444947'

red 68 ◦ green 73 ◦ blue 71

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

Shades of Corduroy #444947

Tints of Corduroy #444947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

 BLUE value IS 71 (28.13% from 255) = 33.49%

R = 32.08%
G = 34.43%
B = 33.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#444947 (or 0x444947) is known color: Corduroy. HEX triplet: 44, 49 and 47. RGB value is (68,73,71). Sum of RGB (Red+Green+Blue) = 68+73+71=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 73 - color contains mainly: green. Hex color #444947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444947 is #BBB6B8. Grayscale: #474747. Windows color (decimal): -12302009 or 4671812. OLE color: 4671812.

HSL color Cylindrical-coordinate representation of color #444947: hue angle of 156º 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 #444947 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 73 71 -
CMYK 0.07 0 0.03 0.71
HSL 156º 0.04% 0.28% -
HSV(B) 156º 0.07% 0.29% -
XYZ 5.9 6.45 6.89 -
YUV 71.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 68 73 71 0.07 0 0.03 0.71 156 0.04 0.28
Hex 44 49 47 7 0 3 47 9C 4 1C
Octal 104 111 107 7 0 3 107 234 4 34
Binary 1000100 1001001 1000111 111 0 11 1000111 10011100 100 11100

Color Harmonies of #444947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444947

Black with #444947

Text Example


Text Example

White with #444947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444947; }

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

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

background-color css

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

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

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

border-color css

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

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

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