Color Hex Logo

#468979 Color Hex

#468979
(70,137,121)
0 Favorites   0 Comments

Color spaces of #468979

RGB 70137121
HSL0.460.320.41
HSV166°49°54°
CMYK 0.490.000.12   0.46
XYZ14.922620.573921.2738
Yxy20.57390.26290.3624
Hunter Lab45.3585-20.65213.9430
CIE-Lab52.4800-25.43642.0154

#468979 color RGB value is (70,137,121).

#468979 hex color red value is 70, green value is 137 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #468979 hue: 0.46 , saturation: 0.32 and the lightness value of 468979 is 0.41.

The process color (four color CMYK) of #468979 color hex is 0.49, 0.00, 0.12, 0.46. Web safe color of #468979 is #339966. Color #468979 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001001 01111001
Octal 106 211 171
Decimal 70 137 121
Hex 46 89 79

RGB Percentages of Color #468979

%21.34
%41.77
%36.89

CMYK Percentages of Color #468979

%49
%0
%12
%46

Triadic Colors of #468979

#468979 #794689 #897946

Analogous Colors of #468979

#468979 #467889 #468958

Monochromatic Colors of #468979

#468979

Complementary Color

#468979 #894656

#468979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468979 Color CSS Codes

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

#468979 Text Font Color

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

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


#468979 Background Color

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

This div background color is #468979


#468979 Border Color

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

This div border color is #468979


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,137,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #468979; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #468979;
  -webkit-box-shadow: 1px 1px 3px 2px #468979;
  box-shadow:         1px 1px 3px 2px #468979; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,137,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468979


Comments

No comments written yet.

Please login to write comment.