#434A50

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

Shades of Arsenic #434A50

Tints of Arsenic #434A50

Color information

#434A50 (or 0x434A50) is unknown color: approx Arsenic. HEX triplet: 43, 4A and 50. RGB value is (67,74,80). Sum of RGB (Red+Green+Blue) = 67+74+80=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #434A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A50 is #BCB5AF. Grayscale: #484848. Windows color (decimal): -12367280 or 5261891. OLE color: 5261891.

HSL color Cylindrical-coordinate representation of color #434A50: hue angle of 207.69º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #434A50 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB677480-
CMYK0.160.0800.69
HSL207.69º8.84%28.82%-
HSV(B)207.69º16.25%31.37%-
XYZ6.216.678.55-
YUV72.59132.18124.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=30.32%
G=33.48%
B=36.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6774800.160.0800.69207.698.8428.82
Hex434A50108045d091d
Octal103112120201001053201135
Binary1000011100101010100001000010000100010111010000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434A50; }

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

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

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

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

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

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

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

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