Color Hex Logo

#495364 Color Hex

#495364
(73,83,100)
0 Favorites   0 Comments

Color spaces of #495364

RGB 7383100
HSL0.600.160.34
HSV218°27°39°
CMYK 0.270.170.00   0.61
XYZ8.14128.523113.2726
Yxy8.52310.27190.2847
Hunter Lab29.1943-1.3132-6.5189
CIE-Lab35.04940.3638-11.1496

#495364 color RGB value is (73,83,100).

#495364 hex color red value is 73, green value is 83 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #495364 hue: 0.60 , saturation: 0.16 and the lightness value of 495364 is 0.34.

The process color (four color CMYK) of #495364 color hex is 0.27, 0.17, 0.00, 0.61. Web safe color of #495364 is #336666. Color #495364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010011 01100100
Octal 111 123 144
Decimal 73 83 100
Hex 49 53 64

RGB Percentages of Color #495364

%28.52
%32.42
%39.06

CMYK Percentages of Color #495364

%27
%17
%0
%61

Triadic Colors of #495364

#495364 #644953 #536449

Analogous Colors of #495364

#495364 #4d4964 #496164

Monochromatic Colors of #495364

#495364

Complementary Color

#495364 #645a49

#495364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495364 Color CSS Codes

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

#495364 Text Font Color

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

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


#495364 Background Color

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

This div background color is #495364


#495364 Border Color

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

This div border color is #495364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495364


Comments

No comments written yet.

Please login to write comment.