COLOR #4676BB

HEX: #4676BB
RGB: (70,118,187)

Renk bilgisi

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

RGB renk modeli

#4676BB color RGB value is (70,118,187).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 118 of 255 = 46%
B 187 of 255 = 73%

70
118
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 118 + 187 = 375 (100%)
R 70 of 375 ~ 18.67%
G 118 of 375 ~ 31.47%
B 187 of 375 ~ 49.87%

%18.67
%31.47
%49.87

CMYK RENK MODELİ

#4676BB rengi CMYK tonu (63,37,0,27).

  • camgöbeği tonu 62.57%
  • eflatun tonu 36.90%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(63,37,0,27)
C63M37Y0K27 
(63%,37%,0%,27%)
(0.63/0.37/0.00/0.27)	

CMYK yüzdeleri

%62.57
%36.9
%0
%26.67

Codes

Color #4676BB in popluar color models

4676BB
RGB70118187
HSL215°46.25%50.39%
HSB/HSV215°62.57%73.33%
CMYK62.57%36.90%0.00%
26.67%

Color #4676BB in popluar number systems.

HEX4676BB
Decimal70118187
Binary1000110111011010111011
Octal106166273

Shades and tints

Shades of #4676BB

#4676BB
(70,118,187)
#406CAA
(64,108,170)
#3A6299
(58,98,153)
#345888
(52,88,136)
#2E4E77
(46,78,119)
#284466
(40,68,102)
#223A55
(34,58,85)
#1C3044
(28,48,68)
#162633
(22,38,51)
#101C22
(16,28,34)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #4676BB

#4676BB
(70,118,187)
#5682C1
(86,130,193)
#668EC7
(102,142,199)
#769ACD
(118,154,205)
#86A6D3
(134,166,211)
#96B2D9
(150,178,217)
#A6BEDF
(166,190,223)
#B6CAE5
(182,202,229)
#C6D6EB
(198,214,235)
#D6E2F1
(214,226,241)
#E6EEF7
(230,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4676BB; }

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

This text font color is #4676BB.


Background Color

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

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

This div background color is #4676BB.


Border color

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

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

This div border color is #4676BB.


Opacity

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

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

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

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

This text has shadow with #4676BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4676BB on black background.


Color preview on white background

This text has color #4676BB on white background.



Black color preview on #4676BB background

This text has black color on #4676BB background.


White color preview on #4676BB background

This text has white color on #4676BB background.