Color Hex Logo

#495677 Color Hex

#495677
(73,86,119)
0 Favorites   0 Comments

Color spaces of #495677

RGB 7386119
HSL0.620.240.38
HSV223°39°47°
CMYK 0.390.280.00   0.53
XYZ9.40529.404018.7722
Yxy9.40400.25030.2502
Hunter Lab30.66591.0803-14.8283
CIE-Lab36.75083.8927-20.3640

#495677 color RGB value is (73,86,119).

#495677 hex color red value is 73, green value is 86 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #495677 hue: 0.62 , saturation: 0.24 and the lightness value of 495677 is 0.38.

The process color (four color CMYK) of #495677 color hex is 0.39, 0.28, 0.00, 0.53. Web safe color of #495677 is #336666. Color #495677 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010110 01110111
Octal 111 126 167
Decimal 73 86 119
Hex 49 56 77

RGB Percentages of Color #495677

%26.26
%30.94
%42.81

CMYK Percentages of Color #495677

%39
%28
%0
%53

Triadic Colors of #495677

#495677 #774956 #567749

Analogous Colors of #495677

#495677 #534977 #496d77

Monochromatic Colors of #495677

#495677

Complementary Color

#495677 #776a49

#495677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495677 Color CSS Codes

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

#495677 Text Font Color

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

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


#495677 Background Color

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

This div background color is #495677


#495677 Border Color

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

This div border color is #495677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495677


Comments

No comments written yet.

Please login to write comment.