Color Hex Logo

#491b68 Color Hex

#491B68
(73,27,104)
0 Favorites   0 Comments

Color spaces of #491b68

RGB 7327104
HSL0.770.590.26
HSV276°74°41°
CMYK 0.300.740.00   0.59
XYZ5.63833.199813.4172
Yxy3.19980.25330.1438
Hunter Lab17.888024.9593-31.9499
CIE-Lab20.826936.2656-36.0299

#491b68 color RGB value is (73,27,104).

#491b68 hex color red value is 73, green value is 27 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #491b68 hue: 0.77 , saturation: 0.59 and the lightness value of 491b68 is 0.26.

The process color (four color CMYK) of #491b68 color hex is 0.30, 0.74, 0.00, 0.59. Web safe color of #491b68 is #333366. Color #491b68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011011 01101000
Octal 111 33 150
Decimal 73 27 104
Hex 49 1B 68

RGB Percentages of Color #491b68

%35.78
%13.24
%50.98

CMYK Percentages of Color #491b68

%30
%74
%0
%59

Triadic Colors of #491b68

#491b68 #68491b #1b6849

Analogous Colors of #491b68

#491b68 #681b61 #231b68

Monochromatic Colors of #491b68

#491b68

Complementary Color

#491b68 #3a681b

#491b68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491b68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491b68 Color CSS Codes

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

#491b68 Text Font Color

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

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


#491b68 Background Color

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

This div background color is #491b68


#491b68 Border Color

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

This div border color is #491b68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,27,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #491b68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #491b68;
  -webkit-box-shadow: 1px 1px 3px 2px #491b68;
  box-shadow:         1px 1px 3px 2px #491b68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491b68


Comments

No comments written yet.

Please login to write comment.