#404649

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

Shades of Arsenic #404649

Tints of Arsenic #404649

Color information

#404649 (or 0x404649) is unknown color: approx Arsenic. HEX triplet: 40, 46 and 49. RGB value is (64,70,73). Sum of RGB (Red+Green+Blue) = 64+70+73=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 73 - color contains mainly: blue. Hex color #404649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404649 is #BFB9B6. Grayscale: #444444. Windows color (decimal): -12564919 or 4802112. OLE color: 4802112.

HSL color Cylindrical-coordinate representation of color #404649: hue angle of 200º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #404649 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB647073-
CMYK0.120.0400.71
HSL200º6.57%26.86%-
HSV(B)200º12.33%28.63%-
XYZ5.515.957.16-
YUV68.55130.51124.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=30.92%
G=33.82%
B=35.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6470730.120.0400.712006.5726.86
Hex404649C4047c871b
Octal1001061111440107310733
Binary1000000100011010010011100100010001111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404649; }

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

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

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

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

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

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

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

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