#494b4e

#494b4e color hex

#494b4e hex color information.
RGB value of #494b4e is (73,75,78)
Change page background color to #494b4e | Reset

#494b4e rgb color chart

Color spaces of #494b4e

RGB 737578
HSL0.600.030.30
HSV216°31°
CMYK 0.060.040.00   0.69
XYZ6.63896.99878.2087
Yxy6.99870.30390.3204
Hunter Lab26.4551-1.50170.1215
CIE-Lab31.8039-0.1359-2.0686

Shades of #494b4e

Tints of #494b4e

RGB Percentages of Color #494b4e

%32.30
%33.19
%34.51

CMYK Percentages of Color #494b4e

%6
%4
%0
%69

#494b4e Color Info

#494b4e hex color red value is 73, green value is 75 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #494b4e hue: 0.60 , saturation: 0.03 and the lightness value of 494b4e is 0.30.

The process color (four color CMYK) of #494b4e hex color is 0.06, 0.04, 0.00, 0.69. Web safe color of #494b4e is #333366

Color #494b4e contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001011 01001110
Octal 111 113 116
Decimal 73 75 78
Hexadecimal 49 4B 4E

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #494b4e

Triadic Colors of #494b4e

#494b4e #4e484b #4b4e48

Analogous Colors of #494b4e

#494b4e #49484e #484d4e

Complementary Color of #494b4e

#494b4e #4e4c48

#494b4e HSL Color Chart
#494b4e hsl color chart
#494b4e RGB Color Chart

#494b4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494b4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#494b4e Color CSS Codes

.mybgcolor {background-color:#494b4e; } 
.myforecolor {color:#494b4e; }
.mybordercolor {border:3px solid #494b4e; }
Sample text font color #494b4e

This sample text font color is #494b4e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#494b4e">Text here</p>
#494b4e background color

This div background color is #494b4e

<div style="background-color:#494b4e">
Div content here</div>
#494b4e border color

This div border color is #494b4e

<div style="border:3px solid #494b4e">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #494b4e Color Sample
#494b4eborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(73,75,78, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #494b4e; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #494b4e;
  -webkit-box-shadow: 1px 1px 3px 2px #494b4e;
  box-shadow:         1px 1px 3px 2px #494b4e; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,75,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #494b4e">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #494b4e

<div style="-moz-box-shadow: 1px 1px 3px 2px #494b4e;
  -webkit-box-shadow: 1px 1px 3px 2px #494b4e;
  box-shadow:         1px 1px 3px 2px #494b4e;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top