Color Hex Logo

#4f446c Color Hex

#4F446C
(79,68,108)
0 Favorites   0 Comments

Color spaces of #4f446c

RGB 7968108
HSL0.710.230.35
HSV257°37°42°
CMYK 0.270.370.00   0.58
XYZ7.99836.879215.0936
Yxy6.87920.26690.2295
Hunter Lab26.22828.5342-15.7599
CIE-Lab31.530314.2351-21.5593

#4f446c color RGB value is (79,68,108).

#4f446c hex color red value is 79, green value is 68 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #4f446c hue: 0.71 , saturation: 0.23 and the lightness value of 4f446c is 0.35.

The process color (four color CMYK) of #4f446c color hex is 0.27, 0.37, 0.00, 0.58. Web safe color of #4f446c is #663366. Color #4f446c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000100 01101100
Octal 117 104 154
Decimal 79 68 108
Hex 4F 44 6C

RGB Percentages of Color #4f446c

%30.98
%26.67
%42.35

CMYK Percentages of Color #4f446c

%27
%37
%0
%58

Triadic Colors of #4f446c

#4f446c #6c4f44 #446c4f

Analogous Colors of #4f446c

#4f446c #63446c #444d6c

Monochromatic Colors of #4f446c

#4f446c

Complementary Color

#4f446c #616c44

#4f446c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f446c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f446c Color CSS Codes

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

#4f446c Text Font Color

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

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


#4f446c Background Color

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

This div background color is #4f446c


#4f446c Border Color

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

This div border color is #4f446c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f446c


Comments

No comments written yet.

Please login to write comment.