#42454B

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

Shades of Steel Grey #42454B

Tints of Steel Grey #42454B

Color information

#42454B (or 0x42454B) is unknown color: approx Steel Grey. HEX triplet: 42, 45 and 4B. RGB value is (66,69,75). Sum of RGB (Red+Green+Blue) = 66+69+75=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 75 - color contains mainly: blue. Hex color #42454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42454B is #BDBAB4. Grayscale: #444444. Windows color (decimal): -12434101 or 4932930. OLE color: 4932930.

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

Color convert

RGB666975-
CMYK0.120.0800.71
HSL220º6.38%27.65%-
HSV(B)220º12%29.41%-
XYZ5.645.927.5-
YUV68.79131.51126.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=31.43%
G=32.86%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6669750.120.0800.712206.3827.65
Hex42454BC8047dc61c
Octal10210511314100107334634
Binary10000101000101100101111001000010001111101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,69,75); }

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

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

 a { background-color: rgb(66,69,75); }

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

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

 span { border-color: rgb(66,69,75); }

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