COLOR #489478

HEX: #489478
RGB: (72,148,120)

Color info

#489478 contains mainly green and blue colors. Web safe color of #489478 is #339966 (or #396).

RGB color model

#489478 color RGB value is (72,148,120).

  • red value is 72;
  • green value is 148;
  • blue value is 120.
RGB:
(72,148,120)
(28%,58%,47%)

RGB channels and saturation

R 72 of 255 = 28%
G 148 of 255 = 58%
B 120 of 255 = 47%

72
148
120

R + G + B ~ 44%. #489478 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 148 + 120 = 340 (100%)
R 72 of 340 ~ 21.18%
G 148 of 340 ~ 43.53%
B 120 of 340 ~ 35.29%

%21.18
%43.53
%35.29

CMYK color model

#489478 color CMYK value is (51,0,19,42).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 41.96%
CMYK:
(51,0,19,42)
C51M0Y19K42 
(51%,0%,19%,42%)
(0.51/0.00/0.19/0.42)	

CMYK percentages

%51.35
%0
%18.92
%41.96

Codes

Color #489478 in popluar color models

489478
RGB72148120
HSL158°34.55%43.14%
HSB/HSV158°51.35%58.04%
CMYK51.35%0.00%18.92%
41.96%

Color #489478 in popluar number systems.

HEX489478
Decimal72148120
Binary1001000100101001111000
Octal110224170

Shades and tints

Shades of #489478

#489478
(72,148,120)
#42876E
(66,135,110)
#3C7A64
(60,122,100)
#366D5A
(54,109,90)
#306050
(48,96,80)
#2A5346
(42,83,70)
#24463C
(36,70,60)
#1E3932
(30,57,50)
#182C28
(24,44,40)
#121F1E
(18,31,30)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #489478

#489478
(72,148,120)
#589D84
(88,157,132)
#68A690
(104,166,144)
#78AF9C
(120,175,156)
#88B8A8
(136,184,168)
#98C1B4
(152,193,180)
#A8CAC0
(168,202,192)
#B8D3CC
(184,211,204)
#C8DCD8
(200,220,216)
#D8E5E4
(216,229,228)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489478 color. Also use rgb(72,148,120) instead hex code.

Text Font Color

.myTextColor { color: #489478; }

<p style="color:#489478">This sample text font color is #489478.</p>

This text font color is #489478.


Background Color

.myBgColor { background-color: #489478; }

<div style="background-color:#489478">Inner text</div>

This div background color is #489478.


Border color

.myBorderColor { border: 1px solid #489478; }

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

This div border color is #489478.


Opacity

.myOpacity80 { color: #489478; opacity: 0.8; }

<p style="color:#489478;opacity:0.8;">80%</p>

Text with #489478 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #489478;}

<p style="text-shadow: 3px 3px 1px #489478">Text here.</p>

This text has shadow with #489478 color.

.textShadow {text-shadow: 3px 3px 1px #489478, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #489478, 5px 5px 20px red">Text here.</p>

This text has shadow with #489478 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#489478, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#489478, Direction=45, Strength=4)">Text</p>

This text has shadow with #489478 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #489478;
  -webkit-box-shadow:	1px 1px 3px 2px #489478;
  box-shadow:		1px 1px 3px 2px #489478;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #489478;
-webkit-box-shadow: 1px 1px 3px 2px #489478;
box-shadow:1px 1px 3px 2px #489478;">
Div content here</div>
This div box has shadow with color #489478.

Preview

Color preview on black background

This text has color #489478 on black background.


Color preview on white background

This text has color #489478 on white background.



Black color preview on #489478 background

This text has black color on #489478 background.


White color preview on #489478 background

This text has white color on #489478 background.