Html Css Color HEX #49625E Dark Slate

📋 copy color: '#49625E'

red 73 ◦ green 98 ◦ blue 94

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

Shades of Dark Slate #49625E

Tints of Dark Slate #49625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

 BLUE value IS 94 (37.11% from 255) = 35.47%

R = 27.55%
G = 36.98%
B = 35.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#49625E (or 0x49625E) is known color: Dark Slate. HEX triplet: 49, 62 and 5E. RGB value is (73,98,94). Sum of RGB (Red+Green+Blue) = 73+98+94=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #49625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49625E is #B69DA1. Grayscale: #5A5A5A. Windows color (decimal): -11967906 or 6185545. OLE color: 6185545.

HSL color Cylindrical-coordinate representation of color #49625E: hue angle of 170.4º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49625E is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 94 -
CMYK 0.26 0 0.04 0.62
HSL 170.4º 0.15% 0.34% -
HSV(B) 170.4º 0.26% 0.38% -
XYZ 9.14 10.96 12.22 -
YUV 90.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 73 98 94 0.26 0 0.04 0.62 170.4 0.15 0.34
Hex 49 62 5E 1A 0 4 3E AA F 22
Octal 111 142 136 32 0 4 76 252 17 42
Binary 1001001 1100010 1011110 11010 0 100 111110 10101010 1111 100010

Color Harmonies of #49625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49625E

Black with #49625E

Text Example


Text Example

White with #49625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49625E; }

 p { color: rgb(73,98,94); }

 H1.HeaderClassName
 {
   color: #49625E;
 }
 .AnyTagClassName
 {
   color: #49625E;
 }
</style>

background-color css

<style>
 a { background-color: #49625E; }

 a { background-color: rgb(73,98,94); }

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

border-color css

<style>
 span { border-color: #49625E; }

 span { border-color: rgb(73,98,94); }

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