#40464A

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

Shades of Arsenic #40464A

Tints of Arsenic #40464A

Color information

#40464A (or 0x40464A) is unknown color: approx Arsenic. HEX triplet: 40, 46 and 4A. RGB value is (64,70,74). Sum of RGB (Red+Green+Blue) = 64+70+74=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 74 - color contains mainly: blue. Hex color #40464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40464A is #BFB9B5. Grayscale: #444444. Windows color (decimal): -12564918 or 4867648. OLE color: 4867648.

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

Color convert

RGB647074-
CMYK0.140.0500.71
HSL204º7.25%27.06%-
HSV(B)204º13.51%29.02%-
XYZ5.545.967.34-
YUV68.66131.01124.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=30.77%
G=33.65%
B=35.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6470740.140.0500.712047.2527.06
Hex40464AE5047cc71b
Octal1001061121650107314733
Binary1000000100011010010101110101010001111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40464A; }

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

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

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

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

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

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

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

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