Color Hex Logo

#491955 Color Hex

#491955
(73,25,85)
0 Favorites   0 Comments

Color spaces of #491955

RGB 732585
HSL0.800.550.22
HSV288°71°33°
CMYK 0.140.710.00   0.67
XYZ4.73502.76768.8790
Yxy2.76760.28900.1689
Hunter Lab16.636121.6918-19.9989
CIE-Lab19.088032.7356-26.2324

#491955 color RGB value is (73,25,85).

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

The process color (four color CMYK) of #491955 color hex is 0.14, 0.71, 0.00, 0.67. Web safe color of #491955 is #330066. Color #491955 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011001 01010101
Octal 111 31 125
Decimal 73 25 85
Hex 49 19 55

RGB Percentages of Color #491955

%39.89
%13.66
%46.45

CMYK Percentages of Color #491955

%14
%71
%0
%67

Triadic Colors of #491955

#491955 #554919 #195549

Analogous Colors of #491955

#491955 #551943 #2b1955

Monochromatic Colors of #491955

#491955

Complementary Color

#491955 #255519

#491955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491955 Color CSS Codes

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

#491955 Text Font Color

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

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


#491955 Background Color

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

This div background color is #491955


#491955 Border Color

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

This div border color is #491955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491955


Comments

No comments written yet.

Please login to write comment.