#474544

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

Shades of Paco #474544

Tints of Paco #474544

Color information

#474544 (or 0x474544) is unknown color: approx Paco. HEX triplet: 47, 45 and 44. RGB value is (71,69,68). Sum of RGB (Red+Green+Blue) = 71+69+68=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 71 - color contains mainly: red. Hex color #474544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474544 is #B8BABB. Grayscale: #454545. Windows color (decimal): -12106428 or 4474183. OLE color: 4474183.

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

Color convert

RGB716968-
CMYK00.030.040.72
HSL20º2.16%27.25%-
HSV(B)20º4.23%27.84%-
XYZ5.776.016.33-
YUV69.48127.16129.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=34.13%
G=33.17%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71696800.030.040.72202.1627.25
Hex474544034481421b
Octal10710510403411024233
Binary1000111100010110001000111001001000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474544; }

 p { color: rgb(71,69,68); }

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

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

 a { background-color: rgb(71,69,68); }

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

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

 span { border-color: rgb(71,69,68); }

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