#43464C

Color #43464C Steel Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Grey #43464C

Tints of Steel Grey #43464C

Color information

#43464C (or 0x43464C) is unknown color: approx Steel Grey. HEX triplet: 43, 46 and 4C. RGB value is (67,70,76). Sum of RGB (Red+Green+Blue) = 67+70+76=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #43464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43464C is #BCB9B3. Grayscale: #454545. Windows color (decimal): -12368308 or 4998723. OLE color: 4998723.

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

Color convert

RGB677076-
CMYK0.120.0800.70
HSL220º6.29%28.04%-
HSV(B)220º11.84%29.8%-
XYZ5.816.17.71-
YUV69.79131.51126.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=31.46%
G=32.86%
B=35.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6770760.120.0800.702206.2928.04
Hex43464CC8046dc61c
Octal10310611414100106334634
Binary10000111000110100110011001000010001101101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43464C; }

 p { color: rgb(67,70,76); }

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

<style>
 a { background-color: #43464C; }

 a { background-color: rgb(67,70,76); }

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

<style>
 span { border-color: #43464C; }

 span { border-color: rgb(67,70,76); }

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