COLOR #4C93AA

HEX: #4C93AA
RGB: (76,147,170)

Renk bilgisi

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

RGB renk modeli

#4C93AA color RGB value is (76,147,170).

  • kırmız ton 76;
  • yeşil ton 147;
  • mavi ton 170.
RGB:
(76,147,170)
(30%,58%,67%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 147 of 255 = 58%
B 170 of 255 = 67%

76
147
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 147 + 170 = 393 (100%)
R 76 of 393 ~ 19.34%
G 147 of 393 ~ 37.4%
B 170 of 393 ~ 43.26%

%19.34
%37.4
%43.26

CMYK RENK MODELİ

#4C93AA rengi CMYK tonu (55,14,0,33).

  • camgöbeği tonu 55.29%
  • eflatun tonu 13.53%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(55,14,0,33)
C55M14Y0K33 
(55%,14%,0%,33%)
(0.55/0.14/0.00/0.33)	

CMYK yüzdeleri

%55.29
%13.53
%0
%33.33

Codes

Color #4C93AA in popluar color models

4C93AA
RGB76147170
HSL195°38.21%48.24%
HSB/HSV195°55.29%66.67%
CMYK55.29%13.53%0.00%
33.33%

Color #4C93AA in popluar number systems.

HEX4C93AA
Decimal76147170
Binary10011001001001110101010
Octal114223252

Shades and tints

Shades of #4C93AA

#4C93AA
(76,147,170)
#46869B
(70,134,155)
#40798C
(64,121,140)
#3A6C7D
(58,108,125)
#345F6E
(52,95,110)
#2E525F
(46,82,95)
#284550
(40,69,80)
#223841
(34,56,65)
#1C2B32
(28,43,50)
#161E23
(22,30,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #4C93AA

#4C93AA
(76,147,170)
#5C9CB1
(92,156,177)
#6CA5B8
(108,165,184)
#7CAEBF
(124,174,191)
#8CB7C6
(140,183,198)
#9CC0CD
(156,192,205)
#ACC9D4
(172,201,212)
#BCD2DB
(188,210,219)
#CCDBE2
(204,219,226)
#DCE4E9
(220,228,233)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C93AA color. Also use rgb(76,147,170) instead hex code.

Text Font Color

.myTextColor { color: #4C93AA; }

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

This text font color is #4C93AA.


Background Color

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

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

This div background color is #4C93AA.


Border color

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

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

This div border color is #4C93AA.


Opacity

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

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

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

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

This text has shadow with #4C93AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C93AA on black background.


Color preview on white background

This text has color #4C93AA on white background.



Black color preview on #4C93AA background

This text has black color on #4C93AA background.


White color preview on #4C93AA background

This text has white color on #4C93AA background.