Color Hex Logo

#495979 Color Hex

#495979
(73,89,121)
0 Favorites   0 Comments

Color spaces of #495979

RGB 7389121
HSL0.610.250.38
HSV220°40°47°
CMYK 0.400.260.00   0.53
XYZ9.77129.941719.4931
Yxy9.94170.24920.2536
Hunter Lab31.53050.1383-14.5836
CIE-Lab37.73762.6010-20.0697

#495979 color RGB value is (73,89,121).

#495979 hex color red value is 73, green value is 89 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #495979 hue: 0.61 , saturation: 0.25 and the lightness value of 495979 is 0.38.

The process color (four color CMYK) of #495979 color hex is 0.40, 0.26, 0.00, 0.53. Web safe color of #495979 is #336666. Color #495979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011001 01111001
Octal 111 131 171
Decimal 73 89 121
Hex 49 59 79

RGB Percentages of Color #495979

%25.80
%31.45
%42.76

CMYK Percentages of Color #495979

%40
%26
%0
%53

Triadic Colors of #495979

#495979 #794959 #597949

Analogous Colors of #495979

#495979 #514979 #497179

Monochromatic Colors of #495979

#495979

Complementary Color

#495979 #796949

#495979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495979 Color CSS Codes

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

#495979 Text Font Color

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

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


#495979 Background Color

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

This div background color is #495979


#495979 Border Color

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

This div border color is #495979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495979


Comments

No comments written yet.

Please login to write comment.