Color Hex Logo

#496283 Color Hex

#496283
(73,98,131)
0 Favorites   0 Comments

Color spaces of #496283

RGB 7398131
HSL0.590.280.40
HSV214°44°51°
CMYK 0.440.250.00   0.49
XYZ11.212111.790523.1576
Yxy11.79050.24290.2554
Hunter Lab34.3373-1.8050-15.9500
CIE-Lab40.88120.0407-21.3116

#496283 color RGB value is (73,98,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100010 10000011
Octal 111 142 203
Decimal 73 98 131
Hex 49 62 83

RGB Percentages of Color #496283

%24.17
%32.45
%43.38

CMYK Percentages of Color #496283

%44
%25
%0
%49

Triadic Colors of #496283

#496283 #834962 #628349

Analogous Colors of #496283

#496283 #4d4983 #497f83

Monochromatic Colors of #496283

#496283

Complementary Color

#496283 #836a49

#496283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496283 Color CSS Codes

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

#496283 Text Font Color

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

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


#496283 Background Color

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

This div background color is #496283


#496283 Border Color

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

This div border color is #496283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496283


Comments

No comments written yet.

Please login to write comment.