#484442

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

Shades of Paco #484442

Tints of Paco #484442

Color information

#484442 (or 0x484442) is unknown color: approx Paco. HEX triplet: 48, 44 and 42. RGB value is (72,68,66). Sum of RGB (Red+Green+Blue) = 72+68+66=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #484442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484442 is #B7BBBD. Grayscale: #444444. Windows color (decimal): -12041150 or 4342856. OLE color: 4342856.

HSL color Cylindrical-coordinate representation of color #484442: 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 #484442 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB726866-
CMYK00.060.080.72
HSL20º4.35%27.06%-
HSV(B)20º8.33%28.24%-
XYZ5.725.915.99-
YUV68.97126.33130.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=34.95%
G=33.01%
B=32.04%

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
Decimal72686600.060.080.72204.3527.06
Hex484442068481441b
Octal110104102061011024433
Binary1001000100010010000100110100010010001010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484442; }

 p { color: rgb(72,68,66); }

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

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

 a { background-color: rgb(72,68,66); }

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

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

 span { border-color: rgb(72,68,66); }

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