#40444B

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

Shades of Steel Grey #40444B

Tints of Steel Grey #40444B

Color information

#40444B (or 0x40444B) is unknown color: approx Steel Grey. HEX triplet: 40, 44 and 4B. RGB value is (64,68,75). Sum of RGB (Red+Green+Blue) = 64+68+75=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 75 - color contains mainly: blue. Hex color #40444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40444B is #BFBBB4. Grayscale: #434343. Windows color (decimal): -12565429 or 4932672. OLE color: 4932672.

HSL color Cylindrical-coordinate representation of color #40444B: hue angle of 218.18º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #40444B is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB646875-
CMYK0.150.0900.71
HSL218.18º7.91%27.25%-
HSV(B)218.18º14.67%29.41%-
XYZ5.455.737.48-
YUV67.6132.17125.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=30.92%
G=32.85%
B=36.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6468750.150.0900.71218.187.9127.25
Hex40444BF9047da81b
Octal100104113171101073321033
Binary100000010001001001011111110010100011111011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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