#43494E

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

Shades of Arsenic #43494E

Tints of Arsenic #43494E

Color information

#43494E (or 0x43494E) is unknown color: approx Arsenic. HEX triplet: 43, 49 and 4E. RGB value is (67,73,78). Sum of RGB (Red+Green+Blue) = 67+73+78=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 78 - color contains mainly: blue. Hex color #43494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43494E is #BCB6B1. Grayscale: #474747. Windows color (decimal): -12367538 or 5130563. OLE color: 5130563.

HSL color Cylindrical-coordinate representation of color #43494E: hue angle of 207.27º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #43494E is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB677378-
CMYK0.140.0600.69
HSL207.27º7.59%28.43%-
HSV(B)207.27º14.1%30.59%-
XYZ6.076.518.14-
YUV71.78131.51124.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=30.73%
G=33.49%
B=35.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6773780.140.0600.69207.277.5928.43
Hex43494EE6045cf81c
Octal10311111616601053171034
Binary10000111001001100111011101100100010111001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43494E; }

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

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

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

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

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

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

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

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