#444649

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

Shades of Steel Grey #444649

Tints of Steel Grey #444649

Color information

#444649 (or 0x444649) is unknown color: approx Steel Grey. HEX triplet: 44, 46 and 49. RGB value is (68,70,73). Sum of RGB (Red+Green+Blue) = 68+70+73=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 73 - color contains mainly: blue. Hex color #444649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444649 is #BBB9B6. Grayscale: #454545. Windows color (decimal): -12302775 or 4802116. OLE color: 4802116.

HSL color Cylindrical-coordinate representation of color #444649: hue angle of 216º 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 #444649 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB687073-
CMYK0.070.0400.71
HSL216º3.55%27.65%-
HSV(B)216º6.85%28.63%-
XYZ5.786.097.17-
YUV69.74129.84126.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=32.23%
G=33.18%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6870730.070.0400.712163.5527.65
Hex44464974047d841c
Octal104106111740107330434
Binary100010010001101001001111100010001111101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444649; }

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

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

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

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

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

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

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

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