Html Css Color HEX #46615D Dark Slate

📋 copy color: '#46615D'

red 70 ◦ green 97 ◦ blue 93

#46615D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #46615D

Tints of Dark Slate #46615D

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 value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#46615D (or 0x46615D) is known color: 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

RGB 70 97 93 -
CMYK 0.28 0 0.04 0.62
HSL 171.11º 0.16% 0.33% -
HSV(B) 171.11º 0.28% 0.38% -
XYZ 8.78 10.64 11.95 -
YUV 88.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 70 97 93 0.28 0 0.04 0.62 171.11 0.16 0.33
Hex 46 61 5D 1C 0 4 3E AB 10 21
Octal 106 141 135 34 0 4 76 253 20 41
Binary 1000110 1100001 1011101 11100 0 100 111110 10101011 10000 100001

Color Harmonies of #46615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46615D

Black with #46615D

Text Example


Text Example

White with #46615D

Text Example


Text Example

HTML Codes & Css Web 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>