#434649

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

Shades of Arsenic #434649

Tints of Arsenic #434649

Color information

#434649 (or 0x434649) is unknown color: approx Arsenic. HEX triplet: 43, 46 and 49. RGB value is (67,70,73). Sum of RGB (Red+Green+Blue) = 67+70+73=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 73 - color contains mainly: blue. Hex color #434649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434649 is #BCB9B6. Grayscale: #454545. Windows color (decimal): -12368311 or 4802115. OLE color: 4802115.

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

Color convert

RGB677073-
CMYK0.080.0400.71
HSL210º4.29%27.45%-
HSV(B)210º8.22%28.63%-
XYZ5.716.057.17-
YUV69.44130.01126.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=31.90%
G=33.33%
B=34.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6770730.080.0400.712104.2927.45
Hex43464984047d241b
Octal1031061111040107322433
Binary1000011100011010010011000100010001111101001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434649; }

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

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

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

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

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

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

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

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