Color Hex Logo

#490638 Color Hex

#490638
(73,6,56)
0 Favorites   0 Comments

Color spaces of #490638

RGB 73656
HSL0.880.850.15
HSV315°92°29°
CMYK 0.000.920.23   0.71
XYZ3.52661.83223.9092
Yxy1.83220.38050.1977
Hunter Lab13.535922.8181-7.6480
CIE-Lab14.580834.9528-13.2535

#490638 color RGB value is (73,6,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000110 00111000
Octal 111 6 70
Decimal 73 6 56
Hex 49 6 38

RGB Percentages of Color #490638

%54.07
%4.44
%41.48

CMYK Percentages of Color #490638

%0
%92
%23
%71

Triadic Colors of #490638

#490638 #384906 #063849

Analogous Colors of #490638

#490638 #490617 #390649

Monochromatic Colors of #490638

#490638

Complementary Color

#490638 #064917

#490638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490638 Color CSS Codes

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

#490638 Text Font Color

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

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


#490638 Background Color

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

This div background color is #490638


#490638 Border Color

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

This div border color is #490638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490638


Comments

No comments written yet.

Please login to write comment.