COLOR #4493AD

HEX: #4493AD
RGB: (68,147,173)

Renk bilgisi

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

RGB renk modeli

#4493AD color RGB value is (68,147,173).

  • kırmız ton 68;
  • yeşil ton 147;
  • mavi ton 173.
RGB:
(68,147,173)
(27%,58%,68%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 147 of 255 = 58%
B 173 of 255 = 68%

68
147
173

R + G + B ~ 51%. #4493AD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 147 + 173 = 388 (100%)
R 68 of 388 ~ 17.53%
G 147 of 388 ~ 37.89%
B 173 of 388 ~ 44.59%

%17.53
%37.89
%44.59

CMYK RENK MODELİ

#4493AD rengi CMYK tonu (61,15,0,32).

  • camgöbeği tonu 60.69%
  • eflatun tonu 15.03%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(61,15,0,32)
C61M15Y0K32 
(61%,15%,0%,32%)
(0.61/0.15/0.00/0.32)	

CMYK yüzdeleri

%60.69
%15.03
%0
%32.16

Codes

Color #4493AD in popluar color models

4493AD
RGB68147173
HSL195°43.57%47.25%
HSB/HSV195°60.69%67.84%
CMYK60.69%15.03%0.00%
32.16%

Color #4493AD in popluar number systems.

HEX4493AD
Decimal68147173
Binary10001001001001110101101
Octal104223255

Shades and tints

Shades of #4493AD

#4493AD
(68,147,173)
#3E869E
(62,134,158)
#38798F
(56,121,143)
#326C80
(50,108,128)
#2C5F71
(44,95,113)
#265262
(38,82,98)
#204553
(32,69,83)
#1A3844
(26,56,68)
#142B35
(20,43,53)
#0E1E26
(14,30,38)
#081117
(8,17,23)
#000000
(0,0,0)

Tints of #4493AD

#4493AD
(68,147,173)
#559CB4
(85,156,180)
#66A5BB
(102,165,187)
#77AEC2
(119,174,194)
#88B7C9
(136,183,201)
#99C0D0
(153,192,208)
#AAC9D7
(170,201,215)
#BBD2DE
(187,210,222)
#CCDBE5
(204,219,229)
#DDE4EC
(221,228,236)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4493AD color. Also use rgb(68,147,173) instead hex code.

Text Font Color

.myTextColor { color: #4493AD; }

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

This text font color is #4493AD.


Background Color

.myBgColor { background-color: #4493AD; }

<div style="background-color:#4493AD">Inner text</div>

This div background color is #4493AD.


Border color

.myBorderColor { border: 1px solid #4493AD; }

<div style="border:3px solid #4493AD">Div</div>

This div border color is #4493AD.


Opacity

.myOpacity80 { color: #4493AD; opacity: 0.8; }

<p style="color:#4493AD;opacity:0.8;">80%</p>

Text with #4493AD 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 #4493AD;}

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

This text has shadow with #4493AD color.

.textShadow {text-shadow: 3px 3px 1px #4493AD, 3px 3px 1px red;}

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

This text has shadow with #4493AD primary color and red secondary color.


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

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

This text has shadow with #4493AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4493AD on black background.


Color preview on white background

This text has color #4493AD on white background.



Black color preview on #4493AD background

This text has black color on #4493AD background.


White color preview on #4493AD background

This text has white color on #4493AD background.