Color Hex Logo

#489675 Color Hex

#489675
(72,150,117)
0 Favorites   0 Comments

Color spaces of #489675

RGB 72150117
HSL0.430.350.44
HSV155°52°59°
CMYK 0.520.000.22   0.41
XYZ16.789724.474820.6688
Yxy24.47480.27110.3952
Hunter Lab49.4720-25.99719.8598
CIE-Lab56.5601-32.212410.1608

#489675 color RGB value is (72,150,117).

#489675 hex color red value is 72, green value is 150 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #489675 hue: 0.43 , saturation: 0.35 and the lightness value of 489675 is 0.44.

The process color (four color CMYK) of #489675 color hex is 0.52, 0.00, 0.22, 0.41. Web safe color of #489675 is #339966. Color #489675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010110 01110101
Octal 110 226 165
Decimal 72 150 117
Hex 48 96 75

RGB Percentages of Color #489675

%21.24
%44.25
%34.51

CMYK Percentages of Color #489675

%52
%0
%22
%41

Triadic Colors of #489675

#489675 #754896 #967548

Analogous Colors of #489675

#489675 #489096 #48964e

Monochromatic Colors of #489675

#489675

Complementary Color

#489675 #964869

#489675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489675 Color CSS Codes

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

#489675 Text Font Color

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

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


#489675 Background Color

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

This div background color is #489675


#489675 Border Color

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

This div border color is #489675


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,150,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 #489675">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489675


Comments

No comments written yet.

Please login to write comment.