COLOR #4C87AD

HEX: #4C87AD
RGB: (76,135,173)

Renk bilgisi

#4C87AD contains mainly green and blue colors. #4C87AD ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#4C87AD color RGB value is (76,135,173).

  • kırmız ton 76;
  • yeşil ton 135;
  • mavi ton 173.
RGB:
(76,135,173)
(30%,53%,68%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 135 of 255 = 53%
B 173 of 255 = 68%

76
135
173

R + G + B ~ 50%. #4C87AD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 135 + 173 = 384 (100%)
R 76 of 384 ~ 19.79%
G 135 of 384 ~ 35.16%
B 173 of 384 ~ 45.05%

%19.79
%35.16
%45.05

CMYK RENK MODELİ

#4C87AD rengi CMYK tonu (56,22,0,32).

  • camgöbeği tonu 56.07%
  • eflatun tonu 21.97%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(56,22,0,32)
C56M22Y0K32 
(56%,22%,0%,32%)
(0.56/0.22/0.00/0.32)	

CMYK yüzdeleri

%56.07
%21.97
%0
%32.16

Codes

Color #4C87AD in popluar color models

4C87AD
RGB76135173
HSL204°38.96%48.82%
HSB/HSV204°56.07%67.84%
CMYK56.07%21.97%0.00%
32.16%

Color #4C87AD in popluar number systems.

HEX4C87AD
Decimal76135173
Binary10011001000011110101101
Octal114207255

Shades and tints

Shades of #4C87AD

#4C87AD
(76,135,173)
#467B9E
(70,123,158)
#406F8F
(64,111,143)
#3A6380
(58,99,128)
#345771
(52,87,113)
#2E4B62
(46,75,98)
#283F53
(40,63,83)
#223344
(34,51,68)
#1C2735
(28,39,53)
#161B26
(22,27,38)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #4C87AD

#4C87AD
(76,135,173)
#5C91B4
(92,145,180)
#6C9BBB
(108,155,187)
#7CA5C2
(124,165,194)
#8CAFC9
(140,175,201)
#9CB9D0
(156,185,208)
#ACC3D7
(172,195,215)
#BCCDDE
(188,205,222)
#CCD7E5
(204,215,229)
#DCE1EC
(220,225,236)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C87AD color. Also use rgb(76,135,173) instead hex code.

Text Font Color

.myTextColor { color: #4C87AD; }

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

This text font color is #4C87AD.


Background Color

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

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

This div background color is #4C87AD.


Border color

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

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

This div border color is #4C87AD.


Opacity

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

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

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

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

This text has shadow with #4C87AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C87AD on black background.


Color preview on white background

This text has color #4C87AD on white background.



Black color preview on #4C87AD background

This text has black color on #4C87AD background.


White color preview on #4C87AD background

This text has white color on #4C87AD background.