COLOR #478089

HEX: #478089
RGB: (71,128,137)

Color info

#478089 contains mainly green and blue colors. Web safe color of #478089 is #336699 (or #369).

RGB color model

#478089 color RGB value is (71,128,137).

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

RGB channels and saturation

R 71 of 255 = 28%
G 128 of 255 = 50%
B 137 of 255 = 54%

71
128
137

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

Portions of RGB colors in percentages

R + G + B =
71 + 128 + 137 = 336 (100%)
R 71 of 336 ~ 21.13%
G 128 of 336 ~ 38.1%
B 137 of 336 ~ 40.77%

%21.13
%38.1
%40.77

CMYK color model

#478089 color CMYK value is (48,7,0,46).

  • cyan value is 48.18%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(48,7,0,46)
C48M7Y0K46 
(48%,7%,0%,46%)
(0.48/0.07/0.00/0.46)	

CMYK percentages

%48.18
%6.57
%0
%46.27

Codes

Color #478089 in popluar color models

478089
RGB71128137
HSL188°31.73%40.78%
HSB/HSV188°48.18%53.73%
CMYK48.18%6.57%0.00%
46.27%

Color #478089 in popluar number systems.

HEX478089
Decimal71128137
Binary10001111000000010001001
Octal107200211

Shades and tints

Shades of #478089

#478089
(71,128,137)
#41757D
(65,117,125)
#3B6A71
(59,106,113)
#355F65
(53,95,101)
#2F5459
(47,84,89)
#29494D
(41,73,77)
#233E41
(35,62,65)
#1D3335
(29,51,53)
#172829
(23,40,41)
#111D1D
(17,29,29)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #478089

#478089
(71,128,137)
#578B93
(87,139,147)
#67969D
(103,150,157)
#77A1A7
(119,161,167)
#87ACB1
(135,172,177)
#97B7BB
(151,183,187)
#A7C2C5
(167,194,197)
#B7CDCF
(183,205,207)
#C7D8D9
(199,216,217)
#D7E3E3
(215,227,227)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478089; }

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

This text font color is #478089.


Background Color

.myBgColor { background-color: #478089; }

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

This div background color is #478089.


Border color

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

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

This div border color is #478089.


Opacity

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

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

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

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

This text has shadow with #478089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478089 on black background.


Color preview on white background

This text has color #478089 on white background.



Black color preview on #478089 background

This text has black color on #478089 background.


White color preview on #478089 background

This text has white color on #478089 background.