Color Hex Logo

#496296 Color Hex

#496296
(73,98,150)
0 Favorites   0 Comments

Color spaces of #496296

RGB 7398150
HSL0.610.350.44
HSV221°51°59°
CMYK 0.510.350.00   0.41
XYZ12.620412.353830.5735
Yxy12.35380.22720.2224
Hunter Lab35.14802.5841-26.9699
CIE-Lab41.77306.0615-31.3573

#496296 color RGB value is (73,98,150).

#496296 hex color red value is 73, green value is 98 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #496296 hue: 0.61 , saturation: 0.35 and the lightness value of 496296 is 0.44.

The process color (four color CMYK) of #496296 color hex is 0.51, 0.35, 0.00, 0.41. Web safe color of #496296 is #336699. Color #496296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100010 10010110
Octal 111 142 226
Decimal 73 98 150
Hex 49 62 96

RGB Percentages of Color #496296

%22.74
%30.53
%46.73

CMYK Percentages of Color #496296

%51
%35
%0
%41

Triadic Colors of #496296

#496296 #964962 #629649

Analogous Colors of #496296

#496296 #564996 #498996

Monochromatic Colors of #496296

#496296

Complementary Color

#496296 #967d49

#496296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496296 Color CSS Codes

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

#496296 Text Font Color

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

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


#496296 Background Color

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

This div background color is #496296


#496296 Border Color

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

This div border color is #496296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496296

#496296 Color Palettes


Comments

No comments written yet.

Please login to write comment.