Html Css Color HEX #49605D Dark Slate

📋 copy color: '#49605D'

red 73 ◦ green 96 ◦ blue 93

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

Shades of Dark Slate #49605D

Tints of Dark Slate #49605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 27.86%
G = 36.64%
B = 35.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#49605D (or 0x49605D) is known color: Dark Slate. HEX triplet: 49, 60 and 5D. RGB value is (73,96,93). Sum of RGB (Red+Green+Blue) = 73+96+93=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #49605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49605D is #B69FA2. Grayscale: #585858. Windows color (decimal): -11968419 or 6119497. OLE color: 6119497.

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

Color convert

RGB 73 96 93 -
CMYK 0.24 0 0.03 0.62
HSL 172.17º 0.14% 0.33% -
HSV(B) 172.17º 0.24% 0.38% -
XYZ 8.91 10.57 11.93 -
YUV 88.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 73 96 93 0.24 0 0.03 0.62 172.17 0.14 0.33
Hex 49 60 5D 18 0 3 3E AC E 21
Octal 111 140 135 30 0 3 76 254 16 41
Binary 1001001 1100000 1011101 11000 0 11 111110 10101100 1110 100001

Color Harmonies of #49605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49605D

Black with #49605D

Text Example


Text Example

White with #49605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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