Html Css Color HEX #49625F Dark Slate

📋 copy color: '#49625F'

red 73 ◦ green 98 ◦ blue 95

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

Shades of Dark Slate #49625F

Tints of Dark Slate #49625F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 27.44%
G = 36.84%
B = 35.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#49625F (or 0x49625F) is known color: Dark Slate. HEX triplet: 49, 62 and 5F. RGB value is (73,98,95). Sum of RGB (Red+Green+Blue) = 73+98+95=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #49625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49625F is #B69DA0. Grayscale: #5A5A5A. Windows color (decimal): -11967905 or 6251081. OLE color: 6251081.

HSL color Cylindrical-coordinate representation of color #49625F: hue angle of 172.8º 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 #49625F is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 95 -
CMYK 0.26 0 0.03 0.62
HSL 172.8º 0.15% 0.34% -
HSV(B) 172.8º 0.26% 0.38% -
XYZ 9.18 10.98 12.46 -
YUV 90.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 73 98 95 0.26 0 0.03 0.62 172.8 0.15 0.34
Hex 49 62 5F 1A 0 3 3E AD F 22
Octal 111 142 137 32 0 3 76 255 17 42
Binary 1001001 1100010 1011111 11010 0 11 111110 10101101 1111 100010

Color Harmonies of #49625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49625F

Black with #49625F

Text Example


Text Example

White with #49625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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