#42464F

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

Shades of Steel Grey #42464F

Tints of Steel Grey #42464F

Color information

#42464F (or 0x42464F) is unknown color: approx Steel Grey. HEX triplet: 42, 46 and 4F. RGB value is (66,70,79). Sum of RGB (Red+Green+Blue) = 66+70+79=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #42464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42464F is #BDB9B0. Grayscale: #454545. Windows color (decimal): -12433841 or 5195330. OLE color: 5195330.

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

Color convert

RGB667079-
CMYK0.160.1100.69
HSL221.54º8.97%28.43%-
HSV(B)221.54º16.46%30.98%-
XYZ5.856.18.27-
YUV69.83133.17125.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=30.70%
G=32.56%
B=36.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6670790.160.1100.69221.548.9728.43
Hex42464F10B045de91c
Octal102106117201301053361134
Binary1000010100011010011111000010110100010111011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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