#42474D

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

Shades of Steel Grey #42474D

Tints of Steel Grey #42474D

Color information

#42474D (or 0x42474D) is unknown color: approx Steel Grey. HEX triplet: 42, 47 and 4D. RGB value is (66,71,77). Sum of RGB (Red+Green+Blue) = 66+71+77=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #42474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42474D is #BDB8B2. Grayscale: #464646. Windows color (decimal): -12433587 or 5064514. OLE color: 5064514.

HSL color Cylindrical-coordinate representation of color #42474D: hue angle of 212.73º 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 #42474D is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB667177-
CMYK0.140.0800.70
HSL212.73º7.69%28.04%-
HSV(B)212.73º14.29%30.2%-
XYZ5.846.27.91-
YUV70.19131.84125.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=30.84%
G=33.18%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6671770.140.0800.70212.737.6928.04
Hex42474DE8046d581c
Octal102107115161001063251034
Binary100001010001111001101111010000100011011010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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