#404548

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

Shades of Arsenic #404548

Tints of Arsenic #404548

Color information

#404548 (or 0x404548) is unknown color: approx Arsenic. HEX triplet: 40, 45 and 48. RGB value is (64,69,72). Sum of RGB (Red+Green+Blue) = 64+69+72=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 72 - color contains mainly: blue. Hex color #404548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404548 is #BFBAB7. Grayscale: #434343. Windows color (decimal): -12565176 or 4736320. OLE color: 4736320.

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

Color convert

RGB646972-
CMYK0.110.0400.72
HSL202.5º5.88%26.67%-
HSV(B)202.5º11.11%28.24%-
XYZ5.415.816.97-
YUV67.85130.34125.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=31.22%
G=33.66%
B=35.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6469720.110.0400.72202.55.8826.67
Hex404548B4048ca61b
Octal1001051101340110312633
Binary1000000100010110010001011100010010001100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404548; }

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

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

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

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

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

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

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

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