COLOR #4774CC

HEX: #4774CC
RGB: (71,116,204)

Renk bilgisi

#4774CC contains mainly blue color. #4774CC ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4774CC color RGB value is (71,116,204).

  • kırmız ton 71;
  • yeşil ton 116;
  • mavi ton 204.
RGB:
(71,116,204)
(28%,45%,80%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 116 of 255 = 45%
B 204 of 255 = 80%

71
116
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 116 + 204 = 391 (100%)
R 71 of 391 ~ 18.16%
G 116 of 391 ~ 29.67%
B 204 of 391 ~ 52.17%

%18.16
%29.67
%52.17

CMYK RENK MODELİ

#4774CC rengi CMYK tonu (65,43,0,20).

  • camgöbeği tonu 65.20%
  • eflatun tonu 43.14%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(65,43,0,20)
C65M43Y0K20 
(65%,43%,0%,20%)
(0.65/0.43/0.00/0.20)	

CMYK yüzdeleri

%65.2
%43.14
%0
%20

Codes

Color #4774CC in popluar color models

4774CC
RGB71116204
HSL220°56.60%53.92%
HSB/HSV220°65.20%80.00%
CMYK65.20%43.14%0.00%
20.00%

Color #4774CC in popluar number systems.

HEX4774CC
Decimal71116204
Binary1000111111010011001100
Octal107164314

Shades and tints

Shades of #4774CC

#4774CC
(71,116,204)
#416ABA
(65,106,186)
#3B60A8
(59,96,168)
#355696
(53,86,150)
#2F4C84
(47,76,132)
#294272
(41,66,114)
#233860
(35,56,96)
#1D2E4E
(29,46,78)
#17243C
(23,36,60)
#111A2A
(17,26,42)
#0B1018
(11,16,24)
#000000
(0,0,0)

Tints of #4774CC

#4774CC
(71,116,204)
#5780D0
(87,128,208)
#678CD4
(103,140,212)
#7798D8
(119,152,216)
#87A4DC
(135,164,220)
#97B0E0
(151,176,224)
#A7BCE4
(167,188,228)
#B7C8E8
(183,200,232)
#C7D4EC
(199,212,236)
#D7E0F0
(215,224,240)
#E7ECF4
(231,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4774CC color. Also use rgb(71,116,204) instead hex code.

Text Font Color

.myTextColor { color: #4774CC; }

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

This text font color is #4774CC.


Background Color

.myBgColor { background-color: #4774CC; }

<div style="background-color:#4774CC">Inner text</div>

This div background color is #4774CC.


Border color

.myBorderColor { border: 1px solid #4774CC; }

<div style="border:3px solid #4774CC">Div</div>

This div border color is #4774CC.


Opacity

.myOpacity80 { color: #4774CC; opacity: 0.8; }

<p style="color:#4774CC;opacity:0.8;">80%</p>

Text with #4774CC 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 #4774CC;}

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

This text has shadow with #4774CC color.

.textShadow {text-shadow: 3px 3px 1px #4774CC, 3px 3px 1px red;}

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

This text has shadow with #4774CC primary color and red secondary color.


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

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

This text has shadow with #4774CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4774CC on black background.


Color preview on white background

This text has color #4774CC on white background.



Black color preview on #4774CC background

This text has black color on #4774CC background.


White color preview on #4774CC background

This text has white color on #4774CC background.