COLOR #4950CC

HEX: #4950CC
RGB: (73,80,204)

Renk bilgisi

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

RGB renk modeli

#4950CC color RGB value is (73,80,204).

  • kırmız ton 73;
  • yeşil ton 80;
  • mavi ton 204.
RGB:
(73,80,204)
(29%,31%,80%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 80 of 255 = 31%
B 204 of 255 = 80%

73
80
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 80 + 204 = 357 (100%)
R 73 of 357 ~ 20.45%
G 80 of 357 ~ 22.41%
B 204 of 357 ~ 57.14%

%20.45
%22.41
%57.14

CMYK RENK MODELİ

#4950CC rengi CMYK tonu (64,61,0,20).

  • camgöbeği tonu 64.22%
  • eflatun tonu 60.78%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(64,61,0,20)
C64M61Y0K20 
(64%,61%,0%,20%)
(0.64/0.61/0.00/0.20)	

CMYK yüzdeleri

%64.22
%60.78
%0
%20

Codes

Color #4950CC in popluar color models

4950CC
RGB7380204
HSL237°56.22%54.31%
HSB/HSV237°64.22%80.00%
CMYK64.22%60.78%0.00%
20.00%

Color #4950CC in popluar number systems.

HEX4950CC
Decimal7380204
Binary1001001101000011001100
Octal111120314

Shades and tints

Shades of #4950CC

#4950CC
(73,80,204)
#4349BA
(67,73,186)
#3D42A8
(61,66,168)
#373B96
(55,59,150)
#313484
(49,52,132)
#2B2D72
(43,45,114)
#252660
(37,38,96)
#1F1F4E
(31,31,78)
#19183C
(25,24,60)
#13112A
(19,17,42)
#0D0A18
(13,10,24)
#000000
(0,0,0)

Tints of #4950CC

#4950CC
(73,80,204)
#595FD0
(89,95,208)
#696ED4
(105,110,212)
#797DD8
(121,125,216)
#898CDC
(137,140,220)
#999BE0
(153,155,224)
#A9AAE4
(169,170,228)
#B9B9E8
(185,185,232)
#C9C8EC
(201,200,236)
#D9D7F0
(217,215,240)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4950CC color. Also use rgb(73,80,204) instead hex code.

Text Font Color

.myTextColor { color: #4950CC; }

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

This text font color is #4950CC.


Background Color

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

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

This div background color is #4950CC.


Border color

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

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

This div border color is #4950CC.


Opacity

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

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

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

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

This text has shadow with #4950CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4950CC on black background.


Color preview on white background

This text has color #4950CC on white background.



Black color preview on #4950CC background

This text has black color on #4950CC background.


White color preview on #4950CC background

This text has white color on #4950CC background.