#46605C

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

Shades of Dark Slate #46605C

Tints of Dark Slate #46605C

Color information

#46605C (or 0x46605C) is unknown color: approx Dark Slate. HEX triplet: 46, 60 and 5C. RGB value is (70,96,92). Sum of RGB (Red+Green+Blue) = 70+96+92=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #46605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46605C is #B99FA3. Grayscale: #575757. Windows color (decimal): -12165028 or 6053958. OLE color: 6053958.

HSL color Cylindrical-coordinate representation of color #46605C: hue angle of 170.77º 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 #46605C is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB709692-
CMYK0.2700.040.62
HSL170.77º15.66%32.55%-
HSV(B)170.77º27.08%37.65%-
XYZ8.6410.4411.69-
YUV87.77130.39115.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=27.13%
G=37.21%
B=35.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096920.2700.040.62170.7715.6632.55
Hex46605C1B043Eab1021
Octal1061401343304762532041
Binary1000110110000010111001101101001111101010101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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