#43474D

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

Shades of Steel Grey #43474D

Tints of Steel Grey #43474D

Color information

#43474D (or 0x43474D) is unknown color: approx Steel Grey. HEX triplet: 43, 47 and 4D. RGB value is (67,71,77). Sum of RGB (Red+Green+Blue) = 67+71+77=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #43474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43474D is #BCB8B2. Grayscale: #464646. Windows color (decimal): -12368051 or 5064515. OLE color: 5064515.

HSL color Cylindrical-coordinate representation of color #43474D: hue angle of 216º 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 #43474D is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB677177-
CMYK0.130.0800.70
HSL216º6.94%28.24%-
HSV(B)216º12.99%30.2%-
XYZ5.916.247.91-
YUV70.49131.67125.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=31.16%
G=33.02%
B=35.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6771770.130.0800.702166.9428.24
Hex43474DD8046d871c
Octal10310711515100106330734
Binary10000111000111100110111011000010001101101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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