COLOR #4C90A6

HEX: #4C90A6
RGB: (76,144,166)

Renk bilgisi

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

RGB renk modeli

#4C90A6 color RGB value is (76,144,166).

  • kırmız ton 76;
  • yeşil ton 144;
  • mavi ton 166.
RGB:
(76,144,166)
(30%,56%,65%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 144 of 255 = 56%
B 166 of 255 = 65%

76
144
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 144 + 166 = 386 (100%)
R 76 of 386 ~ 19.69%
G 144 of 386 ~ 37.31%
B 166 of 386 ~ 43.01%

%19.69
%37.31
%43.01

CMYK RENK MODELİ

#4C90A6 rengi CMYK tonu (54,13,0,35).

  • camgöbeği tonu 54.22%
  • eflatun tonu 13.25%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(54,13,0,35)
C54M13Y0K35 
(54%,13%,0%,35%)
(0.54/0.13/0.00/0.35)	

CMYK yüzdeleri

%54.22
%13.25
%0
%34.9

Codes

Color #4C90A6 in popluar color models

4C90A6
RGB76144166
HSL195°37.19%47.45%
HSB/HSV195°54.22%65.10%
CMYK54.22%13.25%0.00%
34.90%

Color #4C90A6 in popluar number systems.

HEX4C90A6
Decimal76144166
Binary10011001001000010100110
Octal114220246

Shades and tints

Shades of #4C90A6

#4C90A6
(76,144,166)
#468397
(70,131,151)
#407688
(64,118,136)
#3A6979
(58,105,121)
#345C6A
(52,92,106)
#2E4F5B
(46,79,91)
#28424C
(40,66,76)
#22353D
(34,53,61)
#1C282E
(28,40,46)
#161B1F
(22,27,31)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #4C90A6

#4C90A6
(76,144,166)
#5C9AAE
(92,154,174)
#6CA4B6
(108,164,182)
#7CAEBE
(124,174,190)
#8CB8C6
(140,184,198)
#9CC2CE
(156,194,206)
#ACCCD6
(172,204,214)
#BCD6DE
(188,214,222)
#CCE0E6
(204,224,230)
#DCEAEE
(220,234,238)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C90A6 color. Also use rgb(76,144,166) instead hex code.

Text Font Color

.myTextColor { color: #4C90A6; }

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

This text font color is #4C90A6.


Background Color

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

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

This div background color is #4C90A6.


Border color

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

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

This div border color is #4C90A6.


Opacity

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

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

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

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

This text has shadow with #4C90A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C90A6 on black background.


Color preview on white background

This text has color #4C90A6 on white background.



Black color preview on #4C90A6 background

This text has black color on #4C90A6 background.


White color preview on #4C90A6 background

This text has white color on #4C90A6 background.