#474C4A

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

Shades of Corduroy #474C4A

Tints of Corduroy #474C4A

Color information

#474C4A (or 0x474C4A) is unknown color: approx Corduroy. HEX triplet: 47, 4C and 4A. RGB value is (71,76,74). Sum of RGB (Red+Green+Blue) = 71+76+74=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 76 - color contains mainly: green. Hex color #474C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C4A is #B8B3B5. Grayscale: #4A4A4A. Windows color (decimal): -12104630 or 4869191. OLE color: 4869191.

HSL color Cylindrical-coordinate representation of color #474C4A: hue angle of 156º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #474C4A is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB717674-
CMYK0.0700.030.70
HSL156º3.4%28.82%-
HSV(B)156º6.58%29.8%-
XYZ6.4277.49-
YUV74.28127.84125.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=32.13%
G=34.39%
B=33.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7176740.0700.030.701563.428.82
Hex474C4A703469c31d
Octal107114112703106234335
Binary1000111100110010010101110111000110100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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