Color Hex Logo

#495370 Color Hex

#495370
(73,83,112)
0 Favorites   0 Comments

Color spaces of #495370

RGB 7383112
HSL0.620.210.36
HSV225°35°44°
CMYK 0.350.260.00   0.56
XYZ8.76558.772816.5606
Yxy8.77280.25710.2573
Hunter Lab29.61890.9927-12.4171
CIE-Lab35.54313.7313-17.8909

#495370 color RGB value is (73,83,112).

#495370 hex color red value is 73, green value is 83 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #495370 hue: 0.62 , saturation: 0.21 and the lightness value of 495370 is 0.36.

The process color (four color CMYK) of #495370 color hex is 0.35, 0.26, 0.00, 0.56. Web safe color of #495370 is #336666. Color #495370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010011 01110000
Octal 111 123 160
Decimal 73 83 112
Hex 49 53 70

RGB Percentages of Color #495370

%27.24
%30.97
%41.79

CMYK Percentages of Color #495370

%35
%26
%0
%56

Triadic Colors of #495370

#495370 #704953 #537049

Analogous Colors of #495370

#495370 #524970 #496770

Monochromatic Colors of #495370

#495370

Complementary Color

#495370 #706649

#495370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495370 Color CSS Codes

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

#495370 Text Font Color

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

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


#495370 Background Color

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

This div background color is #495370


#495370 Border Color

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

This div border color is #495370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495370


Comments

No comments written yet.

Please login to write comment.