#444549

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

Shades of Steel Grey #444549

Tints of Steel Grey #444549

Color information

#444549 (or 0x444549) is unknown color: approx Steel Grey. HEX triplet: 44, 45 and 49. RGB value is (68,69,73). Sum of RGB (Red+Green+Blue) = 68+69+73=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 73 - color contains mainly: blue. Hex color #444549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444549 is #BBBAB6. Grayscale: #454545. Windows color (decimal): -12303031 or 4801860. OLE color: 4801860.

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

Color convert

RGB686973-
CMYK0.070.0500.71
HSL228º3.55%27.65%-
HSV(B)228º6.85%28.63%-
XYZ5.715.977.15-
YUV69.16130.17127.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=32.38%
G=32.86%
B=34.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6869730.070.0500.712283.5527.65
Hex44454975047e441c
Octal104105111750107344434
Binary100010010001011001001111101010001111110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444549; }

 p { color: rgb(68,69,73); }

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

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

 a { background-color: rgb(68,69,73); }

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

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

 span { border-color: rgb(68,69,73); }

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