COLOR #4A4962

HEX: #4A4962
RGB: (74,73,98)

Renk bilgisi

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

RGB renk modeli

#4A4962 color RGB value is (74,73,98).

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

RGB bağlantıları ve doygunluk

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

74
73
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 73 + 98 = 245 (100%)
R 74 of 245 ~ 30.2%
G 73 of 245 ~ 29.8%
B 98 of 245 ~ 40%

%30.2
%29.8
%40

CMYK RENK MODELİ

#4A4962 rengi CMYK tonu (24,26,0,62).

  • camgöbeği tonu 24.49%
  • eflatun tonu 25.51%
  • sarı tonu 0.00%
  • ana renk tonu 61.57%
CMYK:
(24,26,0,62)
C24M26Y0K62 
(24%,26%,0%,62%)
(0.24/0.26/0.00/0.62)	

CMYK yüzdeleri

%24.49
%25.51
%0
%61.57

Codes

Color #4A4962 in popluar color models

4A4962
RGB747398
HSL242°14.62%33.53%
HSB/HSV242°25.51%38.43%
CMYK24.49%25.51%0.00%
61.57%

Color #4A4962 in popluar number systems.

HEX4A4962
Decimal747398
Binary100101010010011100010
Octal112111142

Shades and tints

Shades of #4A4962

#4A4962
(74,73,98)
#44435A
(68,67,90)
#3E3D52
(62,61,82)
#38374A
(56,55,74)
#323142
(50,49,66)
#2C2B3A
(44,43,58)
#262532
(38,37,50)
#201F2A
(32,31,42)
#1A1922
(26,25,34)
#14131A
(20,19,26)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #4A4962

#4A4962
(74,73,98)
#5A5970
(90,89,112)
#6A697E
(106,105,126)
#7A798C
(122,121,140)
#8A899A
(138,137,154)
#9A99A8
(154,153,168)
#AAA9B6
(170,169,182)
#BAB9C4
(186,185,196)
#CAC9D2
(202,201,210)
#DAD9E0
(218,217,224)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4962; }

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

This text font color is #4A4962.


Background Color

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

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

This div background color is #4A4962.


Border color

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

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

This div border color is #4A4962.


Opacity

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

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

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

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

This text has shadow with #4A4962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4962 on black background.


Color preview on white background

This text has color #4A4962 on white background.



Black color preview on #4A4962 background

This text has black color on #4A4962 background.


White color preview on #4A4962 background

This text has white color on #4A4962 background.