Color Hex Logo

#496183 Color Hex

#496183
(73,97,131)
0 Favorites   0 Comments

Color spaces of #496183

RGB 7397131
HSL0.600.280.40
HSV215°44°51°
CMYK 0.440.260.00   0.49
XYZ11.119111.604523.1266
Yxy11.60450.24250.2531
Hunter Lab34.0654-1.3512-16.4055
CIE-Lab40.58050.6569-21.7767

#496183 color RGB value is (73,97,131).

#496183 hex color red value is 73, green value is 97 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #496183 hue: 0.60 , saturation: 0.28 and the lightness value of 496183 is 0.40.

The process color (four color CMYK) of #496183 color hex is 0.44, 0.26, 0.00, 0.49. Web safe color of #496183 is #336699. Color #496183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100001 10000011
Octal 111 141 203
Decimal 73 97 131
Hex 49 61 83

RGB Percentages of Color #496183

%24.25
%32.23
%43.52

CMYK Percentages of Color #496183

%44
%26
%0
%49

Triadic Colors of #496183

#496183 #834961 #618349

Analogous Colors of #496183

#496183 #4e4983 #497e83

Monochromatic Colors of #496183

#496183

Complementary Color

#496183 #836b49

#496183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496183 Color CSS Codes

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

#496183 Text Font Color

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

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


#496183 Background Color

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

This div background color is #496183


#496183 Border Color

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

This div border color is #496183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496183


Comments

No comments written yet.

Please login to write comment.