COLOR #4982B2

HEX: #4982B2
RGB: (73,130,178)

Renk bilgisi

#4982B2 contains mainly green and blue colors. #4982B2 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#4982B2 color RGB value is (73,130,178).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 130 of 255 = 51%
B 178 of 255 = 70%

73
130
178

R + G + B ~ 50%. #4982B2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 130 + 178 = 381 (100%)
R 73 of 381 ~ 19.16%
G 130 of 381 ~ 34.12%
B 178 of 381 ~ 46.72%

%19.16
%34.12
%46.72

CMYK RENK MODELİ

#4982B2 rengi CMYK tonu (59,27,0,30).

  • camgöbeği tonu 58.99%
  • eflatun tonu 26.97%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(59,27,0,30)
C59M27Y0K30 
(59%,27%,0%,30%)
(0.59/0.27/0.00/0.30)	

CMYK yüzdeleri

%58.99
%26.97
%0
%30.2

Codes

Color #4982B2 in popluar color models

4982B2
RGB73130178
HSL207°41.83%49.22%
HSB/HSV207°58.99%69.80%
CMYK58.99%26.97%0.00%
30.20%

Color #4982B2 in popluar number systems.

HEX4982B2
Decimal73130178
Binary10010011000001010110010
Octal111202262

Shades and tints

Shades of #4982B2

#4982B2
(73,130,178)
#4377A2
(67,119,162)
#3D6C92
(61,108,146)
#376182
(55,97,130)
#315672
(49,86,114)
#2B4B62
(43,75,98)
#254052
(37,64,82)
#1F3542
(31,53,66)
#192A32
(25,42,50)
#131F22
(19,31,34)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #4982B2

#4982B2
(73,130,178)
#598DB9
(89,141,185)
#6998C0
(105,152,192)
#79A3C7
(121,163,199)
#89AECE
(137,174,206)
#99B9D5
(153,185,213)
#A9C4DC
(169,196,220)
#B9CFE3
(185,207,227)
#C9DAEA
(201,218,234)
#D9E5F1
(217,229,241)
#E9F0F8
(233,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4982B2 color. Also use rgb(73,130,178) instead hex code.

Text Font Color

.myTextColor { color: #4982B2; }

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

This text font color is #4982B2.


Background Color

.myBgColor { background-color: #4982B2; }

<div style="background-color:#4982B2">Inner text</div>

This div background color is #4982B2.


Border color

.myBorderColor { border: 1px solid #4982B2; }

<div style="border:3px solid #4982B2">Div</div>

This div border color is #4982B2.


Opacity

.myOpacity80 { color: #4982B2; opacity: 0.8; }

<p style="color:#4982B2;opacity:0.8;">80%</p>

Text with #4982B2 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 #4982B2;}

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

This text has shadow with #4982B2 color.

.textShadow {text-shadow: 3px 3px 1px #4982B2, 3px 3px 1px red;}

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

This text has shadow with #4982B2 primary color and red secondary color.


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

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

This text has shadow with #4982B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4982B2 on black background.


Color preview on white background

This text has color #4982B2 on white background.



Black color preview on #4982B2 background

This text has black color on #4982B2 background.


White color preview on #4982B2 background

This text has white color on #4982B2 background.