COLOR #4A74AD

HEX: #4A74AD
RGB: (74,116,173)

Renk bilgisi

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

RGB renk modeli

#4A74AD color RGB value is (74,116,173).

  • kırmız ton 74;
  • yeşil ton 116;
  • mavi ton 173.
RGB:
(74,116,173)
(29%,45%,68%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 116 of 255 = 45%
B 173 of 255 = 68%

74
116
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 116 + 173 = 363 (100%)
R 74 of 363 ~ 20.39%
G 116 of 363 ~ 31.96%
B 173 of 363 ~ 47.66%

%20.39
%31.96
%47.66

CMYK RENK MODELİ

#4A74AD rengi CMYK tonu (57,33,0,32).

  • camgöbeği tonu 57.23%
  • eflatun tonu 32.95%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(57,33,0,32)
C57M33Y0K32 
(57%,33%,0%,32%)
(0.57/0.33/0.00/0.32)	

CMYK yüzdeleri

%57.23
%32.95
%0
%32.16

Codes

Color #4A74AD in popluar color models

4A74AD
RGB74116173
HSL215°40.08%48.43%
HSB/HSV215°57.23%67.84%
CMYK57.23%32.95%0.00%
32.16%

Color #4A74AD in popluar number systems.

HEX4A74AD
Decimal74116173
Binary1001010111010010101101
Octal112164255

Shades and tints

Shades of #4A74AD

#4A74AD
(74,116,173)
#446A9E
(68,106,158)
#3E608F
(62,96,143)
#385680
(56,86,128)
#324C71
(50,76,113)
#2C4262
(44,66,98)
#263853
(38,56,83)
#202E44
(32,46,68)
#1A2435
(26,36,53)
#141A26
(20,26,38)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #4A74AD

#4A74AD
(74,116,173)
#5A80B4
(90,128,180)
#6A8CBB
(106,140,187)
#7A98C2
(122,152,194)
#8AA4C9
(138,164,201)
#9AB0D0
(154,176,208)
#AABCD7
(170,188,215)
#BAC8DE
(186,200,222)
#CAD4E5
(202,212,229)
#DAE0EC
(218,224,236)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A74AD color. Also use rgb(74,116,173) instead hex code.

Text Font Color

.myTextColor { color: #4A74AD; }

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

This text font color is #4A74AD.


Background Color

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

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

This div background color is #4A74AD.


Border color

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

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

This div border color is #4A74AD.


Opacity

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

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

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

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

This text has shadow with #4A74AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A74AD on black background.


Color preview on white background

This text has color #4A74AD on white background.



Black color preview on #4A74AD background

This text has black color on #4A74AD background.


White color preview on #4A74AD background

This text has white color on #4A74AD background.