Color Hex Logo

#496282 Color Hex

#496282
(73,98,130)
0 Favorites   0 Comments

Color spaces of #496282

RGB 7398130
HSL0.590.280.40
HSV214°44°51°
CMYK 0.440.250.00   0.49
XYZ11.144611.763522.8023
Yxy11.76350.24380.2573
Hunter Lab34.2980-2.0206-15.4092
CIE-Lab40.8377-0.2651-20.7728

#496282 color RGB value is (73,98,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100010 10000010
Octal 111 142 202
Decimal 73 98 130
Hex 49 62 82

RGB Percentages of Color #496282

%24.25
%32.56
%43.19

CMYK Percentages of Color #496282

%44
%25
%0
%49

Triadic Colors of #496282

#496282 #824962 #628249

Analogous Colors of #496282

#496282 #4c4982 #497f82

Monochromatic Colors of #496282

#496282

Complementary Color

#496282 #826949

#496282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496282 Color CSS Codes

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

#496282 Text Font Color

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

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


#496282 Background Color

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

This div background color is #496282


#496282 Border Color

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

This div border color is #496282


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,98,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 #496282">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496282


Comments

No comments written yet.

Please login to write comment.