#474E4C

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

Shades of Corduroy #474E4C

Tints of Corduroy #474E4C

Color information

#474E4C (or 0x474E4C) is unknown color: approx Corduroy. HEX triplet: 47, 4E and 4C. RGB value is (71,78,76). Sum of RGB (Red+Green+Blue) = 71+78+76=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 78 - color contains mainly: green. Hex color #474E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E4C is #B8B1B3. Grayscale: #4B4B4B. Windows color (decimal): -12104116 or 5000775. OLE color: 5000775.

HSL color Cylindrical-coordinate representation of color #474E4C: hue angle of 162.86º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #474E4C is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB717876-
CMYK0.0900.030.69
HSL162.86º4.7%29.22%-
HSV(B)162.86º8.97%30.59%-
XYZ6.637.317.9-
YUV75.68128.18124.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=31.56%
G=34.67%
B=33.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178760.0900.030.69162.864.729.22
Hex474E4C90345a351d
Octal1071161141103105243535
Binary100011110011101001100100101110001011010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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