Color Hex Logo

#4f8294 Color Hex

#4F8294
(79,130,148)
0 Favorites   0 Comments

Color spaces of #4f8294

RGB 79130148
HSL0.540.300.45
HSV196°47°58°
CMYK 0.470.120.00   0.42
XYZ16.552419.765630.9597
Yxy19.76560.24600.2938
Hunter Lab44.4585-11.3449-10.1670
CIE-Lab51.5712-12.0365-15.0131

#4f8294 color RGB value is (79,130,148).

#4f8294 hex color red value is 79, green value is 130 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #4f8294 hue: 0.54 , saturation: 0.30 and the lightness value of 4f8294 is 0.45.

The process color (four color CMYK) of #4f8294 color hex is 0.47, 0.12, 0.00, 0.42. Web safe color of #4f8294 is #669999. Color #4f8294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10000010 10010100
Octal 117 202 224
Decimal 79 130 148
Hex 4F 82 94

RGB Percentages of Color #4f8294

%22.13
%36.41
%41.46

CMYK Percentages of Color #4f8294

%47
%12
%0
%42

Triadic Colors of #4f8294

#4f8294 #944f82 #82944f

Analogous Colors of #4f8294

#4f8294 #4f6094 #4f9484

Monochromatic Colors of #4f8294

#4f8294

Complementary Color

#4f8294 #94614f

#4f8294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f8294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f8294 Color CSS Codes

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

#4f8294 Text Font Color

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

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


#4f8294 Background Color

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

This div background color is #4f8294


#4f8294 Border Color

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

This div border color is #4f8294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f8294


Comments

No comments written yet.

Please login to write comment.