Color Hex Logo

#491682 Color Hex

#491682
(73,22,130)
0 Favorites   0 Comments

Color spaces of #491682

RGB 7322130
HSL0.750.710.30
HSV268°83°51°
CMYK 0.440.830.00   0.49
XYZ7.06383.602021.4420
Yxy3.60200.22000.1122
Hunter Lab18.978933.2231-53.6993
CIE-Lab22.309445.0911-50.3078

#491682 color RGB value is (73,22,130).

#491682 hex color red value is 73, green value is 22 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #491682 hue: 0.75 , saturation: 0.71 and the lightness value of 491682 is 0.30.

The process color (four color CMYK) of #491682 color hex is 0.44, 0.83, 0.00, 0.49. Web safe color of #491682 is #330099. Color #491682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010110 10000010
Octal 111 26 202
Decimal 73 22 130
Hex 49 16 82

RGB Percentages of Color #491682

%32.44
%9.78
%57.78

CMYK Percentages of Color #491682

%44
%83
%0
%49

Triadic Colors of #491682

#491682 #824916 #168249

Analogous Colors of #491682

#491682 #7f1682 #161982

Monochromatic Colors of #491682

#491682

Complementary Color

#491682 #4f8216

#491682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491682 Color CSS Codes

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

#491682 Text Font Color

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

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


#491682 Background Color

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

This div background color is #491682


#491682 Border Color

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

This div border color is #491682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491682


Comments

No comments written yet.

Please login to write comment.