COLOR #4A7499

HEX: #4A7499
RGB: (74,116,153)

Renk bilgisi

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

RGB renk modeli

#4A7499 color RGB value is (74,116,153).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 116 of 255 = 45%
B 153 of 255 = 60%

74
116
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 116 + 153 = 343 (100%)
R 74 of 343 ~ 21.57%
G 116 of 343 ~ 33.82%
B 153 of 343 ~ 44.61%

%21.57
%33.82
%44.61

CMYK RENK MODELİ

#4A7499 rengi CMYK tonu (52,24,0,40).

  • camgöbeği tonu 51.63%
  • eflatun tonu 24.18%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(52,24,0,40)
C52M24Y0K40 
(52%,24%,0%,40%)
(0.52/0.24/0.00/0.40)	

CMYK yüzdeleri

%51.63
%24.18
%0
%40

Codes

Color #4A7499 in popluar color models

4A7499
RGB74116153
HSL208°34.80%44.51%
HSB/HSV208°51.63%60.00%
CMYK51.63%24.18%0.00%
40.00%

Color #4A7499 in popluar number systems.

HEX4A7499
Decimal74116153
Binary1001010111010010011001
Octal112164231

Shades and tints

Shades of #4A7499

#4A7499
(74,116,153)
#446A8C
(68,106,140)
#3E607F
(62,96,127)
#385672
(56,86,114)
#324C65
(50,76,101)
#2C4258
(44,66,88)
#26384B
(38,56,75)
#202E3E
(32,46,62)
#1A2431
(26,36,49)
#141A24
(20,26,36)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #4A7499

#4A7499
(74,116,153)
#5A80A2
(90,128,162)
#6A8CAB
(106,140,171)
#7A98B4
(122,152,180)
#8AA4BD
(138,164,189)
#9AB0C6
(154,176,198)
#AABCCF
(170,188,207)
#BAC8D8
(186,200,216)
#CAD4E1
(202,212,225)
#DAE0EA
(218,224,234)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7499; }

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

This text font color is #4A7499.


Background Color

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

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

This div background color is #4A7499.


Border color

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

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

This div border color is #4A7499.


Opacity

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

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

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

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

This text has shadow with #4A7499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7499 on black background.


Color preview on white background

This text has color #4A7499 on white background.



Black color preview on #4A7499 background

This text has black color on #4A7499 background.


White color preview on #4A7499 background

This text has white color on #4A7499 background.