Color Hex Logo

#4f7276 Color Hex

#4F7276
(79,114,118)
0 Favorites   0 Comments

Color spaces of #4f7276

RGB 79114118
HSL0.520.200.39
HSV186°33°46°
CMYK 0.330.030.00   0.54
XYZ12.511815.004919.3763
Yxy15.00490.26680.3200
Hunter Lab38.7362-10.1327-2.5423
CIE-Lab45.6409-11.3443-6.2177

#4f7276 color RGB value is (79,114,118).

#4f7276 hex color red value is 79, green value is 114 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #4f7276 hue: 0.52 , saturation: 0.20 and the lightness value of 4f7276 is 0.39.

The process color (four color CMYK) of #4f7276 color hex is 0.33, 0.03, 0.00, 0.54. Web safe color of #4f7276 is #666666. Color #4f7276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01110010 01110110
Octal 117 162 166
Decimal 79 114 118
Hex 4F 72 76

RGB Percentages of Color #4f7276

%25.40
%36.66
%37.94

CMYK Percentages of Color #4f7276

%33
%3
%0
%54

Triadic Colors of #4f7276

#4f7276 #764f72 #72764f

Analogous Colors of #4f7276

#4f7276 #4f5f76 #4f7667

Monochromatic Colors of #4f7276

#4f7276

Complementary Color

#4f7276 #76534f

#4f7276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f7276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f7276 Color CSS Codes

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

#4f7276 Text Font Color

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

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


#4f7276 Background Color

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

This div background color is #4f7276


#4f7276 Border Color

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

This div border color is #4f7276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f7276


Comments

No comments written yet.

Please login to write comment.