Color Hex Logo

#4f719d Color Hex

#4F719D
(79,113,157)
0 Favorites   0 Comments

Color spaces of #4f719d

RGB 79113157
HSL0.590.330.46
HSV214°50°62°
CMYK 0.500.280.00   0.38
XYZ15.215415.906834.1667
Yxy15.90680.23300.2436
Hunter Lab39.8833-1.6985-22.8734
CIE-Lab46.85200.5750-27.5423

#4f719d color RGB value is (79,113,157).

#4f719d hex color red value is 79, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #4f719d hue: 0.59 , saturation: 0.33 and the lightness value of 4f719d is 0.46.

The process color (four color CMYK) of #4f719d color hex is 0.50, 0.28, 0.00, 0.38. Web safe color of #4f719d is #666699. Color #4f719d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01110001 10011101
Octal 117 161 235
Decimal 79 113 157
Hex 4F 71 9D

RGB Percentages of Color #4f719d

%22.64
%32.38
%44.99

CMYK Percentages of Color #4f719d

%50
%28
%0
%38

Triadic Colors of #4f719d

#4f719d #9d4f71 #719d4f

Analogous Colors of #4f719d

#4f719d #544f9d #4f989d

Monochromatic Colors of #4f719d

#4f719d

Complementary Color

#4f719d #9d7b4f

#4f719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f719d Color CSS Codes

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

#4f719d Text Font Color

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

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


#4f719d Background Color

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

This div background color is #4f719d


#4f719d Border Color

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

This div border color is #4f719d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f719d


Comments

No comments written yet.

Please login to write comment.