#46615D

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

Shades of Dark Slate #46615D

Tints of Dark Slate #46615D

Color information

#46615D (or 0x46615D) is unknown color: approx Dark Slate. HEX triplet: 46, 61 and 5D. RGB value is (70,97,93). Sum of RGB (Red+Green+Blue) = 70+97+93=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #46615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46615D is #B99EA2. Grayscale: #585858. Windows color (decimal): -12164771 or 6119750. OLE color: 6119750.

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

Color convert

RGB709793-
CMYK0.2800.040.62
HSL171.11º16.17%32.75%-
HSV(B)171.11º27.84%38.04%-
XYZ8.7810.6411.95-
YUV88.47130.55114.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=26.92%
G=37.31%
B=35.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097930.2800.040.62171.1116.1732.75
Hex46615D1C043Eab1021
Octal1061411353404762532041
Binary1000110110000110111011110001001111101010101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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