Color Hex Logo

#494852 Color Hex

#494852
(73,72,82)
0 Favorites   0 Comments

Color spaces of #494852

RGB 737282
HSL0.680.060.30
HSV246°12°32°
CMYK 0.110.120.00   0.68
XYZ6.58806.66048.9210
Yxy6.66040.29720.3004
Hunter Lab25.80780.4025-2.4294
CIE-Lab31.02102.7115-5.7950

#494852 color RGB value is (73,72,82).

#494852 hex color red value is 73, green value is 72 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #494852 hue: 0.68 , saturation: 0.06 and the lightness value of 494852 is 0.30.

The process color (four color CMYK) of #494852 color hex is 0.11, 0.12, 0.00, 0.68. Web safe color of #494852 is #333366. Color #494852 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001000 01010010
Octal 111 110 122
Decimal 73 72 82
Hex 49 48 52

RGB Percentages of Color #494852

%32.16
%31.72
%36.12

CMYK Percentages of Color #494852

%11
%12
%0
%68

Triadic Colors of #494852

#494852 #524948 #485249

Analogous Colors of #494852

#494852 #4e4852 #484c52

Monochromatic Colors of #494852

#494852

Complementary Color

#494852 #515248

#494852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494852 Color CSS Codes

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

#494852 Text Font Color

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

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


#494852 Background Color

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

This div background color is #494852


#494852 Border Color

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

This div border color is #494852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494852


Comments

No comments written yet.

Please login to write comment.