Color Hex Logo

#4f6075 Color Hex

#4F6075
(79,96,117)
0 Favorites   0 Comments

Color spaces of #4f6075

RGB 7996117
HSL0.590.190.38
HSV213°32°46°
CMYK 0.320.180.00   0.54
XYZ10.618211.312418.4535
Yxy11.31240.26290.2801
Hunter Lab33.6339-2.5070-8.9862
CIE-Lab40.1017-1.0080-13.9530

#4f6075 color RGB value is (79,96,117).

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

The process color (four color CMYK) of #4f6075 color hex is 0.32, 0.18, 0.00, 0.54. Web safe color of #4f6075 is #666666. Color #4f6075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100000 01110101
Octal 117 140 165
Decimal 79 96 117
Hex 4F 60 75

RGB Percentages of Color #4f6075

%27.05
%32.88
%40.07

CMYK Percentages of Color #4f6075

%32
%18
%0
%54

Triadic Colors of #4f6075

#4f6075 #754f60 #60754f

Analogous Colors of #4f6075

#4f6075 #514f75 #4f7375

Monochromatic Colors of #4f6075

#4f6075

Complementary Color

#4f6075 #75644f

#4f6075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f6075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f6075 Color CSS Codes

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

#4f6075 Text Font Color

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

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


#4f6075 Background Color

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

This div background color is #4f6075


#4f6075 Border Color

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

This div border color is #4f6075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f6075


Comments

No comments written yet.

Please login to write comment.