Color Hex Logo

#494058 Color Hex

#494058
(73,64,88)
0 Favorites   0 Comments

Color spaces of #494058

RGB 736488
HSL0.730.160.30
HSV263°27°35°
CMYK 0.170.270.00   0.65
XYZ6.34255.787810.0154
Yxy5.78780.28640.2614
Hunter Lab24.05784.9577-7.8422
CIE-Lab28.87079.3964-12.9184

#494058 color RGB value is (73,64,88).

#494058 hex color red value is 73, green value is 64 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #494058 hue: 0.73 , saturation: 0.16 and the lightness value of 494058 is 0.30.

The process color (four color CMYK) of #494058 color hex is 0.17, 0.27, 0.00, 0.65. Web safe color of #494058 is #333366. Color #494058 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 01011000
Octal 111 100 130
Decimal 73 64 88
Hex 49 40 58

RGB Percentages of Color #494058

%32.44
%28.44
%39.11

CMYK Percentages of Color #494058

%17
%27
%0
%65

Triadic Colors of #494058

#494058 #584940 #405849

Analogous Colors of #494058

#494058 #554058 #404358

Monochromatic Colors of #494058

#494058

Complementary Color

#494058 #4f5840

#494058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494058 Color CSS Codes

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

#494058 Text Font Color

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

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


#494058 Background Color

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

This div background color is #494058


#494058 Border Color

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

This div border color is #494058


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,64,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494058; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494058;
  -webkit-box-shadow: 1px 1px 3px 2px #494058;
  box-shadow:         1px 1px 3px 2px #494058; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494058


Comments

No comments written yet.

Please login to write comment.