Html Css Color HEX #494D4D Dark Slate

📋 copy color: '#494D4D'

red 73 ◦ green 77 ◦ blue 77

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

Shades of Dark Slate #494D4D

Tints of Dark Slate #494D4D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.92%

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 32.16%
G = 33.92%
B = 33.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#494D4D (or 0x494D4D) is known color: Dark Slate. HEX triplet: 49, 4D and 4D. RGB value is (73,77,77). Sum of RGB (Red+Green+Blue) = 73+77+77=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #494D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D4D is #B6B2B2. Grayscale: #4B4B4B. Windows color (decimal): -11973299 or 5066057. OLE color: 5066057.

HSL color Cylindrical-coordinate representation of color #494D4D: hue angle of 180º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494D4D is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 77 77 -
CMYK 0.05 0 0 0.70
HSL 180º 0.03% 0.29% -
HSV(B) 180º 0.05% 0.3% -
XYZ 6.74 7.26 8.07 -
YUV 75.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 73 77 77 0.05 0 0 0.70 180 0.03 0.29
Hex 49 4D 4D 5 0 0 46 B4 3 1D
Octal 111 115 115 5 0 0 106 264 3 35
Binary 1001001 1001101 1001101 101 0 0 1000110 10110100 11 11101

Color Harmonies of #494D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D4D

Black with #494D4D

Text Example


Text Example

White with #494D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494D4D; }

 p { color: rgb(73,77,77); }

 H1.HeaderClassName
 {
   color: #494D4D;
 }
 .AnyTagClassName
 {
   color: #494D4D;
 }
</style>

background-color css

<style>
 a { background-color: #494D4D; }

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

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

border-color css

<style>
 span { border-color: #494D4D; }

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

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