Color Hex Logo

#490653 Color Hex

#490653
(73,6,83)
0 Favorites   0 Comments

Color spaces of #490653

RGB 73683
HSL0.810.870.17
HSV292°93°33°
CMYK 0.120.930.00   0.67
XYZ4.37412.17138.3722
Yxy2.17130.29320.1456
Hunter Lab14.735327.1999-23.3722
CIE-Lab16.361739.6888-29.2505

#490653 color RGB value is (73,6,83).

#490653 hex color red value is 73, green value is 6 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #490653 hue: 0.81 , saturation: 0.87 and the lightness value of 490653 is 0.17.

The process color (four color CMYK) of #490653 color hex is 0.12, 0.93, 0.00, 0.67. Web safe color of #490653 is #330066. Color #490653 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000110 01010011
Octal 111 6 123
Decimal 73 6 83
Hex 49 6 53

RGB Percentages of Color #490653

%45.06
%3.70
%51.23

CMYK Percentages of Color #490653

%12
%93
%0
%67

Triadic Colors of #490653

#490653 #534906 #065349

Analogous Colors of #490653

#490653 #530636 #230653

Monochromatic Colors of #490653

#490653

Complementary Color

#490653 #105306

#490653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490653 Color CSS Codes

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

#490653 Text Font Color

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

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


#490653 Background Color

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

This div background color is #490653


#490653 Border Color

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

This div border color is #490653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490653


Comments

No comments written yet.

Please login to write comment.