#464443

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

Shades of Paco #464443

Tints of Paco #464443

Color information

#464443 (or 0x464443) is unknown color: approx Paco. HEX triplet: 46, 44 and 43. RGB value is (70,68,67). Sum of RGB (Red+Green+Blue) = 70+68+67=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 70 - color contains mainly: red. Hex color #464443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464443 is #B9BBBC. Grayscale: #444444. Windows color (decimal): -12172221 or 4408390. OLE color: 4408390.

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

Color convert

RGB706867-
CMYK00.030.040.73
HSL20º2.19%26.86%-
HSV(B)20º4.29%27.45%-
XYZ5.615.846.14-
YUV68.48127.16129.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 67 (26.56% from 255) = 32.68%
R=34.15%
G=33.17%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70686700.030.040.73202.1926.86
Hex464443034491421b
Octal10610410303411124233
Binary1000110100010010000110111001001001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464443; }

 p { color: rgb(70,68,67); }

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

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

 a { background-color: rgb(70,68,67); }

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

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

 span { border-color: rgb(70,68,67); }

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