Color Hex Logo

#494458 Color Hex

#494458
(73,68,88)
0 Favorites   0 Comments

Color spaces of #494458

RGB 736888
HSL0.710.130.31
HSV255°23°35°
CMYK 0.170.230.00   0.65
XYZ6.57626.255310.0933
Yxy6.25530.28690.2729
Hunter Lab25.01063.1656-6.4197
CIE-Lab30.04766.7841-11.1226

#494458 color RGB value is (73,68,88).

#494458 hex color red value is 73, green value is 68 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #494458 hue: 0.71 , saturation: 0.13 and the lightness value of 494458 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 01011000
Octal 111 104 130
Decimal 73 68 88
Hex 49 44 58

RGB Percentages of Color #494458

%31.88
%29.69
%38.43

CMYK Percentages of Color #494458

%17
%23
%0
%65

Triadic Colors of #494458

#494458 #584944 #445849

Analogous Colors of #494458

#494458 #534458 #444958

Monochromatic Colors of #494458

#494458

Complementary Color

#494458 #535844

#494458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494458 Color CSS Codes

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

#494458 Text Font Color

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

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


#494458 Background Color

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

This div background color is #494458


#494458 Border Color

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

This div border color is #494458


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,68,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 #494458">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494458


Comments

No comments written yet.

Please login to write comment.