Color Hex Logo

#490533 Color Hex

#490533
(73,5,51)
0 Favorites   0 Comments

Color spaces of #490533

RGB 73551
HSL0.890.870.15
HSV319°93°29°
CMYK 0.000.930.30   0.71
XYZ3.39951.76403.2933
Yxy1.76400.40200.2086
Hunter Lab13.281622.4455-5.4045
CIE-Lab14.196634.5811-10.2512

#490533 color RGB value is (73,5,51).

#490533 hex color red value is 73, green value is 5 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #490533 hue: 0.89 , saturation: 0.87 and the lightness value of 490533 is 0.15.

The process color (four color CMYK) of #490533 color hex is 0.00, 0.93, 0.30, 0.71. Web safe color of #490533 is #330033. Color #490533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000101 00110011
Octal 111 5 63
Decimal 73 5 51
Hex 49 5 33

RGB Percentages of Color #490533

%56.59
%3.88
%39.53

CMYK Percentages of Color #490533

%0
%93
%30
%71

Triadic Colors of #490533

#490533 #334905 #053349

Analogous Colors of #490533

#490533 #490511 #3d0549

Monochromatic Colors of #490533

#490533

Complementary Color

#490533 #05491b

#490533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490533 Color CSS Codes

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

#490533 Text Font Color

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

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


#490533 Background Color

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

This div background color is #490533


#490533 Border Color

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

This div border color is #490533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490533


Comments

No comments written yet.

Please login to write comment.