Color Hex Logo

#494672 Color Hex

#494672
(73,70,114)
0 Favorites   0 Comments

Color spaces of #494672

RGB 7370114
HSL0.680.240.36
HSV244°39°45°
CMYK 0.360.390.00   0.55
XYZ7.97517.011716.8526
Yxy7.01170.25050.2202
Hunter Lab26.47967.4211-19.1986
CIE-Lab31.833512.7160-24.9106

#494672 color RGB value is (73,70,114).

#494672 hex color red value is 73, green value is 70 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #494672 hue: 0.68 , saturation: 0.24 and the lightness value of 494672 is 0.36.

The process color (four color CMYK) of #494672 color hex is 0.36, 0.39, 0.00, 0.55. Web safe color of #494672 is #333366. Color #494672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000110 01110010
Octal 111 106 162
Decimal 73 70 114
Hex 49 46 72

RGB Percentages of Color #494672

%28.40
%27.24
%44.36

CMYK Percentages of Color #494672

%36
%39
%0
%55

Triadic Colors of #494672

#494672 #724946 #467249

Analogous Colors of #494672

#494672 #5f4672 #465972

Monochromatic Colors of #494672

#494672

Complementary Color

#494672 #6f7246

#494672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494672 Color CSS Codes

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

#494672 Text Font Color

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

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


#494672 Background Color

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

This div background color is #494672


#494672 Border Color

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

This div border color is #494672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494672


Comments

No comments written yet.

Please login to write comment.