#42464E

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

Shades of Steel Grey #42464E

Tints of Steel Grey #42464E

Color information

#42464E (or 0x42464E) is unknown color: approx Steel Grey. HEX triplet: 42, 46 and 4E. RGB value is (66,70,78). Sum of RGB (Red+Green+Blue) = 66+70+78=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 78 - color contains mainly: blue. Hex color #42464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42464E is #BDB9B1. Grayscale: #454545. Windows color (decimal): -12433842 or 5129794. OLE color: 5129794.

HSL color Cylindrical-coordinate representation of color #42464E: hue angle of 220º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #42464E is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB667078-
CMYK0.150.1000.69
HSL220º8.33%28.24%-
HSV(B)220º15.38%30.59%-
XYZ5.816.098.08-
YUV69.72132.67125.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=30.84%
G=32.71%
B=36.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6670780.150.1000.692208.3328.24
Hex42464EFA045dc81c
Octal102106116171201053341034
Binary100001010001101001110111110100100010111011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42464E; }

 p { color: rgb(66,70,78); }

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

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

 a { background-color: rgb(66,70,78); }

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

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

 span { border-color: rgb(66,70,78); }

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