Color Hex Logo

#497278 Color Hex

#497278
(73,114,120)
0 Favorites   0 Comments

Color spaces of #497278

RGB 73114120
HSL0.520.240.38
HSV188°39°47°
CMYK 0.390.050.00   0.53
XYZ12.155114.807219.9867
Yxy14.80720.25890.3154
Hunter Lab38.4801-10.9556-3.8593
CIE-Lab45.3690-12.6127-7.8556

#497278 color RGB value is (73,114,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110010 01111000
Octal 111 162 170
Decimal 73 114 120
Hex 49 72 78

RGB Percentages of Color #497278

%23.78
%37.13
%39.09

CMYK Percentages of Color #497278

%39
%5
%0
%53

Triadic Colors of #497278

#497278 #784972 #727849

Analogous Colors of #497278

#497278 #495b78 #497867

Monochromatic Colors of #497278

#497278

Complementary Color

#497278 #784f49

#497278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497278 Color CSS Codes

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

#497278 Text Font Color

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

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


#497278 Background Color

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

This div background color is #497278


#497278 Border Color

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

This div border color is #497278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497278


Comments

No comments written yet.

Please login to write comment.