#475450

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

Shades of Corduroy #475450

Tints of Corduroy #475450

Color information

#475450 (or 0x475450) is unknown color: approx Corduroy. HEX triplet: 47, 54 and 50. RGB value is (71,84,80). Sum of RGB (Red+Green+Blue) = 71+84+80=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #475450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475450 is #B8ABAF. Grayscale: #4F4F4F. Windows color (decimal): -12102576 or 5264455. OLE color: 5264455.

HSL color Cylindrical-coordinate representation of color #475450: hue angle of 161.54º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475450 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB718480-
CMYK0.1500.050.67
HSL161.54º8.39%30.39%-
HSV(B)161.54º15.48%32.94%-
XYZ7.228.268.8-
YUV79.66128.19121.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=30.21%
G=35.74%
B=34.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184800.1500.050.67161.548.3930.39
Hex475450F0543a281e
Octal10712412017051032421036
Binary10001111010100101000011110101100001110100010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475450; }

 p { color: rgb(71,84,80); }

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

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

 a { background-color: rgb(71,84,80); }

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

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

 span { border-color: rgb(71,84,80); }

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