#434548

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

Shades of Steel Grey #434548

Tints of Steel Grey #434548

Color information

#434548 (or 0x434548) is unknown color: approx Steel Grey. HEX triplet: 43, 45 and 48. RGB value is (67,69,72). Sum of RGB (Red+Green+Blue) = 67+69+72=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 72 - color contains mainly: blue. Hex color #434548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434548 is #BCBAB7. Grayscale: #444444. Windows color (decimal): -12368568 or 4736323. OLE color: 4736323.

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

Color convert

RGB676972-
CMYK0.070.0400.72
HSL216º3.6%27.25%-
HSV(B)216º6.94%28.24%-
XYZ5.615.926.98-
YUV68.74129.84126.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=32.21%
G=33.17%
B=34.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6769720.070.0400.722163.627.25
Hex43454874048d841b
Octal103105110740110330433
Binary100001110001011001000111100010010001101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434548; }

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

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

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

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

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

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

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

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