#42464C

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

Shades of Steel Grey #42464C

Tints of Steel Grey #42464C

Color information

#42464C (or 0x42464C) is unknown color: approx Steel Grey. HEX triplet: 42, 46 and 4C. RGB value is (66,70,76). Sum of RGB (Red+Green+Blue) = 66+70+76=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #42464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42464C is #BDB9B3. Grayscale: #454545. Windows color (decimal): -12433844 or 4998722. OLE color: 4998722.

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

Color convert

RGB667076-
CMYK0.130.0800.70
HSL216º7.04%27.84%-
HSV(B)216º13.16%29.8%-
XYZ5.746.067.7-
YUV69.49131.67125.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=31.13%
G=33.02%
B=35.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6670760.130.0800.702167.0427.84
Hex42464CD8046d871c
Octal10210611415100106330734
Binary10000101000110100110011011000010001101101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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