#47504E

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

Shades of Corduroy #47504E

Tints of Corduroy #47504E

Color information

#47504E (or 0x47504E) is unknown color: approx Corduroy. HEX triplet: 47, 50 and 4E. RGB value is (71,80,78). Sum of RGB (Red+Green+Blue) = 71+80+78=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 80 - color contains mainly: green. Hex color #47504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47504E is #B8AFB1. Grayscale: #4D4D4D. Windows color (decimal): -12103602 or 5132359. OLE color: 5132359.

HSL color Cylindrical-coordinate representation of color #47504E: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47504E is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB718078-
CMYK0.1100.020.69
HSL166.67º5.96%29.61%-
HSV(B)166.67º11.25%31.37%-
XYZ6.847.638.32-
YUV77.08128.52123.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=31.00%
G=34.93%
B=34.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180780.1100.020.69166.675.9629.61
Hex47504EB0245a761e
Octal1071201161302105247636
Binary100011110100001001110101101010001011010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47504E; }

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

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

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

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

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

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

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

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