#404348

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

Shades of Steel Grey #404348

Tints of Steel Grey #404348

Color information

#404348 (or 0x404348) is unknown color: approx Steel Grey. HEX triplet: 40, 43 and 48. RGB value is (64,67,72). Sum of RGB (Red+Green+Blue) = 64+67+72=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 72 - color contains mainly: blue. Hex color #404348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404348 is #BFBCB7. Grayscale: #424242. Windows color (decimal): -12565688 or 4735808. OLE color: 4735808.

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

Color convert

RGB646772-
CMYK0.110.0700.72
HSL217.5º5.88%26.67%-
HSV(B)217.5º11.11%28.24%-
XYZ5.295.576.93-
YUV66.67131.01126.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=31.53%
G=33.00%
B=35.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6467720.110.0700.72217.55.8826.67
Hex404348B7048d961b
Octal1001031101370110331633
Binary1000000100001110010001011111010010001101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404348; }

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

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

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

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

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

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

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

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