Color Hex Logo

#490b65 Color Hex

#490B65
(73,11,101)
0 Favorites   0 Comments

Color spaces of #490b65

RGB 7311101
HSL0.780.800.22
HSV281°89°40°
CMYK 0.280.890.00   0.60
XYZ5.21632.595412.5380
Yxy2.59540.25630.1275
Hunter Lab16.110229.6032-34.8660
CIE-Lab18.344741.9733-38.0865

#490b65 color RGB value is (73,11,101).

#490b65 hex color red value is 73, green value is 11 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #490b65 hue: 0.78 , saturation: 0.80 and the lightness value of 490b65 is 0.22.

The process color (four color CMYK) of #490b65 color hex is 0.28, 0.89, 0.00, 0.60. Web safe color of #490b65 is #330066. Color #490b65 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001011 01100101
Octal 111 13 145
Decimal 73 11 101
Hex 49 B 65

RGB Percentages of Color #490b65

%39.46
%5.95
%54.59

CMYK Percentages of Color #490b65

%28
%89
%0
%60

Triadic Colors of #490b65

#490b65 #65490b #0b6549

Analogous Colors of #490b65

#490b65 #650b54 #1c0b65

Monochromatic Colors of #490b65

#490b65

Complementary Color

#490b65 #27650b

#490b65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490b65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490b65 Color CSS Codes

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

#490b65 Text Font Color

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

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


#490b65 Background Color

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

This div background color is #490b65


#490b65 Border Color

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

This div border color is #490b65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490b65

#490b65 Color Palettes


Comments

No comments written yet.

Please login to write comment.