COLOR #4476A0

HEX: #4476A0
RGB: (68,118,160)

Renk bilgisi

#4476A0 contains mainly green and blue colors. #4476A0 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4476A0 color RGB value is (68,118,160).

  • kırmız ton 68;
  • yeşil ton 118;
  • mavi ton 160.
RGB:
(68,118,160)
(27%,46%,63%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 118 of 255 = 46%
B 160 of 255 = 63%

68
118
160

R + G + B ~ 45%. #4476A0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 118 + 160 = 346 (100%)
R 68 of 346 ~ 19.65%
G 118 of 346 ~ 34.1%
B 160 of 346 ~ 46.24%

%19.65
%34.1
%46.24

CMYK RENK MODELİ

#4476A0 rengi CMYK tonu (58,26,0,37).

  • camgöbeği tonu 57.50%
  • eflatun tonu 26.25%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(58,26,0,37)
C58M26Y0K37 
(58%,26%,0%,37%)
(0.58/0.26/0.00/0.37)	

CMYK yüzdeleri

%57.5
%26.25
%0
%37.25

Codes

Color #4476A0 in popluar color models

4476A0
RGB68118160
HSL207°40.35%44.71%
HSB/HSV207°57.50%62.75%
CMYK57.50%26.25%0.00%
37.25%

Color #4476A0 in popluar number systems.

HEX4476A0
Decimal68118160
Binary1000100111011010100000
Octal104166240

Shades and tints

Shades of #4476A0

#4476A0
(68,118,160)
#3E6C92
(62,108,146)
#386284
(56,98,132)
#325876
(50,88,118)
#2C4E68
(44,78,104)
#26445A
(38,68,90)
#203A4C
(32,58,76)
#1A303E
(26,48,62)
#142630
(20,38,48)
#0E1C22
(14,28,34)
#081214
(8,18,20)
#000000
(0,0,0)

Tints of #4476A0

#4476A0
(68,118,160)
#5582A8
(85,130,168)
#668EB0
(102,142,176)
#779AB8
(119,154,184)
#88A6C0
(136,166,192)
#99B2C8
(153,178,200)
#AABED0
(170,190,208)
#BBCAD8
(187,202,216)
#CCD6E0
(204,214,224)
#DDE2E8
(221,226,232)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4476A0 color. Also use rgb(68,118,160) instead hex code.

Text Font Color

.myTextColor { color: #4476A0; }

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

This text font color is #4476A0.


Background Color

.myBgColor { background-color: #4476A0; }

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

This div background color is #4476A0.


Border color

.myBorderColor { border: 1px solid #4476A0; }

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

This div border color is #4476A0.


Opacity

.myOpacity80 { color: #4476A0; opacity: 0.8; }

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

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

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

This text has shadow with #4476A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4476A0 on black background.


Color preview on white background

This text has color #4476A0 on white background.



Black color preview on #4476A0 background

This text has black color on #4476A0 background.


White color preview on #4476A0 background

This text has white color on #4476A0 background.