#43474A

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

Shades of Arsenic #43474A

Tints of Arsenic #43474A

Color information

#43474A (or 0x43474A) is unknown color: approx Arsenic. HEX triplet: 43, 47 and 4A. RGB value is (67,71,74). Sum of RGB (Red+Green+Blue) = 67+71+74=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 74 - color contains mainly: blue. Hex color #43474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43474A is #BCB8B5. Grayscale: #464646. Windows color (decimal): -12368054 or 4867907. OLE color: 4867907.

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

Color convert

RGB677174-
CMYK0.090.0400.71
HSL205.71º4.96%27.65%-
HSV(B)205.71º9.46%29.02%-
XYZ5.86.197.37-
YUV70.15130.17125.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=31.60%
G=33.49%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6771740.090.0400.71205.714.9627.65
Hex43474A94047ce51c
Octal1031071121140107316534
Binary1000011100011110010101001100010001111100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,71,74); }

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

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

 a { background-color: rgb(67,71,74); }

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

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

 span { border-color: rgb(67,71,74); }

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