COLOR #4A365E

HEX: #4A365E
RGB: (74,54,94)

Renk bilgisi

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

RGB renk modeli

#4A365E color RGB value is (74,54,94).

  • kırmız ton 74;
  • yeşil ton 54;
  • mavi ton 94.
RGB:
(74,54,94)
(29%,21%,37%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 54 of 255 = 21%
B 94 of 255 = 37%

74
54
94

R + G + B ~ 29%. #4A365E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 54 + 94 = 222 (100%)
R 74 of 222 ~ 33.33%
G 54 of 222 ~ 24.32%
B 94 of 222 ~ 42.34%

%33.33
%24.32
%42.34

CMYK RENK MODELİ

#4A365E rengi CMYK tonu (21,43,0,63).

  • camgöbeği tonu 21.28%
  • eflatun tonu 42.55%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(21,43,0,63)
C21M43Y0K63 
(21%,43%,0%,63%)
(0.21/0.43/0.00/0.63)	

CMYK yüzdeleri

%21.28
%42.55
%0
%63.14

Codes

Color #4A365E in popluar color models

4A365E
RGB745494
HSL270°27.03%29.02%
HSB/HSV270°42.55%36.86%
CMYK21.28%42.55%0.00%
63.14%

Color #4A365E in popluar number systems.

HEX4A365E
Decimal745494
Binary10010101101101011110
Octal11266136

Shades and tints

Shades of #4A365E

#4A365E
(74,54,94)
#443256
(68,50,86)
#3E2E4E
(62,46,78)
#382A46
(56,42,70)
#32263E
(50,38,62)
#2C2236
(44,34,54)
#261E2E
(38,30,46)
#201A26
(32,26,38)
#1A161E
(26,22,30)
#141216
(20,18,22)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #4A365E

#4A365E
(74,54,94)
#5A486C
(90,72,108)
#6A5A7A
(106,90,122)
#7A6C88
(122,108,136)
#8A7E96
(138,126,150)
#9A90A4
(154,144,164)
#AAA2B2
(170,162,178)
#BAB4C0
(186,180,192)
#CAC6CE
(202,198,206)
#DAD8DC
(218,216,220)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A365E color. Also use rgb(74,54,94) instead hex code.

Text Font Color

.myTextColor { color: #4A365E; }

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

This text font color is #4A365E.


Background Color

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

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

This div background color is #4A365E.


Border color

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

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

This div border color is #4A365E.


Opacity

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

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

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

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

This text has shadow with #4A365E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A365E on black background.


Color preview on white background

This text has color #4A365E on white background.



Black color preview on #4A365E background

This text has black color on #4A365E background.


White color preview on #4A365E background

This text has white color on #4A365E background.