COLOR #4949D0

HEX: #4949D0
RGB: (73,73,208)

Renk bilgisi

#4949D0 contains mainly blue color. #4949D0 ‘ nin web güvenlik rengi #3333CC (ya da #33C) dir.

RGB renk modeli

#4949D0 color RGB value is (73,73,208).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 73 of 255 = 29%
B 208 of 255 = 82%

73
73
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 73 + 208 = 354 (100%)
R 73 of 354 ~ 20.62%
G 73 of 354 ~ 20.62%
B 208 of 354 ~ 58.76%

%20.62
%20.62
%58.76

CMYK RENK MODELİ

#4949D0 rengi CMYK tonu (65,65,0,18).

  • camgöbeği tonu 64.90%
  • eflatun tonu 64.90%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(65,65,0,18)
C65M65Y0K18 
(65%,65%,0%,18%)
(0.65/0.65/0.00/0.18)	

CMYK yüzdeleri

%64.9
%64.9
%0
%18.43

Codes

Color #4949D0 in popluar color models

4949D0
RGB7373208
HSL240°58.95%55.10%
HSB/HSV240°64.90%81.57%
CMYK64.90%64.90%0.00%
18.43%

Color #4949D0 in popluar number systems.

HEX4949D0
Decimal7373208
Binary1001001100100111010000
Octal111111320

Shades and tints

Shades of #4949D0

#4949D0
(73,73,208)
#4343BE
(67,67,190)
#3D3DAC
(61,61,172)
#37379A
(55,55,154)
#313188
(49,49,136)
#2B2B76
(43,43,118)
#252564
(37,37,100)
#1F1F52
(31,31,82)
#191940
(25,25,64)
#13132E
(19,19,46)
#0D0D1C
(13,13,28)
#000000
(0,0,0)

Tints of #4949D0

#4949D0
(73,73,208)
#5959D4
(89,89,212)
#6969D8
(105,105,216)
#7979DC
(121,121,220)
#8989E0
(137,137,224)
#9999E4
(153,153,228)
#A9A9E8
(169,169,232)
#B9B9EC
(185,185,236)
#C9C9F0
(201,201,240)
#D9D9F4
(217,217,244)
#E9E9F8
(233,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4949D0 color. Also use rgb(73,73,208) instead hex code.

Text Font Color

.myTextColor { color: #4949D0; }

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

This text font color is #4949D0.


Background Color

.myBgColor { background-color: #4949D0; }

<div style="background-color:#4949D0">Inner text</div>

This div background color is #4949D0.


Border color

.myBorderColor { border: 1px solid #4949D0; }

<div style="border:3px solid #4949D0">Div</div>

This div border color is #4949D0.


Opacity

.myOpacity80 { color: #4949D0; opacity: 0.8; }

<p style="color:#4949D0;opacity:0.8;">80%</p>

Text with #4949D0 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 #4949D0;}

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

This text has shadow with #4949D0 color.

.textShadow {text-shadow: 3px 3px 1px #4949D0, 3px 3px 1px red;}

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

This text has shadow with #4949D0 primary color and red secondary color.


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

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

This text has shadow with #4949D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4949D0 on black background.


Color preview on white background

This text has color #4949D0 on white background.



Black color preview on #4949D0 background

This text has black color on #4949D0 background.


White color preview on #4949D0 background

This text has white color on #4949D0 background.