COLOR #4A4C59

HEX: #4A4C59
RGB: (74,76,89)

Renk bilgisi

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

RGB renk modeli

#4A4C59 color RGB value is (74,76,89).

  • kırmız ton 74;
  • yeşil ton 76;
  • mavi ton 89.
RGB:
(74,76,89)
(29%,30%,35%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 76 of 255 = 30%
B 89 of 255 = 35%

74
76
89

R + G + B ~ 31%. #4A4C59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 76 + 89 = 239 (100%)
R 74 of 239 ~ 30.96%
G 76 of 239 ~ 31.8%
B 89 of 239 ~ 37.24%

%30.96
%31.8
%37.24

CMYK RENK MODELİ

#4A4C59 rengi CMYK tonu (17,15,0,65).

  • camgöbeği tonu 16.85%
  • eflatun tonu 14.61%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(17,15,0,65)
C17M15Y0K65 
(17%,15%,0%,65%)
(0.17/0.15/0.00/0.65)	

CMYK yüzdeleri

%16.85
%14.61
%0
%65.1

Codes

Color #4A4C59 in popluar color models

4A4C59
RGB747689
HSL232°9.20%31.96%
HSB/HSV232°16.85%34.90%
CMYK16.85%14.61%0.00%
65.10%

Color #4A4C59 in popluar number systems.

HEX4A4C59
Decimal747689
Binary100101010011001011001
Octal112114131

Shades and tints

Shades of #4A4C59

#4A4C59
(74,76,89)
#444651
(68,70,81)
#3E4049
(62,64,73)
#383A41
(56,58,65)
#323439
(50,52,57)
#2C2E31
(44,46,49)
#262829
(38,40,41)
#202221
(32,34,33)
#1A1C19
(26,28,25)
#141611
(20,22,17)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #4A4C59

#4A4C59
(74,76,89)
#5A5C68
(90,92,104)
#6A6C77
(106,108,119)
#7A7C86
(122,124,134)
#8A8C95
(138,140,149)
#9A9CA4
(154,156,164)
#AAACB3
(170,172,179)
#BABCC2
(186,188,194)
#CACCD1
(202,204,209)
#DADCE0
(218,220,224)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4C59 color. Also use rgb(74,76,89) instead hex code.

Text Font Color

.myTextColor { color: #4A4C59; }

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

This text font color is #4A4C59.


Background Color

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

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

This div background color is #4A4C59.


Border color

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

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

This div border color is #4A4C59.


Opacity

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

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

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

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

This text has shadow with #4A4C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4C59 on black background.


Color preview on white background

This text has color #4A4C59 on white background.



Black color preview on #4A4C59 background

This text has black color on #4A4C59 background.


White color preview on #4A4C59 background

This text has white color on #4A4C59 background.