#404549

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

Shades of Arsenic #404549

Tints of Arsenic #404549

Color information

#404549 (or 0x404549) is unknown color: approx Arsenic. HEX triplet: 40, 45 and 49. RGB value is (64,69,73). Sum of RGB (Red+Green+Blue) = 64+69+73=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 73 - color contains mainly: blue. Hex color #404549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404549 is #BFBAB6. Grayscale: #434343. Windows color (decimal): -12565175 or 4801856. OLE color: 4801856.

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

Color convert

RGB646973-
CMYK0.120.0500.71
HSL206.67º6.57%26.86%-
HSV(B)206.67º12.33%28.63%-
XYZ5.455.837.14-
YUV67.96130.84125.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=31.07%
G=33.50%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6469730.120.0500.71206.676.5726.86
Hex404549C5047cf71b
Octal1001051111450107317733
Binary1000000100010110010011100101010001111100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404549; }

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

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

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

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

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

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

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

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