#464343

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

Shades of Charcoal #464343

Tints of Charcoal #464343

Color information

#464343 (or 0x464343) is unknown color: approx Charcoal. HEX triplet: 46, 43 and 43. RGB value is (70,67,67). Sum of RGB (Red+Green+Blue) = 70+67+67=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 70 - color contains mainly: red. Hex color #464343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464343 is #B9BCBC. Grayscale: #434343. Windows color (decimal): -12172477 or 4408134. OLE color: 4408134.

HSL color Cylindrical-coordinate representation of color #464343: hue angle of 0º 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 #464343 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB706767-
CMYK00.040.040.73
HSL2.19%26.86%-
HSV(B)4.29%27.45%-
XYZ5.555.726.12-
YUV67.9127.49129.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=34.31%
G=32.84%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70676700.040.040.7302.1926.86
Hex46434304449021b
Octal1061031030441110233
Binary1000110100001110000110100100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464343; }

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

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

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

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

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

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

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

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