Color Hex Logo

#493875 Color Hex

#493875
(73,56,117)
0 Favorites   0 Comments

Color spaces of #493875

RGB 7356117
HSL0.710.350.34
HSV257°52°46°
CMYK 0.380.520.00   0.54
XYZ7.37275.529217.5083
Yxy5.52920.24240.1818
Hunter Lab23.514314.8173-27.6863
CIE-Lab28.192222.7552-32.5638

#493875 color RGB value is (73,56,117).

#493875 hex color red value is 73, green value is 56 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #493875 hue: 0.71 , saturation: 0.35 and the lightness value of 493875 is 0.34.

The process color (four color CMYK) of #493875 color hex is 0.38, 0.52, 0.00, 0.54. Web safe color of #493875 is #333366. Color #493875 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111000 01110101
Octal 111 70 165
Decimal 73 56 117
Hex 49 38 75

RGB Percentages of Color #493875

%29.67
%22.76
%47.56

CMYK Percentages of Color #493875

%38
%52
%0
%54

Triadic Colors of #493875

#493875 #754938 #387549

Analogous Colors of #493875

#493875 #683875 #384675

Monochromatic Colors of #493875

#493875

Complementary Color

#493875 #647538

#493875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493875 Color CSS Codes

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

#493875 Text Font Color

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

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


#493875 Background Color

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

This div background color is #493875


#493875 Border Color

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

This div border color is #493875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493875


Comments

No comments written yet.

Please login to write comment.