Color Hex Logo

#491126 Color Hex

#491126
(73,17,38)
0 Favorites   0 Comments

Color spaces of #491126

RGB 731738
HSL0.940.620.18
HSV338°77°29°
CMYK 0.000.770.48   0.71
XYZ3.29801.95732.0377
Yxy1.95730.45220.2684
Hunter Lab13.990417.59541.1576
CIE-Lab15.261528.33450.7998

#491126 color RGB value is (73,17,38).

#491126 hex color red value is 73, green value is 17 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #491126 hue: 0.94 , saturation: 0.62 and the lightness value of 491126 is 0.18.

The process color (four color CMYK) of #491126 color hex is 0.00, 0.77, 0.48, 0.71. Web safe color of #491126 is #330033. Color #491126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010001 00100110
Octal 111 21 46
Decimal 73 17 38
Hex 49 11 26

RGB Percentages of Color #491126

%57.03
%13.28
%29.69

CMYK Percentages of Color #491126

%0
%77
%48
%71

Triadic Colors of #491126

#491126 #264911 #112649

Analogous Colors of #491126

#491126 #491811 #491142

Monochromatic Colors of #491126

#491126

Complementary Color

#491126 #114934

#491126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491126 Color CSS Codes

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

#491126 Text Font Color

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

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


#491126 Background Color

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

This div background color is #491126


#491126 Border Color

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

This div border color is #491126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491126


Comments

No comments written yet.

Please login to write comment.