Color Hex Logo

#489278 Color Hex

#489278
(72,146,120)
0 Favorites   0 Comments

Color spaces of #489278

RGB 72146120
HSL0.440.340.43
HSV159°51°57°
CMYK 0.510.000.18   0.43
XYZ16.341523.291621.4037
Yxy23.29160.26770.3816
Hunter Lab48.2614-24.01667.4881
CIE-Lab55.3714-29.60796.7649

#489278 color RGB value is (72,146,120).

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

The process color (four color CMYK) of #489278 color hex is 0.51, 0.00, 0.18, 0.43. Web safe color of #489278 is #339966. Color #489278 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010010 01111000
Octal 110 222 170
Decimal 72 146 120
Hex 48 92 78

RGB Percentages of Color #489278

%21.30
%43.20
%35.50

CMYK Percentages of Color #489278

%51
%0
%18
%43

Triadic Colors of #489278

#489278 #784892 #927848

Analogous Colors of #489278

#489278 #488792 #489253

Monochromatic Colors of #489278

#489278

Complementary Color

#489278 #924862

#489278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489278 Color CSS Codes

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

#489278 Text Font Color

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

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


#489278 Background Color

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

This div background color is #489278


#489278 Border Color

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

This div border color is #489278


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,146,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489278


Comments

No comments written yet.

Please login to write comment.