Color Hex Logo

#492268 Color Hex

#492268
(73,34,104)
0 Favorites   0 Comments

Color spaces of #492268

RGB 7334104
HSL0.760.510.27
HSV273°67°41°
CMYK 0.300.670.00   0.59
XYZ5.81843.560013.4772
Yxy3.56000.25460.1558
Hunter Lab18.868022.0259-29.1427
CIE-Lab22.160032.5743-33.8797

#492268 color RGB value is (73,34,104).

#492268 hex color red value is 73, green value is 34 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #492268 hue: 0.76 , saturation: 0.51 and the lightness value of 492268 is 0.27.

The process color (four color CMYK) of #492268 color hex is 0.30, 0.67, 0.00, 0.59. Web safe color of #492268 is #333366. Color #492268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100010 01101000
Octal 111 42 150
Decimal 73 34 104
Hex 49 22 68

RGB Percentages of Color #492268

%34.60
%16.11
%49.29

CMYK Percentages of Color #492268

%30
%67
%0
%59

Triadic Colors of #492268

#492268 #684922 #226849

Analogous Colors of #492268

#492268 #682264 #262268

Monochromatic Colors of #492268

#492268

Complementary Color

#492268 #416822

#492268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492268 Color CSS Codes

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

#492268 Text Font Color

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

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


#492268 Background Color

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

This div background color is #492268


#492268 Border Color

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

This div border color is #492268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492268


Comments

No comments written yet.

Please login to write comment.