Color Hex Logo

#496864 Color Hex

#496864
(73,104,100)
0 Favorites   0 Comments

Color spaces of #496864

RGB 73104100
HSL0.480.180.35
HSV172°30°41°
CMYK 0.300.000.04   0.59
XYZ9.998212.237213.8916
Yxy12.23720.27680.3387
Hunter Lab34.9817-10.20050.9425
CIE-Lab41.5907-12.2071-1.3898

#496864 color RGB value is (73,104,100).

#496864 hex color red value is 73, green value is 104 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #496864 hue: 0.48 , saturation: 0.18 and the lightness value of 496864 is 0.35.

The process color (four color CMYK) of #496864 color hex is 0.30, 0.00, 0.04, 0.59. Web safe color of #496864 is #336666. Color #496864 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101000 01100100
Octal 111 150 144
Decimal 73 104 100
Hex 49 68 64

RGB Percentages of Color #496864

%26.35
%37.55
%36.10

CMYK Percentages of Color #496864

%30
%0
%4
%59

Triadic Colors of #496864

#496864 #644968 #686449

Analogous Colors of #496864

#496864 #495d68 #496855

Monochromatic Colors of #496864

#496864

Complementary Color

#496864 #68494d

#496864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496864 Color CSS Codes

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

#496864 Text Font Color

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

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


#496864 Background Color

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

This div background color is #496864


#496864 Border Color

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

This div border color is #496864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496864


Comments

No comments written yet.

Please login to write comment.