Html Css Color HEX #49615D Dark Slate

📋 copy color: '#49615D'

red 73 ◦ green 97 ◦ blue 93

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

Shades of Dark Slate #49615D

Tints of Dark Slate #49615D

RGB

 RED value IS 73 (28.91% from 255) = 27.76%

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 27.76%
G = 36.88%
B = 35.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#49615D (or 0x49615D) is known color: Dark Slate. HEX triplet: 49, 61 and 5D. RGB value is (73,97,93). Sum of RGB (Red+Green+Blue) = 73+97+93=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #49615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49615D is #B69EA2. Grayscale: #595959. Windows color (decimal): -11968163 or 6119753. OLE color: 6119753.

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

Color convert

RGB 73 97 93 -
CMYK 0.25 0 0.04 0.62
HSL 170º 0.14% 0.33% -
HSV(B) 170º 0.25% 0.38% -
XYZ 9 10.76 11.96 -
YUV 89.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 73 97 93 0.25 0 0.04 0.62 170 0.14 0.33
Hex 49 61 5D 19 0 4 3E AA E 21
Octal 111 141 135 31 0 4 76 252 16 41
Binary 1001001 1100001 1011101 11001 0 100 111110 10101010 1110 100001

Color Harmonies of #49615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49615D

Black with #49615D

Text Example


Text Example

White with #49615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49615D;
 }
 .AnyTagClassName
 {
   color: #49615D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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