Color Hex Logo

#49464b Color Hex

#49464B
(73,70,75)
0 Favorites   0 Comments

Color spaces of #49464b

RGB 737075
HSL0.770.030.28
HSV276°29°
CMYK 0.030.070.00   0.71
XYZ6.20786.30487.5464
Yxy6.30480.30950.3143
Hunter Lab25.10940.1893-0.2425
CIE-Lab30.16882.3550-2.5516

#49464b color RGB value is (73,70,75).

#49464b hex color red value is 73, green value is 70 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #49464b hue: 0.77 , saturation: 0.03 and the lightness value of 49464b is 0.28.

The process color (four color CMYK) of #49464b color hex is 0.03, 0.07, 0.00, 0.71. Web safe color of #49464b is #333333. Color #49464b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000110 01001011
Octal 111 106 113
Decimal 73 70 75
Hex 49 46 4B

RGB Percentages of Color #49464b

%33.49
%32.11
%34.40

CMYK Percentages of Color #49464b

%3
%7
%0
%71

Triadic Colors of #49464b

#49464b #4b4946 #464b49

Analogous Colors of #49464b

#49464b #4b464b #47464b

Monochromatic Colors of #49464b

#49464b

Complementary Color

#49464b #484b46

#49464b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49464b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49464b Color CSS Codes

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

#49464b Text Font Color

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

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


#49464b Background Color

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

This div background color is #49464b


#49464b Border Color

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

This div border color is #49464b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49464b


Comments

No comments written yet.

Please login to write comment.