COLOR #4A0476

HEX: #4A0476
RGB: (74,4,118)

Renk bilgisi

#4A0476 contains mainly red and blue colors. #4A0476 ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#4A0476 color RGB value is (74,4,118).

  • kırmız ton 74;
  • yeşil ton 4;
  • mavi ton 118.
RGB:
(74,4,118)
(29%,2%,46%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 4 of 255 = 2%
B 118 of 255 = 46%

74
4
118

R + G + B ~ 26%. #4A0476 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 4 + 118 = 196 (100%)
R 74 of 196 ~ 37.76%
G 4 of 196 ~ 2.04%
B 118 of 196 ~ 60.2%

%37.76
%60.2

CMYK RENK MODELİ

#4A0476 rengi CMYK tonu (37,97,0,54).

  • camgöbeği tonu 37.29%
  • eflatun tonu 96.61%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(37,97,0,54)
C37M97Y0K54 
(37%,97%,0%,54%)
(0.37/0.97/0.00/0.54)	

CMYK yüzdeleri

%37.29
%96.61
%0
%53.73

Codes

Color #4A0476 in popluar color models

4A0476
RGB744118
HSL277°93.44%23.92%
HSB/HSV277°96.61%46.27%
CMYK37.29%96.61%0.00%
53.73%

Color #4A0476 in popluar number systems.

HEX4A0476
Decimal744118
Binary10010101001110110
Octal1124166

Shades and tints

Shades of #4A0476

#4A0476
(74,4,118)
#44046C
(68,4,108)
#3E0462
(62,4,98)
#380458
(56,4,88)
#32044E
(50,4,78)
#2C0444
(44,4,68)
#26043A
(38,4,58)
#200430
(32,4,48)
#1A0426
(26,4,38)
#14041C
(20,4,28)
#0E0412
(14,4,18)
#000000
(0,0,0)

Tints of #4A0476

#4A0476
(74,4,118)
#5A1A82
(90,26,130)
#6A308E
(106,48,142)
#7A469A
(122,70,154)
#8A5CA6
(138,92,166)
#9A72B2
(154,114,178)
#AA88BE
(170,136,190)
#BA9ECA
(186,158,202)
#CAB4D6
(202,180,214)
#DACAE2
(218,202,226)
#EAE0EE
(234,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A0476; }

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

This text font color is #4A0476.


Background Color

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

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

This div background color is #4A0476.


Border color

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

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

This div border color is #4A0476.


Opacity

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

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

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

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

This text has shadow with #4A0476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0476 on black background.


Color preview on white background

This text has color #4A0476 on white background.



Black color preview on #4A0476 background

This text has black color on #4A0476 background.


White color preview on #4A0476 background

This text has white color on #4A0476 background.