COLOR #478488

HEX: #478488
RGB: (71,132,136)

Renk bilgisi

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

RGB renk modeli

#478488 color RGB value is (71,132,136).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 132 of 255 = 52%
B 136 of 255 = 53%

71
132
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 132 + 136 = 339 (100%)
R 71 of 339 ~ 20.94%
G 132 of 339 ~ 38.94%
B 136 of 339 ~ 40.12%

%20.94
%38.94
%40.12

CMYK RENK MODELİ

#478488 rengi CMYK tonu (48,3,0,47).

  • camgöbeği tonu 47.79%
  • eflatun tonu 2.94%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(48,3,0,47)
C48M3Y0K47 
(48%,3%,0%,47%)
(0.48/0.03/0.00/0.47)	

CMYK yüzdeleri

%47.79
%2.94
%0
%46.67

Codes

Color #478488 in popluar color models

478488
RGB71132136
HSL184°31.40%40.59%
HSB/HSV184°47.79%53.33%
CMYK47.79%2.94%0.00%
46.67%

Color #478488 in popluar number systems.

HEX478488
Decimal71132136
Binary10001111000010010001000
Octal107204210

Shades and tints

Shades of #478488

#478488
(71,132,136)
#41787C
(65,120,124)
#3B6C70
(59,108,112)
#356064
(53,96,100)
#2F5458
(47,84,88)
#29484C
(41,72,76)
#233C40
(35,60,64)
#1D3034
(29,48,52)
#172428
(23,36,40)
#11181C
(17,24,28)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #478488

#478488
(71,132,136)
#578F92
(87,143,146)
#679A9C
(103,154,156)
#77A5A6
(119,165,166)
#87B0B0
(135,176,176)
#97BBBA
(151,187,186)
#A7C6C4
(167,198,196)
#B7D1CE
(183,209,206)
#C7DCD8
(199,220,216)
#D7E7E2
(215,231,226)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478488; }

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

This text font color is #478488.


Background Color

.myBgColor { background-color: #478488; }

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

This div background color is #478488.


Border color

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

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

This div border color is #478488.


Opacity

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

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

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

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

This text has shadow with #478488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478488 on black background.


Color preview on white background

This text has color #478488 on white background.



Black color preview on #478488 background

This text has black color on #478488 background.


White color preview on #478488 background

This text has white color on #478488 background.