COLOR #478DBC

HEX: #478DBC
RGB: (71,141,188)

Renk bilgisi

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

RGB renk modeli

#478DBC color RGB value is (71,141,188).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 141 of 255 = 55%
B 188 of 255 = 74%

71
141
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 141 + 188 = 400 (100%)
R 71 of 400 ~ 17.75%
G 141 of 400 ~ 35.25%
B 188 of 400 ~ 47%

%17.75
%35.25
%47

CMYK RENK MODELİ

#478DBC rengi CMYK tonu (62,25,0,26).

  • camgöbeği tonu 62.23%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(62,25,0,26)
C62M25Y0K26 
(62%,25%,0%,26%)
(0.62/0.25/0.00/0.26)	

CMYK yüzdeleri

%62.23
%25
%0
%26.27

Codes

Color #478DBC in popluar color models

478DBC
RGB71141188
HSL204°46.61%50.78%
HSB/HSV204°62.23%73.73%
CMYK62.23%25.00%0.00%
26.27%

Color #478DBC in popluar number systems.

HEX478DBC
Decimal71141188
Binary10001111000110110111100
Octal107215274

Shades and tints

Shades of #478DBC

#478DBC
(71,141,188)
#4181AB
(65,129,171)
#3B759A
(59,117,154)
#356989
(53,105,137)
#2F5D78
(47,93,120)
#295167
(41,81,103)
#234556
(35,69,86)
#1D3945
(29,57,69)
#172D34
(23,45,52)
#112123
(17,33,35)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #478DBC

#478DBC
(71,141,188)
#5797C2
(87,151,194)
#67A1C8
(103,161,200)
#77ABCE
(119,171,206)
#87B5D4
(135,181,212)
#97BFDA
(151,191,218)
#A7C9E0
(167,201,224)
#B7D3E6
(183,211,230)
#C7DDEC
(199,221,236)
#D7E7F2
(215,231,242)
#E7F1F8
(231,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478DBC; }

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

This text font color is #478DBC.


Background Color

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

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

This div background color is #478DBC.


Border color

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

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

This div border color is #478DBC.


Opacity

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

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

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

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

This text has shadow with #478DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478DBC on black background.


Color preview on white background

This text has color #478DBC on white background.



Black color preview on #478DBC background

This text has black color on #478DBC background.


White color preview on #478DBC background

This text has white color on #478DBC background.