#474341

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

Shades of Paco #474341

Tints of Paco #474341

Color information

#474341 (or 0x474341) is unknown color: approx Paco. HEX triplet: 47, 43 and 41. RGB value is (71,67,65). Sum of RGB (Red+Green+Blue) = 71+67+65=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #474341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474341 is #B8BCBE. Grayscale: #434343. Windows color (decimal): -12106943 or 4277063. OLE color: 4277063.

HSL color Cylindrical-coordinate representation of color #474341: hue angle of 20º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474341 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB716765-
CMYK00.060.080.72
HSL20º4.41%26.67%-
HSV(B)20º8.45%27.84%-
XYZ5.565.745.82-
YUV67.97126.33130.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=34.98%
G=33.00%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71676500.060.080.72204.4126.67
Hex474341068481441b
Octal107103101061011024433
Binary1000111100001110000010110100010010001010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474341; }

 p { color: rgb(71,67,65); }

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

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

 a { background-color: rgb(71,67,65); }

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

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

 span { border-color: rgb(71,67,65); }

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