COLOR #4A6A76

HEX: #4A6A76
RGB: (74,106,118)

Renk bilgisi

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

RGB renk modeli

#4A6A76 color RGB value is (74,106,118).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 106 of 255 = 42%
B 118 of 255 = 46%

74
106
118

R + G + B ~ 39%. #4A6A76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 106 + 118 = 298 (100%)
R 74 of 298 ~ 24.83%
G 106 of 298 ~ 35.57%
B 118 of 298 ~ 39.6%

%24.83
%35.57
%39.6

CMYK RENK MODELİ

#4A6A76 rengi CMYK tonu (37,10,0,54).

  • camgöbeği tonu 37.29%
  • eflatun tonu 10.17%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(37,10,0,54)
C37M10Y0K54 
(37%,10%,0%,54%)
(0.37/0.10/0.00/0.54)	

CMYK yüzdeleri

%37.29
%10.17
%0
%53.73

Codes

Color #4A6A76 in popluar color models

4A6A76
RGB74106118
HSL196°22.92%37.65%
HSB/HSV196°37.29%46.27%
CMYK37.29%10.17%0.00%
53.73%

Color #4A6A76 in popluar number systems.

HEX4A6A76
Decimal74106118
Binary100101011010101110110
Octal112152166

Shades and tints

Shades of #4A6A76

#4A6A76
(74,106,118)
#44616C
(68,97,108)
#3E5862
(62,88,98)
#384F58
(56,79,88)
#32464E
(50,70,78)
#2C3D44
(44,61,68)
#26343A
(38,52,58)
#202B30
(32,43,48)
#1A2226
(26,34,38)
#14191C
(20,25,28)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #4A6A76

#4A6A76
(74,106,118)
#5A7782
(90,119,130)
#6A848E
(106,132,142)
#7A919A
(122,145,154)
#8A9EA6
(138,158,166)
#9AABB2
(154,171,178)
#AAB8BE
(170,184,190)
#BAC5CA
(186,197,202)
#CAD2D6
(202,210,214)
#DADFE2
(218,223,226)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6A76; }

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

This text font color is #4A6A76.


Background Color

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

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

This div background color is #4A6A76.


Border color

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

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

This div border color is #4A6A76.


Opacity

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

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

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

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

This text has shadow with #4A6A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6A76 on black background.


Color preview on white background

This text has color #4A6A76 on white background.



Black color preview on #4A6A76 background

This text has black color on #4A6A76 background.


White color preview on #4A6A76 background

This text has white color on #4A6A76 background.