COLOR #478699

HEX: #478699
RGB: (71,134,153)

Color info

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

RGB color model

#478699 color RGB value is (71,134,153).

  • red value is 71;
  • green value is 134;
  • blue value is 153.
RGB:
(71,134,153)
(28%,53%,60%)

RGB channels and saturation

R 71 of 255 = 28%
G 134 of 255 = 53%
B 153 of 255 = 60%

71
134
153

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

Portions of RGB colors in percentages

R + G + B =
71 + 134 + 153 = 358 (100%)
R 71 of 358 ~ 19.83%
G 134 of 358 ~ 37.43%
B 153 of 358 ~ 42.74%

%19.83
%37.43
%42.74

CMYK color model

#478699 color CMYK value is (54,12,0,40).

  • cyan value is 53.59%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(54,12,0,40)
C54M12Y0K40 
(54%,12%,0%,40%)
(0.54/0.12/0.00/0.40)	

CMYK percentages

%53.59
%12.42
%0
%40

Codes

Color #478699 in popluar color models

478699
RGB71134153
HSL194°36.61%43.92%
HSB/HSV194°53.59%60.00%
CMYK53.59%12.42%0.00%
40.00%

Color #478699 in popluar number systems.

HEX478699
Decimal71134153
Binary10001111000011010011001
Octal107206231

Shades and tints

Shades of #478699

#478699
(71,134,153)
#417A8C
(65,122,140)
#3B6E7F
(59,110,127)
#356272
(53,98,114)
#2F5665
(47,86,101)
#294A58
(41,74,88)
#233E4B
(35,62,75)
#1D323E
(29,50,62)
#172631
(23,38,49)
#111A24
(17,26,36)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #478699

#478699
(71,134,153)
#5791A2
(87,145,162)
#679CAB
(103,156,171)
#77A7B4
(119,167,180)
#87B2BD
(135,178,189)
#97BDC6
(151,189,198)
#A7C8CF
(167,200,207)
#B7D3D8
(183,211,216)
#C7DEE1
(199,222,225)
#D7E9EA
(215,233,234)
#E7F4F3
(231,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478699 color. Also use rgb(71,134,153) instead hex code.

Text Font Color

.myTextColor { color: #478699; }

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

This text font color is #478699.


Background Color

.myBgColor { background-color: #478699; }

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

This div background color is #478699.


Border color

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

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

This div border color is #478699.


Opacity

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

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

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

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

This text has shadow with #478699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478699 on black background.


Color preview on white background

This text has color #478699 on white background.



Black color preview on #478699 background

This text has black color on #478699 background.


White color preview on #478699 background

This text has white color on #478699 background.