COLOR #478CA6

HEX: #478CA6
RGB: (71,140,166)

Color info

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

RGB color model

#478CA6 color RGB value is (71,140,166).

  • red value is 71;
  • green value is 140;
  • blue value is 166.
RGB:
(71,140,166)
(28%,55%,65%)

RGB channels and saturation

R 71 of 255 = 28%
G 140 of 255 = 55%
B 166 of 255 = 65%

71
140
166

R + G + B ~ 49%. #478CA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 140 + 166 = 377 (100%)
R 71 of 377 ~ 18.83%
G 140 of 377 ~ 37.14%
B 166 of 377 ~ 44.03%

%18.83
%37.14
%44.03

CMYK color model

#478CA6 color CMYK value is (57,16,0,35).

  • cyan value is 57.23%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(57,16,0,35)
C57M16Y0K35 
(57%,16%,0%,35%)
(0.57/0.16/0.00/0.35)	

CMYK percentages

%57.23
%15.66
%0
%34.9

Codes

Color #478CA6 in popluar color models

478CA6
RGB71140166
HSL196°40.08%46.47%
HSB/HSV196°57.23%65.10%
CMYK57.23%15.66%0.00%
34.90%

Color #478CA6 in popluar number systems.

HEX478CA6
Decimal71140166
Binary10001111000110010100110
Octal107214246

Shades and tints

Shades of #478CA6

#478CA6
(71,140,166)
#418097
(65,128,151)
#3B7488
(59,116,136)
#356879
(53,104,121)
#2F5C6A
(47,92,106)
#29505B
(41,80,91)
#23444C
(35,68,76)
#1D383D
(29,56,61)
#172C2E
(23,44,46)
#11201F
(17,32,31)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #478CA6

#478CA6
(71,140,166)
#5796AE
(87,150,174)
#67A0B6
(103,160,182)
#77AABE
(119,170,190)
#87B4C6
(135,180,198)
#97BECE
(151,190,206)
#A7C8D6
(167,200,214)
#B7D2DE
(183,210,222)
#C7DCE6
(199,220,230)
#D7E6EE
(215,230,238)
#E7F0F6
(231,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478CA6 color. Also use rgb(71,140,166) instead hex code.

Text Font Color

.myTextColor { color: #478CA6; }

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

This text font color is #478CA6.


Background Color

.myBgColor { background-color: #478CA6; }

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

This div background color is #478CA6.


Border color

.myBorderColor { border: 1px solid #478CA6; }

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

This div border color is #478CA6.


Opacity

.myOpacity80 { color: #478CA6; opacity: 0.8; }

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

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

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

This text has shadow with #478CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478CA6 on black background.


Color preview on white background

This text has color #478CA6 on white background.



Black color preview on #478CA6 background

This text has black color on #478CA6 background.


White color preview on #478CA6 background

This text has white color on #478CA6 background.