Color Hex Logo

#492da6 Color Hex

#492DA6
(73,45,166)
0 Favorites   0 Comments

Color spaces of #492da6

RGB 7345166
HSL0.710.570.41
HSV254°73°65°
CMYK 0.560.730.00   0.35
XYZ10.56906.046436.6864
Yxy6.04640.19830.1134
Hunter Lab24.589433.6912-71.2456
CIE-Lab29.529244.1906-60.6711

#492da6 color RGB value is (73,45,166).

#492da6 hex color red value is 73, green value is 45 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #492da6 hue: 0.71 , saturation: 0.57 and the lightness value of 492da6 is 0.41.

The process color (four color CMYK) of #492da6 color hex is 0.56, 0.73, 0.00, 0.35. Web safe color of #492da6 is #333399. Color #492da6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101101 10100110
Octal 111 55 246
Decimal 73 45 166
Hex 49 2D A6

RGB Percentages of Color #492da6

%25.70
%15.85
%58.45

CMYK Percentages of Color #492da6

%56
%73
%0
%35

Triadic Colors of #492da6

#492da6 #a6492d #2da649

Analogous Colors of #492da6

#492da6 #862da6 #2d4ea6

Monochromatic Colors of #492da6

#492da6

Complementary Color

#492da6 #8aa62d

#492da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492da6 Color CSS Codes

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

#492da6 Text Font Color

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

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


#492da6 Background Color

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

This div background color is #492da6


#492da6 Border Color

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

This div border color is #492da6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,45,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #492da6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #492da6;
  -webkit-box-shadow: 1px 1px 3px 2px #492da6;
  box-shadow:         1px 1px 3px 2px #492da6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492da6


Comments

No comments written yet.

Please login to write comment.