#464240

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

Shades of Paco #464240

Tints of Paco #464240

Color information

#464240 (or 0x464240) is unknown color: approx Paco. HEX triplet: 46, 42 and 40. RGB value is (70,66,64). Sum of RGB (Red+Green+Blue) = 70+66+64=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 70 - color contains mainly: red. Hex color #464240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464240 is #B9BDBF. Grayscale: #424242. Windows color (decimal): -12172736 or 4211270. OLE color: 4211270.

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

Color convert

RGB706664-
CMYK00.060.090.73
HSL20º4.48%26.27%-
HSV(B)20º8.57%27.45%-
XYZ5.45.575.64-
YUV66.97126.33130.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 64 (25.39% from 255) = 32%
R=35%
G=33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70666400.060.090.73204.4826.27
Hex464240069491441a
Octal106102100061111124432
Binary1000110100001010000000110100110010011010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464240; }

 p { color: rgb(70,66,64); }

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

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

 a { background-color: rgb(70,66,64); }

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

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

 span { border-color: rgb(70,66,64); }

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