Color Hex Logo

#491958 Color Hex

#491958
(73,25,88)
0 Favorites   0 Comments

Color spaces of #491958

RGB 732588
HSL0.790.560.22
HSV286°72°35°
CMYK 0.170.720.00   0.65
XYZ4.85672.81639.5201
Yxy2.81630.28250.1638
Hunter Lab16.781822.2901-21.8871
CIE-Lab19.292733.4165-27.9187

#491958 color RGB value is (73,25,88).

#491958 hex color red value is 73, green value is 25 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #491958 hue: 0.79 , saturation: 0.56 and the lightness value of 491958 is 0.22.

The process color (four color CMYK) of #491958 color hex is 0.17, 0.72, 0.00, 0.65. Web safe color of #491958 is #330066. Color #491958 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011001 01011000
Octal 111 31 130
Decimal 73 25 88
Hex 49 19 58

RGB Percentages of Color #491958

%39.25
%13.44
%47.31

CMYK Percentages of Color #491958

%17
%72
%0
%65

Triadic Colors of #491958

#491958 #584919 #195849

Analogous Colors of #491958

#491958 #581948 #2a1958

Monochromatic Colors of #491958

#491958

Complementary Color

#491958 #285819

#491958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491958 Color CSS Codes

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

#491958 Text Font Color

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

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


#491958 Background Color

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

This div background color is #491958


#491958 Border Color

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

This div border color is #491958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491958


Comments

No comments written yet.

Please login to write comment.