Color Hex Logo

#490430 Color Hex

#490430
(73,4,48)
0 Favorites   0 Comments

Color spaces of #490430

RGB 73448
HSL0.890.900.15
HSV322°95°29°
CMYK 0.000.950.34   0.71
XYZ3.32461.71672.9524
Yxy1.71670.41590.2148
Hunter Lab13.102322.3639-4.1885
CIE-Lab13.924234.5361-8.4918

#490430 color RGB value is (73,4,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000100 00110000
Octal 111 4 60
Decimal 73 4 48
Hex 49 4 30

RGB Percentages of Color #490430

%58.40
%3.20
%38.40

CMYK Percentages of Color #490430

%0
%95
%34
%71

Triadic Colors of #490430

#490430 #304904 #043049

Analogous Colors of #490430

#490430 #49040e #400449

Monochromatic Colors of #490430

#490430

Complementary Color

#490430 #04491d

#490430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490430 Color CSS Codes

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

#490430 Text Font Color

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

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


#490430 Background Color

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

This div background color is #490430


#490430 Border Color

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

This div border color is #490430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490430


Comments

No comments written yet.

Please login to write comment.