Color Hex Logo

#4f607c Color Hex

#4F607C
(79,96,124)
0 Favorites   0 Comments

Color spaces of #4f607c

RGB 7996124
HSL0.600.220.40
HSV217°36°49°
CMYK 0.360.230.00   0.51
XYZ11.045411.483220.7031
Yxy11.48320.25550.2656
Hunter Lab33.8869-1.1201-12.5023
CIE-Lab40.38270.9682-17.7948

#4f607c color RGB value is (79,96,124).

#4f607c hex color red value is 79, green value is 96 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #4f607c hue: 0.60 , saturation: 0.22 and the lightness value of 4f607c is 0.40.

The process color (four color CMYK) of #4f607c color hex is 0.36, 0.23, 0.00, 0.51. Web safe color of #4f607c is #666666. Color #4f607c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100000 01111100
Octal 117 140 174
Decimal 79 96 124
Hex 4F 60 7C

RGB Percentages of Color #4f607c

%26.42
%32.11
%41.47

CMYK Percentages of Color #4f607c

%36
%23
%0
%51

Triadic Colors of #4f607c

#4f607c #7c4f60 #607c4f

Analogous Colors of #4f607c

#4f607c #554f7c #4f777c

Monochromatic Colors of #4f607c

#4f607c

Complementary Color

#4f607c #7c6b4f

#4f607c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f607c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f607c Color CSS Codes

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

#4f607c Text Font Color

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

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


#4f607c Background Color

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

This div background color is #4f607c


#4f607c Border Color

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

This div border color is #4f607c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f607c

#4f607c Color Palettes


Comments

No comments written yet.

Please login to write comment.