COLOR #4679B4

HEX: #4679B4
RGB: (70,121,180)

Renk bilgisi

#4679B4 contains mainly green and blue colors. #4679B4 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4679B4 color RGB value is (70,121,180).

  • kırmız ton 70;
  • yeşil ton 121;
  • mavi ton 180.
RGB:
(70,121,180)
(27%,47%,71%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 121 of 255 = 47%
B 180 of 255 = 71%

70
121
180

R + G + B ~ 48%. #4679B4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 121 + 180 = 371 (100%)
R 70 of 371 ~ 18.87%
G 121 of 371 ~ 32.61%
B 180 of 371 ~ 48.52%

%18.87
%32.61
%48.52

CMYK RENK MODELİ

#4679B4 rengi CMYK tonu (61,33,0,29).

  • camgöbeği tonu 61.11%
  • eflatun tonu 32.78%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(61,33,0,29)
C61M33Y0K29 
(61%,33%,0%,29%)
(0.61/0.33/0.00/0.29)	

CMYK yüzdeleri

%61.11
%32.78
%0
%29.41

Codes

Color #4679B4 in popluar color models

4679B4
RGB70121180
HSL212°44.00%49.02%
HSB/HSV212°61.11%70.59%
CMYK61.11%32.78%0.00%
29.41%

Color #4679B4 in popluar number systems.

HEX4679B4
Decimal70121180
Binary1000110111100110110100
Octal106171264

Shades and tints

Shades of #4679B4

#4679B4
(70,121,180)
#406EA4
(64,110,164)
#3A6394
(58,99,148)
#345884
(52,88,132)
#2E4D74
(46,77,116)
#284264
(40,66,100)
#223754
(34,55,84)
#1C2C44
(28,44,68)
#162134
(22,33,52)
#101624
(16,22,36)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #4679B4

#4679B4
(70,121,180)
#5685BA
(86,133,186)
#6691C0
(102,145,192)
#769DC6
(118,157,198)
#86A9CC
(134,169,204)
#96B5D2
(150,181,210)
#A6C1D8
(166,193,216)
#B6CDDE
(182,205,222)
#C6D9E4
(198,217,228)
#D6E5EA
(214,229,234)
#E6F1F0
(230,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4679B4 color. Also use rgb(70,121,180) instead hex code.

Text Font Color

.myTextColor { color: #4679B4; }

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

This text font color is #4679B4.


Background Color

.myBgColor { background-color: #4679B4; }

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

This div background color is #4679B4.


Border color

.myBorderColor { border: 1px solid #4679B4; }

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

This div border color is #4679B4.


Opacity

.myOpacity80 { color: #4679B4; opacity: 0.8; }

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

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

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

This text has shadow with #4679B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4679B4 on black background.


Color preview on white background

This text has color #4679B4 on white background.



Black color preview on #4679B4 background

This text has black color on #4679B4 background.


White color preview on #4679B4 background

This text has white color on #4679B4 background.