Color Hex Logo

#4f457d Color Hex

#4F457D
(79,69,125)
0 Favorites   0 Comments

Color spaces of #4f457d

RGB 7969125
HSL0.700.290.38
HSV251°45°49°
CMYK 0.370.450.00   0.51
XYZ9.05427.399220.3530
Yxy7.39920.24600.2010
Hunter Lab27.201511.8124-25.3216
CIE-Lab32.698918.4440-30.3907

#4f457d color RGB value is (79,69,125).

#4f457d hex color red value is 79, green value is 69 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4f457d hue: 0.70 , saturation: 0.29 and the lightness value of 4f457d is 0.38.

The process color (four color CMYK) of #4f457d color hex is 0.37, 0.45, 0.00, 0.51. Web safe color of #4f457d is #663366. Color #4f457d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000101 01111101
Octal 117 105 175
Decimal 79 69 125
Hex 4F 45 7D

RGB Percentages of Color #4f457d

%28.94
%25.27
%45.79

CMYK Percentages of Color #4f457d

%37
%45
%0
%51

Triadic Colors of #4f457d

#4f457d #7d4f45 #457d4f

Analogous Colors of #4f457d

#4f457d #6b457d #45577d

Monochromatic Colors of #4f457d

#4f457d

Complementary Color

#4f457d #737d45

#4f457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f457d Color CSS Codes

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

#4f457d Text Font Color

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

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


#4f457d Background Color

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

This div background color is #4f457d


#4f457d Border Color

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

This div border color is #4f457d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f457d


Comments

No comments written yet.

Please login to write comment.