#494D4D

Color #494D4D Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #494D4D

Tints of Dark Slate #494D4D

Color information

#494D4D (or 0x494D4D) is unknown color: approx 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

RGB737777-
CMYK0.05000.70
HSL180º2.67%29.41%-
HSV(B)180º5.19%30.2%-
XYZ6.747.268.07-
YUV75.8128.67126-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377770.05000.701802.6729.41
Hex494D4D50046b431d
Octal111115115500106264335
Binary100100110011011001101101001000110101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>