Color Hex Logo

#4f495b Color Hex

#4F495B
(79,73,91)
0 Favorites   0 Comments

Color spaces of #4f495b

RGB 797391
HSL0.720.110.32
HSV260°20°36°
CMYK 0.130.200.00   0.64
XYZ7.49537.182710.8889
Yxy7.18270.29320.2809
Hunter Lab26.80063.0200-5.3288
CIE-Lab32.21936.5725-9.6968

#4f495b color RGB value is (79,73,91).

#4f495b hex color red value is 79, green value is 73 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #4f495b hue: 0.72 , saturation: 0.11 and the lightness value of 4f495b is 0.32.

The process color (four color CMYK) of #4f495b color hex is 0.13, 0.20, 0.00, 0.64. Web safe color of #4f495b is #663366. Color #4f495b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01001001 01011011
Octal 117 111 133
Decimal 79 73 91
Hex 4F 49 5B

RGB Percentages of Color #4f495b

%32.51
%30.04
%37.45

CMYK Percentages of Color #4f495b

%13
%20
%0
%64

Triadic Colors of #4f495b

#4f495b #5b4f49 #495b4f

Analogous Colors of #4f495b

#4f495b #58495b #494c5b

Monochromatic Colors of #4f495b

#4f495b

Complementary Color

#4f495b #555b49

#4f495b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f495b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f495b Color CSS Codes

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

#4f495b Text Font Color

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

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


#4f495b Background Color

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

This div background color is #4f495b


#4f495b Border Color

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

This div border color is #4f495b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f495b


Comments

No comments written yet.

Please login to write comment.