Color Hex Logo

#493476 Color Hex

#493476
(73,52,118)
0 Favorites   0 Comments

Color spaces of #493476

RGB 7352118
HSL0.720.390.33
HSV259°56°46°
CMYK 0.380.560.00   0.54
XYZ7.24575.180517.7576
Yxy5.18050.24010.1716
Hunter Lab22.760716.9929-30.3248
CIE-Lab27.242925.6152-34.7142

#493476 color RGB value is (73,52,118).

#493476 hex color red value is 73, green value is 52 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #493476 hue: 0.72 , saturation: 0.39 and the lightness value of 493476 is 0.33.

The process color (four color CMYK) of #493476 color hex is 0.38, 0.56, 0.00, 0.54. Web safe color of #493476 is #333366. Color #493476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110100 01110110
Octal 111 64 166
Decimal 73 52 118
Hex 49 34 76

RGB Percentages of Color #493476

%30.04
%21.40
%48.56

CMYK Percentages of Color #493476

%38
%56
%0
%54

Triadic Colors of #493476

#493476 #764934 #347649

Analogous Colors of #493476

#493476 #6a3476 #344076

Monochromatic Colors of #493476

#493476

Complementary Color

#493476 #617634

#493476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493476 Color CSS Codes

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

#493476 Text Font Color

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

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


#493476 Background Color

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

This div background color is #493476


#493476 Border Color

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

This div border color is #493476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493476


Comments

No comments written yet.

Please login to write comment.