#46605D

Color #46605D Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #46605D

Tints of Dark Slate #46605D

Color information

#46605D (or 0x46605D) is unknown color: approx Dark Slate. HEX triplet: 46, 60 and 5D. RGB value is (70,96,93). Sum of RGB (Red+Green+Blue) = 70+96+93=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #46605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46605D is #B99FA2. Grayscale: #575757. Windows color (decimal): -12165027 or 6119494. OLE color: 6119494.

HSL color Cylindrical-coordinate representation of color #46605D: hue angle of 173.08º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46605D is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB709693-
CMYK0.2700.030.62
HSL173.08º15.66%32.55%-
HSV(B)173.08º27.08%37.65%-
XYZ8.6810.4611.92-
YUV87.88130.89115.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=27.03%
G=37.07%
B=35.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096930.2700.030.62173.0815.6632.55
Hex46605D1B033Ead1021
Octal1061401353303762552041
Binary100011011000001011101110110111111101010110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,96,93); }

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

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

 a { background-color: rgb(70,96,93); }

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

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

 span { border-color: rgb(70,96,93); }

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