Color Hex Logo

#490303 Color Hex

#490303
(73,3,3)
0 Favorites   0 Comments

Color spaces of #490303

RGB 7333
HSL0.000.920.15
HSV96°29°
CMYK 0.000.960.96   0.71
XYZ2.79671.48820.2260
Yxy1.48820.62000.3299
Hunter Lab12.199219.57317.4410
CIE-Lab12.532831.375218.3758

#490303 color RGB value is (73,3,3).

#490303 hex color red value is 73, green value is 3 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #490303 hue: 0.00 , saturation: 0.92 and the lightness value of 490303 is 0.15.

The process color (four color CMYK) of #490303 color hex is 0.00, 0.96, 0.96, 0.71. Web safe color of #490303 is #330000. Color #490303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000011 00000011
Octal 111 3 3
Decimal 73 3 3
Hex 49 3 3

RGB Percentages of Color #490303

%92.41
%3.80
%3.80

CMYK Percentages of Color #490303

%0
%96
%96
%71

Triadic Colors of #490303

#490303 #034903 #030349

Analogous Colors of #490303

#490303 #492603 #490326

Monochromatic Colors of #490303

#490303

Complementary Color

#490303 #034949

#490303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490303 Color CSS Codes

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

#490303 Text Font Color

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

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


#490303 Background Color

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

This div background color is #490303


#490303 Border Color

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

This div border color is #490303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490303

#490303 Color Palettes


Comments

No comments written yet.

Please login to write comment.