Color Hex Logo

#496cae Color Hex

#496CAE
(73,108,174)
0 Favorites   0 Comments

Color spaces of #496cae

RGB 73108174
HSL0.610.410.48
HSV219°58°68°
CMYK 0.580.380.00   0.32
XYZ15.750215.197642.1477
Yxy15.19760.21550.2079
Hunter Lab38.98413.8947-36.8126
CIE-Lab45.90377.8068-39.0283

#496cae color RGB value is (73,108,174).

#496cae hex color red value is 73, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #496cae hue: 0.61 , saturation: 0.41 and the lightness value of 496cae is 0.48.

The process color (four color CMYK) of #496cae color hex is 0.58, 0.38, 0.00, 0.32. Web safe color of #496cae is #336699. Color #496cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101100 10101110
Octal 111 154 256
Decimal 73 108 174
Hex 49 6C AE

RGB Percentages of Color #496cae

%20.56
%30.42
%49.01

CMYK Percentages of Color #496cae

%58
%38
%0
%32

Triadic Colors of #496cae

#496cae #ae496c #6cae49

Analogous Colors of #496cae

#496cae #5949ae #499fae

Monochromatic Colors of #496cae

#496cae

Complementary Color

#496cae #ae8b49

#496cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#496cae Color CSS Codes

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

#496cae Text Font Color

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

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


#496cae Background Color

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

This div background color is #496cae


#496cae Border Color

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

This div border color is #496cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,108,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #496cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #496cae;
  -webkit-box-shadow: 1px 1px 3px 2px #496cae;
  box-shadow:         1px 1px 3px 2px #496cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496cae


Comments

No comments written yet.

Please login to write comment.