#474A49

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

Shades of Corduroy #474A49

Tints of Corduroy #474A49

Color information

#474A49 (or 0x474A49) is unknown color: approx Corduroy. HEX triplet: 47, 4A and 49. RGB value is (71,74,73). Sum of RGB (Red+Green+Blue) = 71+74+73=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 74 - color contains mainly: green. Hex color #474A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A49 is #B8B5B6. Grayscale: #484848. Windows color (decimal): -12105143 or 4803143. OLE color: 4803143.

HSL color Cylindrical-coordinate representation of color #474A49: hue angle of 160º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #474A49 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB717473-
CMYK0.0400.010.71
HSL160º2.07%28.43%-
HSV(B)160º4.05%29.02%-
XYZ6.256.727.27-
YUV72.99128.01126.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=32.57%
G=33.94%
B=33.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7174730.0400.010.711602.0728.43
Hex474A4940147a021c
Octal107112111401107240234
Binary100011110010101001001100011000111101000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A49; }

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

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

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

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

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

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

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

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