COLOR #4C495A

HEX: #4C495A
RGB: (76,73,90)

Renk bilgisi

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

RGB renk modeli

#4C495A color RGB value is (76,73,90).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 73 of 255 = 29%
B 90 of 255 = 35%

76
73
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 73 + 90 = 239 (100%)
R 76 of 239 ~ 31.8%
G 73 of 239 ~ 30.54%
B 90 of 239 ~ 37.66%

%31.8
%30.54
%37.66

CMYK RENK MODELİ

#4C495A rengi CMYK tonu (16,19,0,65).

  • camgöbeği tonu 15.56%
  • eflatun tonu 18.89%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(16,19,0,65)
C16M19Y0K65 
(16%,19%,0%,65%)
(0.16/0.19/0.00/0.65)	

CMYK yüzdeleri

%15.56
%18.89
%0
%64.71

Codes

Color #4C495A in popluar color models

4C495A
RGB767390
HSL251°10.43%31.96%
HSB/HSV251°18.89%35.29%
CMYK15.56%18.89%0.00%
64.71%

Color #4C495A in popluar number systems.

HEX4C495A
Decimal767390
Binary100110010010011011010
Octal114111132

Shades and tints

Shades of #4C495A

#4C495A
(76,73,90)
#464352
(70,67,82)
#403D4A
(64,61,74)
#3A3742
(58,55,66)
#34313A
(52,49,58)
#2E2B32
(46,43,50)
#28252A
(40,37,42)
#221F22
(34,31,34)
#1C191A
(28,25,26)
#161312
(22,19,18)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #4C495A

#4C495A
(76,73,90)
#5C5969
(92,89,105)
#6C6978
(108,105,120)
#7C7987
(124,121,135)
#8C8996
(140,137,150)
#9C99A5
(156,153,165)
#ACA9B4
(172,169,180)
#BCB9C3
(188,185,195)
#CCC9D2
(204,201,210)
#DCD9E1
(220,217,225)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C495A; }

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

This text font color is #4C495A.


Background Color

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

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

This div background color is #4C495A.


Border color

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

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

This div border color is #4C495A.


Opacity

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

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

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

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

This text has shadow with #4C495A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C495A on black background.


Color preview on white background

This text has color #4C495A on white background.



Black color preview on #4C495A background

This text has black color on #4C495A background.


White color preview on #4C495A background

This text has white color on #4C495A background.