#404248

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

Shades of Steel Grey #404248

Tints of Steel Grey #404248

Color information

#404248 (or 0x404248) is unknown color: approx Steel Grey. HEX triplet: 40, 42 and 48. RGB value is (64,66,72). Sum of RGB (Red+Green+Blue) = 64+66+72=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 72 - color contains mainly: blue. Hex color #404248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404248 is #BFBDB7. Grayscale: #424242. Windows color (decimal): -12565944 or 4735552. OLE color: 4735552.

HSL color Cylindrical-coordinate representation of color #404248: hue angle of 225º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #404248 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB646672-
CMYK0.110.0800.72
HSL225º5.88%26.67%-
HSV(B)225º11.11%28.24%-
XYZ5.235.456.91-
YUV66.09131.34126.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=31.68%
G=32.67%
B=35.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6466720.110.0800.722255.8826.67
Hex404248B8048e161b
Octal10010211013100110341633
Binary10000001000010100100010111000010010001110000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404248; }

 p { color: rgb(64,66,72); }

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

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

 a { background-color: rgb(64,66,72); }

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

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

 span { border-color: rgb(64,66,72); }

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