COLOR #4C5182

HEX: #4C5182
RGB: (76,81,130)

Renk bilgisi

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

RGB renk modeli

#4C5182 color RGB value is (76,81,130).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 81 of 255 = 32%
B 130 of 255 = 51%

76
81
130

R + G + B ~ 38%. #4C5182 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 81 + 130 = 287 (100%)
R 76 of 287 ~ 26.48%
G 81 of 287 ~ 28.22%
B 130 of 287 ~ 45.3%

%26.48
%28.22
%45.3

CMYK RENK MODELİ

#4C5182 rengi CMYK tonu (42,38,0,49).

  • camgöbeği tonu 41.54%
  • eflatun tonu 37.69%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(42,38,0,49)
C42M38Y0K49 
(42%,38%,0%,49%)
(0.42/0.38/0.00/0.49)	

CMYK yüzdeleri

%41.54
%37.69
%0
%49.02

Codes

Color #4C5182 in popluar color models

4C5182
RGB7681130
HSL234°26.21%40.39%
HSB/HSV234°41.54%50.98%
CMYK41.54%37.69%0.00%
49.02%

Color #4C5182 in popluar number systems.

HEX4C5182
Decimal7681130
Binary1001100101000110000010
Octal114121202

Shades and tints

Shades of #4C5182

#4C5182
(76,81,130)
#464A77
(70,74,119)
#40436C
(64,67,108)
#3A3C61
(58,60,97)
#343556
(52,53,86)
#2E2E4B
(46,46,75)
#282740
(40,39,64)
#222035
(34,32,53)
#1C192A
(28,25,42)
#16121F
(22,18,31)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #4C5182

#4C5182
(76,81,130)
#5C608D
(92,96,141)
#6C6F98
(108,111,152)
#7C7EA3
(124,126,163)
#8C8DAE
(140,141,174)
#9C9CB9
(156,156,185)
#ACABC4
(172,171,196)
#BCBACF
(188,186,207)
#CCC9DA
(204,201,218)
#DCD8E5
(220,216,229)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5182; }

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

This text font color is #4C5182.


Background Color

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

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

This div background color is #4C5182.


Border color

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

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

This div border color is #4C5182.


Opacity

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

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

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

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

This text has shadow with #4C5182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5182 on black background.


Color preview on white background

This text has color #4C5182 on white background.



Black color preview on #4C5182 background

This text has black color on #4C5182 background.


White color preview on #4C5182 background

This text has white color on #4C5182 background.