COLOR #4C528A

HEX: #4C528A
RGB: (76,82,138)

Renk bilgisi

#4C528A contains mainly green and blue colors. #4C528A ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4C528A color RGB value is (76,82,138).

  • kırmız ton 76;
  • yeşil ton 82;
  • mavi ton 138.
RGB:
(76,82,138)
(30%,32%,54%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 82 of 255 = 32%
B 138 of 255 = 54%

76
82
138

R + G + B ~ 39%. #4C528A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 138 = 296 (100%)
R 76 of 296 ~ 25.68%
G 82 of 296 ~ 27.7%
B 138 of 296 ~ 46.62%

%25.68
%27.7
%46.62

CMYK RENK MODELİ

#4C528A rengi CMYK tonu (45,41,0,46).

  • camgöbeği tonu 44.93%
  • eflatun tonu 40.58%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(45,41,0,46)
C45M41Y0K46 
(45%,41%,0%,46%)
(0.45/0.41/0.00/0.46)	

CMYK yüzdeleri

%44.93
%40.58
%0
%45.88

Codes

Color #4C528A in popluar color models

4C528A
RGB7682138
HSL234°28.97%41.96%
HSB/HSV234°44.93%54.12%
CMYK44.93%40.58%0.00%
45.88%

Color #4C528A in popluar number systems.

HEX4C528A
Decimal7682138
Binary1001100101001010001010
Octal114122212

Shades and tints

Shades of #4C528A

#4C528A
(76,82,138)
#464B7E
(70,75,126)
#404472
(64,68,114)
#3A3D66
(58,61,102)
#34365A
(52,54,90)
#2E2F4E
(46,47,78)
#282842
(40,40,66)
#222136
(34,33,54)
#1C1A2A
(28,26,42)
#16131E
(22,19,30)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #4C528A

#4C528A
(76,82,138)
#5C6194
(92,97,148)
#6C709E
(108,112,158)
#7C7FA8
(124,127,168)
#8C8EB2
(140,142,178)
#9C9DBC
(156,157,188)
#ACACC6
(172,172,198)
#BCBBD0
(188,187,208)
#CCCADA
(204,202,218)
#DCD9E4
(220,217,228)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C528A color. Also use rgb(76,82,138) instead hex code.

Text Font Color

.myTextColor { color: #4C528A; }

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

This text font color is #4C528A.


Background Color

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

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

This div background color is #4C528A.


Border color

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

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

This div border color is #4C528A.


Opacity

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

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

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

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

This text has shadow with #4C528A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C528A on black background.


Color preview on white background

This text has color #4C528A on white background.



Black color preview on #4C528A background

This text has black color on #4C528A background.


White color preview on #4C528A background

This text has white color on #4C528A background.