Color Hex Logo

#495265 Color Hex

#495265
(73,82,101)
0 Favorites   0 Comments

Color spaces of #495265

RGB 7382101
HSL0.610.160.34
HSV221°28°40°
CMYK 0.280.190.00   0.60
XYZ8.11398.390613.5038
Yxy8.39060.27040.2796
Hunter Lab28.9665-0.6913-7.3636
CIE-Lab34.78351.2634-12.1806

#495265 color RGB value is (73,82,101).

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

The process color (four color CMYK) of #495265 color hex is 0.28, 0.19, 0.00, 0.60. Web safe color of #495265 is #336666. Color #495265 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010010 01100101
Octal 111 122 145
Decimal 73 82 101
Hex 49 52 65

RGB Percentages of Color #495265

%28.52
%32.03
%39.45

CMYK Percentages of Color #495265

%28
%19
%0
%60

Triadic Colors of #495265

#495265 #654952 #526549

Analogous Colors of #495265

#495265 #4e4965 #496065

Monochromatic Colors of #495265

#495265

Complementary Color

#495265 #655c49

#495265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495265 Color CSS Codes

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

#495265 Text Font Color

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

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


#495265 Background Color

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

This div background color is #495265


#495265 Border Color

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

This div border color is #495265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495265


Comments

No comments written yet.

Please login to write comment.