COLOR #4676D7

HEX: #4676D7
RGB: (70,118,215)

Renk bilgisi

#4676D7 contains mainly blue color. #4676D7 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4676D7 color RGB value is (70,118,215).

  • kırmız ton 70;
  • yeşil ton 118;
  • mavi ton 215.
RGB:
(70,118,215)
(27%,46%,84%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 118 of 255 = 46%
B 215 of 255 = 84%

70
118
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 118 + 215 = 403 (100%)
R 70 of 403 ~ 17.37%
G 118 of 403 ~ 29.28%
B 215 of 403 ~ 53.35%

%17.37
%29.28
%53.35

CMYK RENK MODELİ

#4676D7 rengi CMYK tonu (67,45,0,16).

  • camgöbeği tonu 67.44%
  • eflatun tonu 45.12%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(67,45,0,16)
C67M45Y0K16 
(67%,45%,0%,16%)
(0.67/0.45/0.00/0.16)	

CMYK yüzdeleri

%67.44
%45.12
%0
%15.69

Codes

Color #4676D7 in popluar color models

4676D7
RGB70118215
HSL220°64.44%55.88%
HSB/HSV220°67.44%84.31%
CMYK67.44%45.12%0.00%
15.69%

Color #4676D7 in popluar number systems.

HEX4676D7
Decimal70118215
Binary1000110111011011010111
Octal106166327

Shades and tints

Shades of #4676D7

#4676D7
(70,118,215)
#406CC4
(64,108,196)
#3A62B1
(58,98,177)
#34589E
(52,88,158)
#2E4E8B
(46,78,139)
#284478
(40,68,120)
#223A65
(34,58,101)
#1C3052
(28,48,82)
#16263F
(22,38,63)
#101C2C
(16,28,44)
#0A1219
(10,18,25)
#000000
(0,0,0)

Tints of #4676D7

#4676D7
(70,118,215)
#5682DA
(86,130,218)
#668EDD
(102,142,221)
#769AE0
(118,154,224)
#86A6E3
(134,166,227)
#96B2E6
(150,178,230)
#A6BEE9
(166,190,233)
#B6CAEC
(182,202,236)
#C6D6EF
(198,214,239)
#D6E2F2
(214,226,242)
#E6EEF5
(230,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4676D7 color. Also use rgb(70,118,215) instead hex code.

Text Font Color

.myTextColor { color: #4676D7; }

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

This text font color is #4676D7.


Background Color

.myBgColor { background-color: #4676D7; }

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

This div background color is #4676D7.


Border color

.myBorderColor { border: 1px solid #4676D7; }

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

This div border color is #4676D7.


Opacity

.myOpacity80 { color: #4676D7; opacity: 0.8; }

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

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

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

This text has shadow with #4676D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4676D7 on black background.


Color preview on white background

This text has color #4676D7 on white background.



Black color preview on #4676D7 background

This text has black color on #4676D7 background.


White color preview on #4676D7 background

This text has white color on #4676D7 background.