COLOR #4C495D

HEX: #4C495D
RGB: (76,73,93)

Renk bilgisi

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

RGB renk modeli

#4C495D color RGB value is (76,73,93).

  • kırmız ton 76;
  • yeşil ton 73;
  • mavi ton 93.
RGB:
(76,73,93)
(30%,29%,36%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 73 of 255 = 29%
B 93 of 255 = 36%

76
73
93

R + G + B ~ 32%. #4C495D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 73 + 93 = 242 (100%)
R 76 of 242 ~ 31.4%
G 73 of 242 ~ 30.17%
B 93 of 242 ~ 38.43%

%31.4
%30.17
%38.43

CMYK RENK MODELİ

#4C495D rengi CMYK tonu (18,22,0,64).

  • camgöbeği tonu 18.28%
  • eflatun tonu 21.51%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(18,22,0,64)
C18M22Y0K64 
(18%,22%,0%,64%)
(0.18/0.22/0.00/0.64)	

CMYK yüzdeleri

%18.28
%21.51
%0
%63.53

Codes

Color #4C495D in popluar color models

4C495D
RGB767393
HSL249°12.05%32.55%
HSB/HSV249°21.51%36.47%
CMYK18.28%21.51%0.00%
63.53%

Color #4C495D in popluar number systems.

HEX4C495D
Decimal767393
Binary100110010010011011101
Octal114111135

Shades and tints

Shades of #4C495D

#4C495D
(76,73,93)
#464355
(70,67,85)
#403D4D
(64,61,77)
#3A3745
(58,55,69)
#34313D
(52,49,61)
#2E2B35
(46,43,53)
#28252D
(40,37,45)
#221F25
(34,31,37)
#1C191D
(28,25,29)
#161315
(22,19,21)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #4C495D

#4C495D
(76,73,93)
#5C596B
(92,89,107)
#6C6979
(108,105,121)
#7C7987
(124,121,135)
#8C8995
(140,137,149)
#9C99A3
(156,153,163)
#ACA9B1
(172,169,177)
#BCB9BF
(188,185,191)
#CCC9CD
(204,201,205)
#DCD9DB
(220,217,219)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C495D color. Also use rgb(76,73,93) instead hex code.

Text Font Color

.myTextColor { color: #4C495D; }

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

This text font color is #4C495D.


Background Color

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

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

This div background color is #4C495D.


Border color

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

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

This div border color is #4C495D.


Opacity

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

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

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

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

This text has shadow with #4C495D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C495D on black background.


Color preview on white background

This text has color #4C495D on white background.



Black color preview on #4C495D background

This text has black color on #4C495D background.


White color preview on #4C495D background

This text has white color on #4C495D background.