Color Hex Logo

#497280 Color Hex

#497280
(73,114,128)
0 Favorites   0 Comments

Color spaces of #497280

RGB 73114128
HSL0.540.270.39
HSV195°43°50°
CMYK 0.430.110.00   0.50
XYZ12.661215.009622.6519
Yxy15.00960.25160.2983
Hunter Lab38.7422-9.4640-7.5463
CIE-Lab45.6473-10.3637-12.2187

#497280 color RGB value is (73,114,128).

#497280 hex color red value is 73, green value is 114 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #497280 hue: 0.54 , saturation: 0.27 and the lightness value of 497280 is 0.39.

The process color (four color CMYK) of #497280 color hex is 0.43, 0.11, 0.00, 0.50. Web safe color of #497280 is #336699. Color #497280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110010 10000000
Octal 111 162 200
Decimal 73 114 128
Hex 49 72 80

RGB Percentages of Color #497280

%23.17
%36.19
%40.63

CMYK Percentages of Color #497280

%43
%11
%0
%50

Triadic Colors of #497280

#497280 #804972 #728049

Analogous Colors of #497280

#497280 #495780 #498073

Monochromatic Colors of #497280

#497280

Complementary Color

#497280 #805749

#497280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497280 Color CSS Codes

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

#497280 Text Font Color

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

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


#497280 Background Color

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

This div background color is #497280


#497280 Border Color

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

This div border color is #497280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497280


Comments

No comments written yet.

Please login to write comment.