#494A4A

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

Shades of Dark Slate #494A4A

Tints of Dark Slate #494A4A

Color information

#494A4A (or 0x494A4A) is unknown color: approx Dark Slate. HEX triplet: 49, 4A and 4A. RGB value is (73,74,74). Sum of RGB (Red+Green+Blue) = 73+74+74=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #494A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A4A is #B6B5B5. Grayscale: #494949. Windows color (decimal): -11974070 or 4868681. OLE color: 4868681.

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

Color convert

RGB737474-
CMYK0.01000.71
HSL180º0.68%28.82%-
HSV(B)180º1.35%29.02%-
XYZ6.436.817.45-
YUV73.7128.17127.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=33.03%
G=33.48%
B=33.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7374740.01000.711800.6828.82
Hex494A4A10047b411d
Octal111112112100107264135
Binary100100110010101001010100100011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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