Color Hex Logo

#494955 Color Hex

#494955
(73,73,85)
1 Favorites   0 Comments

Color spaces of #494955

RGB 737385
HSL0.670.080.31
HSV240°14°33°
CMYK 0.140.140.00   0.67
XYZ6.76996.83749.5573
Yxy6.83740.29230.2952
Hunter Lab26.14840.4544-3.3667
CIE-Lab31.43382.8049-7.1011

#494955 color RGB value is (73,73,85).

#494955 hex color red value is 73, green value is 73 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #494955 hue: 0.67 , saturation: 0.08 and the lightness value of 494955 is 0.31.

The process color (four color CMYK) of #494955 color hex is 0.14, 0.14, 0.00, 0.67. Web safe color of #494955 is #333366. Color #494955 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 01010101
Octal 111 111 125
Decimal 73 73 85
Hex 49 49 55

RGB Percentages of Color #494955

%31.60
%31.60
%36.80

CMYK Percentages of Color #494955

%14
%14
%0
%67

Triadic Colors of #494955

#494955 #554949 #495549

Analogous Colors of #494955

#494955 #4f4955 #494f55

Monochromatic Colors of #494955

#494955

Complementary Color

#494955 #555549

#494955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494955 Color CSS Codes

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

#494955 Text Font Color

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

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


#494955 Background Color

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

This div background color is #494955


#494955 Border Color

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

This div border color is #494955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494955


Comments

No comments written yet.

Please login to write comment.