#42464B

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

Shades of Steel Grey #42464B

Tints of Steel Grey #42464B

Color information

#42464B (or 0x42464B) is unknown color: approx Steel Grey. HEX triplet: 42, 46 and 4B. RGB value is (66,70,75). Sum of RGB (Red+Green+Blue) = 66+70+75=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #42464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42464B is #BDB9B4. Grayscale: #454545. Windows color (decimal): -12433845 or 4933186. OLE color: 4933186.

HSL color Cylindrical-coordinate representation of color #42464B: hue angle of 213.33º 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 #42464B is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB667075-
CMYK0.120.0700.71
HSL213.33º6.38%27.65%-
HSV(B)213.33º12%29.41%-
XYZ5.716.057.52-
YUV69.37131.17125.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=31.28%
G=33.18%
B=35.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6670750.120.0700.71213.336.3827.65
Hex42464BC7047d561c
Octal1021061131470107325634
Binary1000010100011010010111100111010001111101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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