#40444D

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

Shades of Steel Grey #40444D

Tints of Steel Grey #40444D

Color information

#40444D (or 0x40444D) is unknown color: approx Steel Grey. HEX triplet: 40, 44 and 4D. RGB value is (64,68,77). Sum of RGB (Red+Green+Blue) = 64+68+77=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #40444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40444D is #BFBBB2. Grayscale: #434343. Windows color (decimal): -12565427 or 5063744. OLE color: 5063744.

HSL color Cylindrical-coordinate representation of color #40444D: hue angle of 221.54º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40444D is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB646877-
CMYK0.170.1200.70
HSL221.54º9.22%27.65%-
HSV(B)221.54º16.88%30.2%-
XYZ5.525.767.84-
YUV67.83133.17125.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=30.62%
G=32.54%
B=36.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6468770.170.1200.70221.549.2227.65
Hex40444D11C046de91c
Octal100104115211401063361134
Binary1000000100010010011011000111000100011011011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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