Color Hex Logo

#496982 Color Hex

#496982
(73,105,130)
0 Favorites   0 Comments

Color spaces of #496982

RGB 73105130
HSL0.570.280.40
HSV206°44°51°
CMYK 0.440.190.00   0.49
XYZ11.828513.131323.0303
Yxy13.13130.24650.2736
Hunter Lab36.2371-5.1491-12.3154
CIE-Lab42.9604-4.5076-17.5076

#496982 color RGB value is (73,105,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 10000010
Octal 111 151 202
Decimal 73 105 130
Hex 49 69 82

RGB Percentages of Color #496982

%23.70
%34.09
%42.21

CMYK Percentages of Color #496982

%44
%19
%0
%49

Triadic Colors of #496982

#496982 #824969 #698249

Analogous Colors of #496982

#496982 #494d82 #49827f

Monochromatic Colors of #496982

#496982

Complementary Color

#496982 #826249

#496982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496982 Color CSS Codes

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

#496982 Text Font Color

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

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


#496982 Background Color

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

This div background color is #496982


#496982 Border Color

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

This div border color is #496982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496982


Comments

No comments written yet.

Please login to write comment.