Color Hex Logo

#490440 Color Hex

#490440
(73,4,64)
0 Favorites   0 Comments

Color spaces of #490440

RGB 73464
HSL0.860.900.15
HSV308°95°29°
CMYK 0.000.950.12   0.71
XYZ3.71651.87355.0162
Yxy1.87350.35040.1766
Hunter Lab13.687624.5137-12.1472
CIE-Lab14.808936.9110-18.5783

#490440 color RGB value is (73,4,64).

#490440 hex color red value is 73, green value is 4 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #490440 hue: 0.86 , saturation: 0.90 and the lightness value of 490440 is 0.15.

The process color (four color CMYK) of #490440 color hex is 0.00, 0.95, 0.12, 0.71. Web safe color of #490440 is #330033. Color #490440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000100 01000000
Octal 111 4 100
Decimal 73 4 64
Hex 49 4 40

RGB Percentages of Color #490440

%51.77
%2.84
%45.39

CMYK Percentages of Color #490440

%0
%95
%12
%71

Triadic Colors of #490440

#490440 #404904 #044049

Analogous Colors of #490440

#490440 #49041e #2f0449

Monochromatic Colors of #490440

#490440

Complementary Color

#490440 #04490d

#490440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490440 Color CSS Codes

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

#490440 Text Font Color

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

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


#490440 Background Color

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

This div background color is #490440


#490440 Border Color

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

This div border color is #490440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490440


Comments

No comments written yet.

Please login to write comment.