COLOR #469AAD

HEX: #469AAD
RGB: (70,154,173)

Renk bilgisi

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

RGB renk modeli

#469AAD color RGB value is (70,154,173).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 154 of 255 = 60%
B 173 of 255 = 68%

70
154
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 154 + 173 = 397 (100%)
R 70 of 397 ~ 17.63%
G 154 of 397 ~ 38.79%
B 173 of 397 ~ 43.58%

%17.63
%38.79
%43.58

CMYK RENK MODELİ

#469AAD rengi CMYK tonu (60,11,0,32).

  • camgöbeği tonu 59.54%
  • eflatun tonu 10.98%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(60,11,0,32)
C60M11Y0K32 
(60%,11%,0%,32%)
(0.60/0.11/0.00/0.32)	

CMYK yüzdeleri

%59.54
%10.98
%0
%32.16

Codes

Color #469AAD in popluar color models

469AAD
RGB70154173
HSL191°42.39%47.65%
HSB/HSV191°59.54%67.84%
CMYK59.54%10.98%0.00%
32.16%

Color #469AAD in popluar number systems.

HEX469AAD
Decimal70154173
Binary10001101001101010101101
Octal106232255

Shades and tints

Shades of #469AAD

#469AAD
(70,154,173)
#408C9E
(64,140,158)
#3A7E8F
(58,126,143)
#347080
(52,112,128)
#2E6271
(46,98,113)
#285462
(40,84,98)
#224653
(34,70,83)
#1C3844
(28,56,68)
#162A35
(22,42,53)
#101C26
(16,28,38)
#0A0E17
(10,14,23)
#000000
(0,0,0)

Tints of #469AAD

#469AAD
(70,154,173)
#56A3B4
(86,163,180)
#66ACBB
(102,172,187)
#76B5C2
(118,181,194)
#86BEC9
(134,190,201)
#96C7D0
(150,199,208)
#A6D0D7
(166,208,215)
#B6D9DE
(182,217,222)
#C6E2E5
(198,226,229)
#D6EBEC
(214,235,236)
#E6F4F3
(230,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469AAD color. Also use rgb(70,154,173) instead hex code.

Text Font Color

.myTextColor { color: #469AAD; }

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

This text font color is #469AAD.


Background Color

.myBgColor { background-color: #469AAD; }

<div style="background-color:#469AAD">Inner text</div>

This div background color is #469AAD.


Border color

.myBorderColor { border: 1px solid #469AAD; }

<div style="border:3px solid #469AAD">Div</div>

This div border color is #469AAD.


Opacity

.myOpacity80 { color: #469AAD; opacity: 0.8; }

<p style="color:#469AAD;opacity:0.8;">80%</p>

Text with #469AAD 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 #469AAD;}

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

This text has shadow with #469AAD color.

.textShadow {text-shadow: 3px 3px 1px #469AAD, 3px 3px 1px red;}

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

This text has shadow with #469AAD primary color and red secondary color.


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

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

This text has shadow with #469AAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469AAD on black background.


Color preview on white background

This text has color #469AAD on white background.



Black color preview on #469AAD background

This text has black color on #469AAD background.


White color preview on #469AAD background

This text has white color on #469AAD background.