COLOR #4A4961

HEX: #4A4961
RGB: (74,73,97)

Renk bilgisi

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

RGB renk modeli

#4A4961 color RGB value is (74,73,97).

  • kırmız ton 74;
  • yeşil ton 73;
  • mavi ton 97.
RGB:
(74,73,97)
(29%,29%,38%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 73 of 255 = 29%
B 97 of 255 = 38%

74
73
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 73 + 97 = 244 (100%)
R 74 of 244 ~ 30.33%
G 73 of 244 ~ 29.92%
B 97 of 244 ~ 39.75%

%30.33
%29.92
%39.75

CMYK RENK MODELİ

#4A4961 rengi CMYK tonu (24,25,0,62).

  • camgöbeği tonu 23.71%
  • eflatun tonu 24.74%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(24,25,0,62)
C24M25Y0K62 
(24%,25%,0%,62%)
(0.24/0.25/0.00/0.62)	

CMYK yüzdeleri

%23.71
%24.74
%0
%61.96

Codes

Color #4A4961 in popluar color models

4A4961
RGB747397
HSL243°14.12%33.33%
HSB/HSV243°24.74%38.04%
CMYK23.71%24.74%0.00%
61.96%

Color #4A4961 in popluar number systems.

HEX4A4961
Decimal747397
Binary100101010010011100001
Octal112111141

Shades and tints

Shades of #4A4961

#4A4961
(74,73,97)
#444359
(68,67,89)
#3E3D51
(62,61,81)
#383749
(56,55,73)
#323141
(50,49,65)
#2C2B39
(44,43,57)
#262531
(38,37,49)
#201F29
(32,31,41)
#1A1921
(26,25,33)
#141319
(20,19,25)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #4A4961

#4A4961
(74,73,97)
#5A596F
(90,89,111)
#6A697D
(106,105,125)
#7A798B
(122,121,139)
#8A8999
(138,137,153)
#9A99A7
(154,153,167)
#AAA9B5
(170,169,181)
#BAB9C3
(186,185,195)
#CAC9D1
(202,201,209)
#DAD9DF
(218,217,223)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4961 color. Also use rgb(74,73,97) instead hex code.

Text Font Color

.myTextColor { color: #4A4961; }

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

This text font color is #4A4961.


Background Color

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

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

This div background color is #4A4961.


Border color

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

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

This div border color is #4A4961.


Opacity

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

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

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

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

This text has shadow with #4A4961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4961 on black background.


Color preview on white background

This text has color #4A4961 on white background.



Black color preview on #4A4961 background

This text has black color on #4A4961 background.


White color preview on #4A4961 background

This text has white color on #4A4961 background.