COLOR #4C0182

HEX: #4C0182
RGB: (76,1,130)

Renk bilgisi

#4C0182 contains mainly red and blue colors. #4C0182 ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#4C0182 color RGB value is (76,1,130).

  • kırmız ton 76;
  • yeşil ton 1;
  • mavi ton 130.
RGB:
(76,1,130)
(30%,0%,51%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 1 of 255 = 0%
B 130 of 255 = 51%

76
1
130

R + G + B ~ 27%. #4C0182 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 1 + 130 = 207 (100%)
R 76 of 207 ~ 36.71%
G 1 of 207 ~ 0.48%
B 130 of 207 ~ 62.8%

%36.71
%62.8

CMYK RENK MODELİ

#4C0182 rengi CMYK tonu (42,99,0,49).

  • camgöbeği tonu 41.54%
  • eflatun tonu 99.23%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(42,99,0,49)
C42M99Y0K49 
(42%,99%,0%,49%)
(0.42/0.99/0.00/0.49)	

CMYK yüzdeleri

%41.54
%99.23
%0
%49.02

Codes

Color #4C0182 in popluar color models

4C0182
RGB761130
HSL275°98.47%25.69%
HSB/HSV275°99.23%50.98%
CMYK41.54%99.23%0.00%
49.02%

Color #4C0182 in popluar number systems.

HEX4C0182
Decimal761130
Binary1001100110000010
Octal1141202

Shades and tints

Shades of #4C0182

#4C0182
(76,1,130)
#460177
(70,1,119)
#40016C
(64,1,108)
#3A0161
(58,1,97)
#340156
(52,1,86)
#2E014B
(46,1,75)
#280140
(40,1,64)
#220135
(34,1,53)
#1C012A
(28,1,42)
#16011F
(22,1,31)
#100114
(16,1,20)
#000000
(0,0,0)

Tints of #4C0182

#4C0182
(76,1,130)
#5C188D
(92,24,141)
#6C2F98
(108,47,152)
#7C46A3
(124,70,163)
#8C5DAE
(140,93,174)
#9C74B9
(156,116,185)
#AC8BC4
(172,139,196)
#BCA2CF
(188,162,207)
#CCB9DA
(204,185,218)
#DCD0E5
(220,208,229)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0182 color. Also use rgb(76,1,130) instead hex code.

Text Font Color

.myTextColor { color: #4C0182; }

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

This text font color is #4C0182.


Background Color

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

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

This div background color is #4C0182.


Border color

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

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

This div border color is #4C0182.


Opacity

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

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

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

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

This text has shadow with #4C0182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0182 on black background.


Color preview on white background

This text has color #4C0182 on white background.



Black color preview on #4C0182 background

This text has black color on #4C0182 background.


White color preview on #4C0182 background

This text has white color on #4C0182 background.