Color Hex Logo

#494b54 Color Hex

#494B54
(73,75,84)
0 Favorites   0 Comments

Color spaces of #494b54

RGB 737584
HSL0.640.070.31
HSV229°13°33°
CMYK 0.130.110.00   0.67
XYZ6.86407.08879.3940
Yxy7.08870.29400.3036
Hunter Lab26.6246-0.5746-2.2821
CIE-Lab32.00801.2861-5.6021

#494b54 color RGB value is (73,75,84).

#494b54 hex color red value is 73, green value is 75 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #494b54 hue: 0.64 , saturation: 0.07 and the lightness value of 494b54 is 0.31.

The process color (four color CMYK) of #494b54 color hex is 0.13, 0.11, 0.00, 0.67. Web safe color of #494b54 is #333366. Color #494b54 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001011 01010100
Octal 111 113 124
Decimal 73 75 84
Hex 49 4B 54

RGB Percentages of Color #494b54

%31.47
%32.33
%36.21

CMYK Percentages of Color #494b54

%13
%11
%0
%67

Triadic Colors of #494b54

#494b54 #54494b #4b5449

Analogous Colors of #494b54

#494b54 #4d4954 #495154

Monochromatic Colors of #494b54

#494b54

Complementary Color

#494b54 #545249

#494b54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494b54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494b54 Color CSS Codes

.mybgcolor {background-color:#494b54; } 
.myforecolor {color:#494b54; }
.mybordercolor {border:3px solid #494b54; }

#494b54 Text Font Color

<p style="color:#494b54">Text here</p>

This sample text font color is #494b54
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.


#494b54 Background Color

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

This div background color is #494b54


#494b54 Border Color

<div style="border:3px solid #494b54">
Div here</div>

This div border color is #494b54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,75,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494b54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494b54;
  -webkit-box-shadow: 1px 1px 3px 2px #494b54;
  box-shadow:         1px 1px 3px 2px #494b54; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,75,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #494b54">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494b54


Comments

No comments written yet.

Please login to write comment.