COLOR #478189

HEX: #478189
RGB: (71,129,137)

Color info

#478189 contains mainly green and blue colors. Web safe color of #478189 is #339999 (or #399).

RGB color model

#478189 color RGB value is (71,129,137).

  • red value is 71;
  • green value is 129;
  • blue value is 137.
RGB:
(71,129,137)
(28%,51%,54%)

RGB channels and saturation

R 71 of 255 = 28%
G 129 of 255 = 51%
B 137 of 255 = 54%

71
129
137

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

Portions of RGB colors in percentages

R + G + B =
71 + 129 + 137 = 337 (100%)
R 71 of 337 ~ 21.07%
G 129 of 337 ~ 38.28%
B 137 of 337 ~ 40.65%

%21.07
%38.28
%40.65

CMYK color model

#478189 color CMYK value is (48,6,0,46).

  • cyan value is 48.18%
  • magenta value is 5.84%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(48,6,0,46)
C48M6Y0K46 
(48%,6%,0%,46%)
(0.48/0.06/0.00/0.46)	

CMYK percentages

%48.18
%5.84
%0
%46.27

Codes

Color #478189 in popluar color models

478189
RGB71129137
HSL187°31.73%40.78%
HSB/HSV187°48.18%53.73%
CMYK48.18%5.84%0.00%
46.27%

Color #478189 in popluar number systems.

HEX478189
Decimal71129137
Binary10001111000000110001001
Octal107201211

Shades and tints

Shades of #478189

#478189
(71,129,137)
#41767D
(65,118,125)
#3B6B71
(59,107,113)
#356065
(53,96,101)
#2F5559
(47,85,89)
#294A4D
(41,74,77)
#233F41
(35,63,65)
#1D3435
(29,52,53)
#172929
(23,41,41)
#111E1D
(17,30,29)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #478189

#478189
(71,129,137)
#578C93
(87,140,147)
#67979D
(103,151,157)
#77A2A7
(119,162,167)
#87ADB1
(135,173,177)
#97B8BB
(151,184,187)
#A7C3C5
(167,195,197)
#B7CECF
(183,206,207)
#C7D9D9
(199,217,217)
#D7E4E3
(215,228,227)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478189 color. Also use rgb(71,129,137) instead hex code.

Text Font Color

.myTextColor { color: #478189; }

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

This text font color is #478189.


Background Color

.myBgColor { background-color: #478189; }

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

This div background color is #478189.


Border color

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

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

This div border color is #478189.


Opacity

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

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

Text with #478189 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 #478189;}

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

This text has shadow with #478189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478189 on black background.


Color preview on white background

This text has color #478189 on white background.



Black color preview on #478189 background

This text has black color on #478189 background.


White color preview on #478189 background

This text has white color on #478189 background.