#43474B

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

Shades of Arsenic #43474B

Tints of Arsenic #43474B

Color information

#43474B (or 0x43474B) is unknown color: approx Arsenic. HEX triplet: 43, 47 and 4B. RGB value is (67,71,75). Sum of RGB (Red+Green+Blue) = 67+71+75=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #43474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43474B is #BCB8B4. Grayscale: #464646. Windows color (decimal): -12368053 or 4933443. OLE color: 4933443.

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

Color convert

RGB677175-
CMYK0.110.0500.71
HSL210º5.63%27.84%-
HSV(B)210º10.67%29.41%-
XYZ5.846.217.55-
YUV70.26130.67125.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=31.46%
G=33.33%
B=35.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6771750.110.0500.712105.6327.84
Hex43474BB5047d261c
Octal1031071131350107322634
Binary1000011100011110010111011101010001111101001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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