#43484D

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

Shades of Arsenic #43484D

Tints of Arsenic #43484D

Color information

#43484D (or 0x43484D) is unknown color: approx Arsenic. HEX triplet: 43, 48 and 4D. RGB value is (67,72,77). Sum of RGB (Red+Green+Blue) = 67+72+77=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #43484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43484D is #BCB7B2. Grayscale: #474747. Windows color (decimal): -12367795 or 5064771. OLE color: 5064771.

HSL color Cylindrical-coordinate representation of color #43484D: hue angle of 210º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #43484D is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB677277-
CMYK0.130.0600.70
HSL210º6.94%28.24%-
HSV(B)210º12.99%30.2%-
XYZ5.976.367.93-
YUV71.08131.34125.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=31.02%
G=33.33%
B=35.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6772770.130.0600.702106.9428.24
Hex43484DD6046d271c
Octal1031101151560106322734
Binary1000011100100010011011101110010001101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43484D; }

 p { color: rgb(67,72,77); }

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

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

 a { background-color: rgb(67,72,77); }

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

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

 span { border-color: rgb(67,72,77); }

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