COLOR #4963B6

HEX: #4963B6
RGB: (73,99,182)

Renk bilgisi

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

RGB renk modeli

#4963B6 color RGB value is (73,99,182).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 99 of 255 = 39%
B 182 of 255 = 71%

73
99
182

R + G + B ~ 46%. #4963B6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 99 + 182 = 354 (100%)
R 73 of 354 ~ 20.62%
G 99 of 354 ~ 27.97%
B 182 of 354 ~ 51.41%

%20.62
%27.97
%51.41

CMYK RENK MODELİ

#4963B6 rengi CMYK tonu (60,46,0,29).

  • camgöbeği tonu 59.89%
  • eflatun tonu 45.60%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(60,46,0,29)
C60M46Y0K29 
(60%,46%,0%,29%)
(0.60/0.46/0.00/0.29)	

CMYK yüzdeleri

%59.89
%45.6
%0
%28.63

Codes

Color #4963B6 in popluar color models

4963B6
RGB7399182
HSL226°42.75%50.00%
HSB/HSV226°59.89%71.37%
CMYK59.89%45.60%0.00%
28.63%

Color #4963B6 in popluar number systems.

HEX4963B6
Decimal7399182
Binary1001001110001110110110
Octal111143266

Shades and tints

Shades of #4963B6

#4963B6
(73,99,182)
#435AA6
(67,90,166)
#3D5196
(61,81,150)
#374886
(55,72,134)
#313F76
(49,63,118)
#2B3666
(43,54,102)
#252D56
(37,45,86)
#1F2446
(31,36,70)
#191B36
(25,27,54)
#131226
(19,18,38)
#0D0916
(13,9,22)
#000000
(0,0,0)

Tints of #4963B6

#4963B6
(73,99,182)
#5971BC
(89,113,188)
#697FC2
(105,127,194)
#798DC8
(121,141,200)
#899BCE
(137,155,206)
#99A9D4
(153,169,212)
#A9B7DA
(169,183,218)
#B9C5E0
(185,197,224)
#C9D3E6
(201,211,230)
#D9E1EC
(217,225,236)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4963B6 color. Also use rgb(73,99,182) instead hex code.

Text Font Color

.myTextColor { color: #4963B6; }

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

This text font color is #4963B6.


Background Color

.myBgColor { background-color: #4963B6; }

<div style="background-color:#4963B6">Inner text</div>

This div background color is #4963B6.


Border color

.myBorderColor { border: 1px solid #4963B6; }

<div style="border:3px solid #4963B6">Div</div>

This div border color is #4963B6.


Opacity

.myOpacity80 { color: #4963B6; opacity: 0.8; }

<p style="color:#4963B6;opacity:0.8;">80%</p>

Text with #4963B6 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 #4963B6;}

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

This text has shadow with #4963B6 color.

.textShadow {text-shadow: 3px 3px 1px #4963B6, 3px 3px 1px red;}

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

This text has shadow with #4963B6 primary color and red secondary color.


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

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

This text has shadow with #4963B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4963B6 on black background.


Color preview on white background

This text has color #4963B6 on white background.



Black color preview on #4963B6 background

This text has black color on #4963B6 background.


White color preview on #4963B6 background

This text has white color on #4963B6 background.