COLOR #4A6C7E

HEX: #4A6C7E
RGB: (74,108,126)

Renk bilgisi

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

RGB renk modeli

#4A6C7E color RGB value is (74,108,126).

  • kırmız ton 74;
  • yeşil ton 108;
  • mavi ton 126.
RGB:
(74,108,126)
(29%,42%,49%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 108 of 255 = 42%
B 126 of 255 = 49%

74
108
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 108 + 126 = 308 (100%)
R 74 of 308 ~ 24.03%
G 108 of 308 ~ 35.06%
B 126 of 308 ~ 40.91%

%24.03
%35.06
%40.91

CMYK RENK MODELİ

#4A6C7E rengi CMYK tonu (41,14,0,51).

  • camgöbeği tonu 41.27%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(41,14,0,51)
C41M14Y0K51 
(41%,14%,0%,51%)
(0.41/0.14/0.00/0.51)	

CMYK yüzdeleri

%41.27
%14.29
%0
%50.59

Codes

Color #4A6C7E in popluar color models

4A6C7E
RGB74108126
HSL201°26.00%39.22%
HSB/HSV201°41.27%49.41%
CMYK41.27%14.29%0.00%
50.59%

Color #4A6C7E in popluar number systems.

HEX4A6C7E
Decimal74108126
Binary100101011011001111110
Octal112154176

Shades and tints

Shades of #4A6C7E

#4A6C7E
(74,108,126)
#446373
(68,99,115)
#3E5A68
(62,90,104)
#38515D
(56,81,93)
#324852
(50,72,82)
#2C3F47
(44,63,71)
#26363C
(38,54,60)
#202D31
(32,45,49)
#1A2426
(26,36,38)
#141B1B
(20,27,27)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #4A6C7E

#4A6C7E
(74,108,126)
#5A7989
(90,121,137)
#6A8694
(106,134,148)
#7A939F
(122,147,159)
#8AA0AA
(138,160,170)
#9AADB5
(154,173,181)
#AABAC0
(170,186,192)
#BAC7CB
(186,199,203)
#CAD4D6
(202,212,214)
#DAE1E1
(218,225,225)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6C7E color. Also use rgb(74,108,126) instead hex code.

Text Font Color

.myTextColor { color: #4A6C7E; }

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

This text font color is #4A6C7E.


Background Color

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

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

This div background color is #4A6C7E.


Border color

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

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

This div border color is #4A6C7E.


Opacity

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

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

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

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

This text has shadow with #4A6C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6C7E on black background.


Color preview on white background

This text has color #4A6C7E on white background.



Black color preview on #4A6C7E background

This text has black color on #4A6C7E background.


White color preview on #4A6C7E background

This text has white color on #4A6C7E background.