COLOR #4949BB

HEX: #4949BB
RGB: (73,73,187)

Renk bilgisi

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

RGB renk modeli

#4949BB color RGB value is (73,73,187).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 73 of 255 = 29%
B 187 of 255 = 73%

73
73
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 73 + 187 = 333 (100%)
R 73 of 333 ~ 21.92%
G 73 of 333 ~ 21.92%
B 187 of 333 ~ 56.16%

%21.92
%21.92
%56.16

CMYK RENK MODELİ

#4949BB rengi CMYK tonu (61,61,0,27).

  • camgöbeği tonu 60.96%
  • eflatun tonu 60.96%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(61,61,0,27)
C61M61Y0K27 
(61%,61%,0%,27%)
(0.61/0.61/0.00/0.27)	

CMYK yüzdeleri

%60.96
%60.96
%0
%26.67

Codes

Color #4949BB in popluar color models

4949BB
RGB7373187
HSL240°45.60%50.98%
HSB/HSV240°60.96%73.33%
CMYK60.96%60.96%0.00%
26.67%

Color #4949BB in popluar number systems.

HEX4949BB
Decimal7373187
Binary1001001100100110111011
Octal111111273

Shades and tints

Shades of #4949BB

#4949BB
(73,73,187)
#4343AA
(67,67,170)
#3D3D99
(61,61,153)
#373788
(55,55,136)
#313177
(49,49,119)
#2B2B66
(43,43,102)
#252555
(37,37,85)
#1F1F44
(31,31,68)
#191933
(25,25,51)
#131322
(19,19,34)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #4949BB

#4949BB
(73,73,187)
#5959C1
(89,89,193)
#6969C7
(105,105,199)
#7979CD
(121,121,205)
#8989D3
(137,137,211)
#9999D9
(153,153,217)
#A9A9DF
(169,169,223)
#B9B9E5
(185,185,229)
#C9C9EB
(201,201,235)
#D9D9F1
(217,217,241)
#E9E9F7
(233,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4949BB; }

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

This text font color is #4949BB.


Background Color

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

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

This div background color is #4949BB.


Border color

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

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

This div border color is #4949BB.


Opacity

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

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

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

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

This text has shadow with #4949BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4949BB on black background.


Color preview on white background

This text has color #4949BB on white background.



Black color preview on #4949BB background

This text has black color on #4949BB background.


White color preview on #4949BB background

This text has white color on #4949BB background.