Color Hex Logo

#490644 Color Hex

#490644
(73,6,68)
0 Favorites   0 Comments

Color spaces of #490644

RGB 73668
HSL0.850.850.15
HSV304°92°29°
CMYK 0.000.920.07   0.71
XYZ3.85621.96415.6447
Yxy1.96410.33630.1713
Hunter Lab14.014624.5896-14.0701
CIE-Lab15.297736.9042-20.6129

#490644 color RGB value is (73,6,68).

#490644 hex color red value is 73, green value is 6 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #490644 hue: 0.85 , saturation: 0.85 and the lightness value of 490644 is 0.15.

The process color (four color CMYK) of #490644 color hex is 0.00, 0.92, 0.07, 0.71. Web safe color of #490644 is #330033. Color #490644 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000110 01000100
Octal 111 6 104
Decimal 73 6 68
Hex 49 6 44

RGB Percentages of Color #490644

%49.66
%4.08
%46.26

CMYK Percentages of Color #490644

%0
%92
%7
%71

Triadic Colors of #490644

#490644 #444906 #064449

Analogous Colors of #490644

#490644 #490622 #2d0649

Monochromatic Colors of #490644

#490644

Complementary Color

#490644 #06490b

#490644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490644 Color CSS Codes

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

#490644 Text Font Color

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

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


#490644 Background Color

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

This div background color is #490644


#490644 Border Color

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

This div border color is #490644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490644


Comments

No comments written yet.

Please login to write comment.