COLOR #4A5376

HEX: #4A5376
RGB: (74,83,118)

Renk bilgisi

#4A5376 contains red, green and blue colors in about the same proportion. #4A5376 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4A5376 color RGB value is (74,83,118).

  • kırmız ton 74;
  • yeşil ton 83;
  • mavi ton 118.
RGB:
(74,83,118)
(29%,33%,46%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 83 of 255 = 33%
B 118 of 255 = 46%

74
83
118

R + G + B ~ 36%. #4A5376 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 83 + 118 = 275 (100%)
R 74 of 275 ~ 26.91%
G 83 of 275 ~ 30.18%
B 118 of 275 ~ 42.91%

%26.91
%30.18
%42.91

CMYK RENK MODELİ

#4A5376 rengi CMYK tonu (37,30,0,54).

  • camgöbeği tonu 37.29%
  • eflatun tonu 29.66%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(37,30,0,54)
C37M30Y0K54 
(37%,30%,0%,54%)
(0.37/0.30/0.00/0.54)	

CMYK yüzdeleri

%37.29
%29.66
%0
%53.73

Codes

Color #4A5376 in popluar color models

4A5376
RGB7483118
HSL228°22.92%37.65%
HSB/HSV228°37.29%46.27%
CMYK37.29%29.66%0.00%
53.73%

Color #4A5376 in popluar number systems.

HEX4A5376
Decimal7483118
Binary100101010100111110110
Octal112123166

Shades and tints

Shades of #4A5376

#4A5376
(74,83,118)
#444C6C
(68,76,108)
#3E4562
(62,69,98)
#383E58
(56,62,88)
#32374E
(50,55,78)
#2C3044
(44,48,68)
#26293A
(38,41,58)
#202230
(32,34,48)
#1A1B26
(26,27,38)
#14141C
(20,20,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #4A5376

#4A5376
(74,83,118)
#5A6282
(90,98,130)
#6A718E
(106,113,142)
#7A809A
(122,128,154)
#8A8FA6
(138,143,166)
#9A9EB2
(154,158,178)
#AAADBE
(170,173,190)
#BABCCA
(186,188,202)
#CACBD6
(202,203,214)
#DADAE2
(218,218,226)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5376 color. Also use rgb(74,83,118) instead hex code.

Text Font Color

.myTextColor { color: #4A5376; }

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

This text font color is #4A5376.


Background Color

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

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

This div background color is #4A5376.


Border color

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

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

This div border color is #4A5376.


Opacity

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

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

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

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

This text has shadow with #4A5376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5376 on black background.


Color preview on white background

This text has color #4A5376 on white background.



Black color preview on #4A5376 background

This text has black color on #4A5376 background.


White color preview on #4A5376 background

This text has white color on #4A5376 background.