Color Hex Logo

#494062 Color Hex

#494062
(73,64,98)
0 Favorites   0 Comments

Color spaces of #494062

RGB 736498
HSL0.710.210.32
HSV256°35°38°
CMYK 0.260.350.00   0.62
XYZ6.78575.965112.3490
Yxy5.96510.27030.2377
Hunter Lab24.42366.8522-12.8816
CIE-Lab29.324212.0592-18.6648

#494062 color RGB value is (73,64,98).

#494062 hex color red value is 73, green value is 64 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #494062 hue: 0.71 , saturation: 0.21 and the lightness value of 494062 is 0.32.

The process color (four color CMYK) of #494062 color hex is 0.26, 0.35, 0.00, 0.62. Web safe color of #494062 is #333366. Color #494062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 01100010
Octal 111 100 142
Decimal 73 64 98
Hex 49 40 62

RGB Percentages of Color #494062

%31.06
%27.23
%41.70

CMYK Percentages of Color #494062

%26
%35
%0
%62

Triadic Colors of #494062

#494062 #624940 #406249

Analogous Colors of #494062

#494062 #5a4062 #404862

Monochromatic Colors of #494062

#494062

Complementary Color

#494062 #596240

#494062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494062 Color CSS Codes

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

#494062 Text Font Color

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

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


#494062 Background Color

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

This div background color is #494062


#494062 Border Color

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

This div border color is #494062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494062


Comments

No comments written yet.

Please login to write comment.