#40474C

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

Shades of Arsenic #40474C

Tints of Arsenic #40474C

Color information

#40474C (or 0x40474C) is unknown color: approx Arsenic. HEX triplet: 40, 47 and 4C. RGB value is (64,71,76). Sum of RGB (Red+Green+Blue) = 64+71+76=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 76 - color contains mainly: blue. Hex color #40474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40474C is #BFB8B3. Grayscale: #454545. Windows color (decimal): -12564660 or 4998976. OLE color: 4998976.

HSL color Cylindrical-coordinate representation of color #40474C: hue angle of 205º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #40474C is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB647176-
CMYK0.160.0700.70
HSL205º8.57%27.45%-
HSV(B)205º15.79%29.8%-
XYZ5.676.127.72-
YUV69.48131.68124.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=30.33%
G=33.65%
B=36.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6471760.160.0700.702058.5727.45
Hex40474C107046cd91b
Octal10010711420701063151133
Binary100000010001111001100100001110100011011001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40474C; }

 p { color: rgb(64,71,76); }

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

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

 a { background-color: rgb(64,71,76); }

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

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

 span { border-color: rgb(64,71,76); }

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