Color Hex Logo

#490830 Color Hex

#490830
(73,8,48)
0 Favorites   0 Comments

Color spaces of #490830

RGB 73848
HSL0.900.800.16
HSV323°89°29°
CMYK 0.000.890.34   0.71
XYZ3.36801.80352.9669
Yxy1.80350.41380.2216
Hunter Lab13.429421.2649-3.6980
CIE-Lab14.420333.1063-7.7347

#490830 color RGB value is (73,8,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001000 00110000
Octal 111 10 60
Decimal 73 8 48
Hex 49 8 30

RGB Percentages of Color #490830

%56.59
%6.20
%37.21

CMYK Percentages of Color #490830

%0
%89
%34
%71

Triadic Colors of #490830

#490830 #304908 #083049

Analogous Colors of #490830

#490830 #49080f #420849

Monochromatic Colors of #490830

#490830

Complementary Color

#490830 #084921

#490830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490830 Color CSS Codes

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

#490830 Text Font Color

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

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


#490830 Background Color

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

This div background color is #490830


#490830 Border Color

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

This div border color is #490830


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,8,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 #490830">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490830


Comments

No comments written yet.

Please login to write comment.