#42454D

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

Shades of Steel Grey #42454D

Tints of Steel Grey #42454D

Color information

#42454D (or 0x42454D) is unknown color: approx Steel Grey. HEX triplet: 42, 45 and 4D. RGB value is (66,69,77). Sum of RGB (Red+Green+Blue) = 66+69+77=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #42454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42454D is #BDBAB2. Grayscale: #444444. Windows color (decimal): -12434099 or 5064002. OLE color: 5064002.

HSL color Cylindrical-coordinate representation of color #42454D: hue angle of 223.64º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42454D is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB666977-
CMYK0.140.1000.70
HSL223.64º7.69%28.04%-
HSV(B)223.64º14.29%30.2%-
XYZ5.715.957.87-
YUV69.02132.51125.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=31.13%
G=32.55%
B=36.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6669770.140.1000.70223.647.6928.04
Hex42454DEA046e081c
Octal102105115161201063401034
Binary100001010001011001101111010100100011011100000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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