#494C4C

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

Shades of Dark Slate #494C4C

Tints of Dark Slate #494C4C

Color information

#494C4C (or 0x494C4C) is unknown color: approx Dark Slate. HEX triplet: 49, 4C and 4C. RGB value is (73,76,76). Sum of RGB (Red+Green+Blue) = 73+76+76=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #494C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C4C is #B6B3B3. Grayscale: #4B4B4B. Windows color (decimal): -11973556 or 5000265. OLE color: 5000265.

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

Color convert

RGB737676-
CMYK0.04000.70
HSL180º2.01%29.22%-
HSV(B)180º3.95%29.8%-
XYZ6.647.117.86-
YUV75.1128.51126.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=32.44%
G=33.78%
B=33.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376760.04000.701802.0129.22
Hex494C4C40046b421d
Octal111114114400106264235
Binary100100110011001001100100001000110101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #494C4C;
 }
 .AnyTagClassName
 {
   color: #494C4C;
 }
</style>
background-color css

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

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

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

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

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

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