Color Hex Logo

#494066 Color Hex

#494066
(73,64,102)
0 Favorites   0 Comments

Color spaces of #494066

RGB 7364102
HSL0.710.230.33
HSV254°37°40°
CMYK 0.280.370.00   0.60
XYZ6.97936.042613.3689
Yxy6.04260.26450.2290
Hunter Lab24.58177.6622-15.0380
CIE-Lab29.519713.1709-20.9228

#494066 color RGB value is (73,64,102).

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

The process color (four color CMYK) of #494066 color hex is 0.28, 0.37, 0.00, 0.60. Web safe color of #494066 is #333366. Color #494066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 01100110
Octal 111 100 146
Decimal 73 64 102
Hex 49 40 66

RGB Percentages of Color #494066

%30.54
%26.78
%42.68

CMYK Percentages of Color #494066

%28
%37
%0
%60

Triadic Colors of #494066

#494066 #664940 #406649

Analogous Colors of #494066

#494066 #5c4066 #404a66

Monochromatic Colors of #494066

#494066

Complementary Color

#494066 #5d6640

#494066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494066 Color CSS Codes

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

#494066 Text Font Color

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

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


#494066 Background Color

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

This div background color is #494066


#494066 Border Color

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

This div border color is #494066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494066


Comments

No comments written yet.

Please login to write comment.