Color Hex Logo

#4f5474 Color Hex

#4F5474
(79,84,116)
0 Favorites   0 Comments

Color spaces of #4f5474

RGB 7984116
HSL0.640.190.38
HSV232°32°45°
CMYK 0.320.280.00   0.55
XYZ9.54729.263917.8079
Yxy9.26390.26070.2530
Hunter Lab30.43672.7267-13.3838
CIE-Lab36.48756.1856-18.8783

#4f5474 color RGB value is (79,84,116).

#4f5474 hex color red value is 79, green value is 84 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #4f5474 hue: 0.64 , saturation: 0.19 and the lightness value of 4f5474 is 0.38.

The process color (four color CMYK) of #4f5474 color hex is 0.32, 0.28, 0.00, 0.55. Web safe color of #4f5474 is #666666. Color #4f5474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01010100 01110100
Octal 117 124 164
Decimal 79 84 116
Hex 4F 54 74

RGB Percentages of Color #4f5474

%28.32
%30.11
%41.58

CMYK Percentages of Color #4f5474

%32
%28
%0
%55

Triadic Colors of #4f5474

#4f5474 #744f54 #54744f

Analogous Colors of #4f5474

#4f5474 #5d4f74 #4f6774

Monochromatic Colors of #4f5474

#4f5474

Complementary Color

#4f5474 #746f4f

#4f5474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f5474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f5474 Color CSS Codes

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

#4f5474 Text Font Color

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

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


#4f5474 Background Color

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

This div background color is #4f5474


#4f5474 Border Color

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

This div border color is #4f5474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f5474


Comments

No comments written yet.

Please login to write comment.