COLOR #479ACA

HEX: #479ACA
RGB: (71,154,202)

Renk bilgisi

#479ACA contains mainly green and blue colors. #479ACA ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#479ACA color RGB value is (71,154,202).

  • kırmız ton 71;
  • yeşil ton 154;
  • mavi ton 202.
RGB:
(71,154,202)
(28%,60%,79%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 154 of 255 = 60%
B 202 of 255 = 79%

71
154
202

R + G + B ~ 56%. #479ACA is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 154 + 202 = 427 (100%)
R 71 of 427 ~ 16.63%
G 154 of 427 ~ 36.07%
B 202 of 427 ~ 47.31%

%16.63
%36.07
%47.31

CMYK RENK MODELİ

#479ACA rengi CMYK tonu (65,24,0,21).

  • camgöbeği tonu 64.85%
  • eflatun tonu 23.76%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(65,24,0,21)
C65M24Y0K21 
(65%,24%,0%,21%)
(0.65/0.24/0.00/0.21)	

CMYK yüzdeleri

%64.85
%23.76
%0
%20.78

Codes

Color #479ACA in popluar color models

479ACA
RGB71154202
HSL202°55.27%53.53%
HSB/HSV202°64.85%79.22%
CMYK64.85%23.76%0.00%
20.78%

Color #479ACA in popluar number systems.

HEX479ACA
Decimal71154202
Binary10001111001101011001010
Octal107232312

Shades and tints

Shades of #479ACA

#479ACA
(71,154,202)
#418CB8
(65,140,184)
#3B7EA6
(59,126,166)
#357094
(53,112,148)
#2F6282
(47,98,130)
#295470
(41,84,112)
#23465E
(35,70,94)
#1D384C
(29,56,76)
#172A3A
(23,42,58)
#111C28
(17,28,40)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #479ACA

#479ACA
(71,154,202)
#57A3CE
(87,163,206)
#67ACD2
(103,172,210)
#77B5D6
(119,181,214)
#87BEDA
(135,190,218)
#97C7DE
(151,199,222)
#A7D0E2
(167,208,226)
#B7D9E6
(183,217,230)
#C7E2EA
(199,226,234)
#D7EBEE
(215,235,238)
#E7F4F2
(231,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479ACA color. Also use rgb(71,154,202) instead hex code.

Text Font Color

.myTextColor { color: #479ACA; }

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

This text font color is #479ACA.


Background Color

.myBgColor { background-color: #479ACA; }

<div style="background-color:#479ACA">Inner text</div>

This div background color is #479ACA.


Border color

.myBorderColor { border: 1px solid #479ACA; }

<div style="border:3px solid #479ACA">Div</div>

This div border color is #479ACA.


Opacity

.myOpacity80 { color: #479ACA; opacity: 0.8; }

<p style="color:#479ACA;opacity:0.8;">80%</p>

Text with #479ACA 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 #479ACA;}

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

This text has shadow with #479ACA color.

.textShadow {text-shadow: 3px 3px 1px #479ACA, 3px 3px 1px red;}

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

This text has shadow with #479ACA primary color and red secondary color.


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

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

This text has shadow with #479ACA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479ACA on black background.


Color preview on white background

This text has color #479ACA on white background.



Black color preview on #479ACA background

This text has black color on #479ACA background.


White color preview on #479ACA background

This text has white color on #479ACA background.