COLOR #478DC4

HEX: #478DC4
RGB: (71,141,196)

Renk bilgisi

#478DC4 contains mainly green and blue colors. #478DC4 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#478DC4 color RGB value is (71,141,196).

  • kırmız ton 71;
  • yeşil ton 141;
  • mavi ton 196.
RGB:
(71,141,196)
(28%,55%,77%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 141 of 255 = 55%
B 196 of 255 = 77%

71
141
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 141 + 196 = 408 (100%)
R 71 of 408 ~ 17.4%
G 141 of 408 ~ 34.56%
B 196 of 408 ~ 48.04%

%17.4
%34.56
%48.04

CMYK RENK MODELİ

#478DC4 rengi CMYK tonu (64,28,0,23).

  • camgöbeği tonu 63.78%
  • eflatun tonu 28.06%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(64,28,0,23)
C64M28Y0K23 
(64%,28%,0%,23%)
(0.64/0.28/0.00/0.23)	

CMYK yüzdeleri

%63.78
%28.06
%0
%23.14

Codes

Color #478DC4 in popluar color models

478DC4
RGB71141196
HSL206°51.44%52.35%
HSB/HSV206°63.78%76.86%
CMYK63.78%28.06%0.00%
23.14%

Color #478DC4 in popluar number systems.

HEX478DC4
Decimal71141196
Binary10001111000110111000100
Octal107215304

Shades and tints

Shades of #478DC4

#478DC4
(71,141,196)
#4181B3
(65,129,179)
#3B75A2
(59,117,162)
#356991
(53,105,145)
#2F5D80
(47,93,128)
#29516F
(41,81,111)
#23455E
(35,69,94)
#1D394D
(29,57,77)
#172D3C
(23,45,60)
#11212B
(17,33,43)
#0B151A
(11,21,26)
#000000
(0,0,0)

Tints of #478DC4

#478DC4
(71,141,196)
#5797C9
(87,151,201)
#67A1CE
(103,161,206)
#77ABD3
(119,171,211)
#87B5D8
(135,181,216)
#97BFDD
(151,191,221)
#A7C9E2
(167,201,226)
#B7D3E7
(183,211,231)
#C7DDEC
(199,221,236)
#D7E7F1
(215,231,241)
#E7F1F6
(231,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478DC4 color. Also use rgb(71,141,196) instead hex code.

Text Font Color

.myTextColor { color: #478DC4; }

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

This text font color is #478DC4.


Background Color

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

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

This div background color is #478DC4.


Border color

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

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

This div border color is #478DC4.


Opacity

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

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

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

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

This text has shadow with #478DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478DC4 on black background.


Color preview on white background

This text has color #478DC4 on white background.



Black color preview on #478DC4 background

This text has black color on #478DC4 background.


White color preview on #478DC4 background

This text has white color on #478DC4 background.