COLOR #478499

HEX: #478499
RGB: (71,132,153)

Renk bilgisi

#478499 contains mainly green and blue colors. #478499 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#478499 color RGB value is (71,132,153).

  • kırmız ton 71;
  • yeşil ton 132;
  • mavi ton 153.
RGB:
(71,132,153)
(28%,52%,60%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 132 of 255 = 52%
B 153 of 255 = 60%

71
132
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 132 + 153 = 356 (100%)
R 71 of 356 ~ 19.94%
G 132 of 356 ~ 37.08%
B 153 of 356 ~ 42.98%

%19.94
%37.08
%42.98

CMYK RENK MODELİ

#478499 rengi CMYK tonu (54,14,0,40).

  • camgöbeği tonu 53.59%
  • eflatun tonu 13.73%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(54,14,0,40)
C54M14Y0K40 
(54%,14%,0%,40%)
(0.54/0.14/0.00/0.40)	

CMYK yüzdeleri

%53.59
%13.73
%0
%40

Codes

Color #478499 in popluar color models

478499
RGB71132153
HSL195°36.61%43.92%
HSB/HSV195°53.59%60.00%
CMYK53.59%13.73%0.00%
40.00%

Color #478499 in popluar number systems.

HEX478499
Decimal71132153
Binary10001111000010010011001
Octal107204231

Shades and tints

Shades of #478499

#478499
(71,132,153)
#41788C
(65,120,140)
#3B6C7F
(59,108,127)
#356072
(53,96,114)
#2F5465
(47,84,101)
#294858
(41,72,88)
#233C4B
(35,60,75)
#1D303E
(29,48,62)
#172431
(23,36,49)
#111824
(17,24,36)
#0B0C17
(11,12,23)
#000000
(0,0,0)

Tints of #478499

#478499
(71,132,153)
#578FA2
(87,143,162)
#679AAB
(103,154,171)
#77A5B4
(119,165,180)
#87B0BD
(135,176,189)
#97BBC6
(151,187,198)
#A7C6CF
(167,198,207)
#B7D1D8
(183,209,216)
#C7DCE1
(199,220,225)
#D7E7EA
(215,231,234)
#E7F2F3
(231,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478499; }

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

This text font color is #478499.


Background Color

.myBgColor { background-color: #478499; }

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

This div background color is #478499.


Border color

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

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

This div border color is #478499.


Opacity

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

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

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

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

This text has shadow with #478499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478499 on black background.


Color preview on white background

This text has color #478499 on white background.



Black color preview on #478499 background

This text has black color on #478499 background.


White color preview on #478499 background

This text has white color on #478499 background.