COLOR #4A688D

HEX: #4A688D
RGB: (74,104,141)

Renk bilgisi

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

RGB renk modeli

#4A688D color RGB value is (74,104,141).

  • kırmız ton 74;
  • yeşil ton 104;
  • mavi ton 141.
RGB:
(74,104,141)
(29%,41%,55%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 104 of 255 = 41%
B 141 of 255 = 55%

74
104
141

R + G + B ~ 42%. #4A688D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 104 + 141 = 319 (100%)
R 74 of 319 ~ 23.2%
G 104 of 319 ~ 32.6%
B 141 of 319 ~ 44.2%

%23.2
%32.6
%44.2

CMYK RENK MODELİ

#4A688D rengi CMYK tonu (48,26,0,45).

  • camgöbeği tonu 47.52%
  • eflatun tonu 26.24%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(48,26,0,45)
C48M26Y0K45 
(48%,26%,0%,45%)
(0.48/0.26/0.00/0.45)	

CMYK yüzdeleri

%47.52
%26.24
%0
%44.71

Codes

Color #4A688D in popluar color models

4A688D
RGB74104141
HSL213°31.16%42.16%
HSB/HSV213°47.52%55.29%
CMYK47.52%26.24%0.00%
44.71%

Color #4A688D in popluar number systems.

HEX4A688D
Decimal74104141
Binary1001010110100010001101
Octal112150215

Shades and tints

Shades of #4A688D

#4A688D
(74,104,141)
#445F81
(68,95,129)
#3E5675
(62,86,117)
#384D69
(56,77,105)
#32445D
(50,68,93)
#2C3B51
(44,59,81)
#263245
(38,50,69)
#202939
(32,41,57)
#1A202D
(26,32,45)
#141721
(20,23,33)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #4A688D

#4A688D
(74,104,141)
#5A7597
(90,117,151)
#6A82A1
(106,130,161)
#7A8FAB
(122,143,171)
#8A9CB5
(138,156,181)
#9AA9BF
(154,169,191)
#AAB6C9
(170,182,201)
#BAC3D3
(186,195,211)
#CAD0DD
(202,208,221)
#DADDE7
(218,221,231)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A688D color. Also use rgb(74,104,141) instead hex code.

Text Font Color

.myTextColor { color: #4A688D; }

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

This text font color is #4A688D.


Background Color

.myBgColor { background-color: #4A688D; }

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

This div background color is #4A688D.


Border color

.myBorderColor { border: 1px solid #4A688D; }

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

This div border color is #4A688D.


Opacity

.myOpacity80 { color: #4A688D; opacity: 0.8; }

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

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

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

This text has shadow with #4A688D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A688D on black background.


Color preview on white background

This text has color #4A688D on white background.



Black color preview on #4A688D background

This text has black color on #4A688D background.


White color preview on #4A688D background

This text has white color on #4A688D background.