#44474D

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

Shades of Steel Grey #44474D

Tints of Steel Grey #44474D

Color information

#44474D (or 0x44474D) is unknown color: approx Steel Grey. HEX triplet: 44, 47 and 4D. RGB value is (68,71,77). Sum of RGB (Red+Green+Blue) = 68+71+77=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 71 (28.12% from 255 or 32.87% 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 #44474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44474D is #BBB8B2. Grayscale: #464646. Windows color (decimal): -12302515 or 5064516. OLE color: 5064516.

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

Color convert

RGB687177-
CMYK0.120.0800.70
HSL220º6.21%28.43%-
HSV(B)220º11.69%30.2%-
XYZ5.986.277.92-
YUV70.79131.51126.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=31.48%
G=32.87%
B=35.65%

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
Decimal6871770.120.0800.702206.2128.43
Hex44474DC8046dc61c
Octal10410711514100106334634
Binary10001001000111100110111001000010001101101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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