Color Hex Logo

#490f17 Color Hex

#490F17
(73,15,23)
0 Favorites   0 Comments

Color spaces of #490f17

RGB 731523
HSL0.980.660.17
HSV352°79°29°
CMYK 0.000.790.68   0.71
XYZ3.07311.82000.9999
Yxy1.82000.52150.3088
Hunter Lab13.490717.05235.0491
CIE-Lab14.512827.767310.7261

#490f17 color RGB value is (73,15,23).

#490f17 hex color red value is 73, green value is 15 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #490f17 hue: 0.98 , saturation: 0.66 and the lightness value of 490f17 is 0.17.

The process color (four color CMYK) of #490f17 color hex is 0.00, 0.79, 0.68, 0.71. Web safe color of #490f17 is #330000. Color #490f17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001111 00010111
Octal 111 17 27
Decimal 73 15 23
Hex 49 F 17

RGB Percentages of Color #490f17

%65.77
%13.51
%20.72

CMYK Percentages of Color #490f17

%0
%79
%68
%71

Triadic Colors of #490f17

#490f17 #17490f #0f1749

Analogous Colors of #490f17

#490f17 #49240f #490f34

Monochromatic Colors of #490f17

#490f17

Complementary Color

#490f17 #0f4941

#490f17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490f17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490f17 Color CSS Codes

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

#490f17 Text Font Color

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

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


#490f17 Background Color

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

This div background color is #490f17


#490f17 Border Color

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

This div border color is #490f17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490f17


Comments

No comments written yet.

Please login to write comment.