#44484C

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

Shades of Steel Grey #44484C

Tints of Steel Grey #44484C

Color information

#44484C (or 0x44484C) is unknown color: approx Steel Grey. HEX triplet: 44, 48 and 4C. RGB value is (68,72,76). Sum of RGB (Red+Green+Blue) = 68+72+76=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #44484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44484C is #BBB7B3. Grayscale: #474747. Windows color (decimal): -12302260 or 4999236. OLE color: 4999236.

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

Color convert

RGB687276-
CMYK0.110.0500.70
HSL210º5.56%28.24%-
HSV(B)210º10.53%29.8%-
XYZ6.016.397.75-
YUV71.26130.67125.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=31.48%
G=33.33%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6872760.110.0500.702105.5628.24
Hex44484CB5046d261c
Octal1041101141350106322634
Binary1000100100100010011001011101010001101101001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,72,76); }

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

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

 a { background-color: rgb(68,72,76); }

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

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

 span { border-color: rgb(68,72,76); }

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