#46635F

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

Shades of Dark Slate #46635F

Tints of Dark Slate #46635F

Color information

#46635F (or 0x46635F) is unknown color: approx Dark Slate. HEX triplet: 46, 63 and 5F. RGB value is (70,99,95). Sum of RGB (Red+Green+Blue) = 70+99+95=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #46635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46635F is #B99CA0. Grayscale: #595959. Windows color (decimal): -12164257 or 6251334. OLE color: 6251334.

HSL color Cylindrical-coordinate representation of color #46635F: hue angle of 171.72º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46635F is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB709995-
CMYK0.2900.040.61
HSL171.72º17.16%33.14%-
HSV(B)171.72º29.29%38.82%-
XYZ9.0511.0512.48-
YUV89.87130.89113.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=26.52%
G=37.5%
B=35.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099950.2900.040.61171.7217.1633.14
Hex46635F1D043Dac1121
Octal1061431373504752542141
Binary1000110110001110111111110101001111011010110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,99,95); }

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

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

 a { background-color: rgb(70,99,95); }

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

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

 span { border-color: rgb(70,99,95); }

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