COLOR #4D82BD

HEX: #4D82BD
RGB: (77,130,189)

Renk bilgisi

#4D82BD contains mainly green and blue colors. #4D82BD ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#4D82BD color RGB value is (77,130,189).

  • kırmız ton 77;
  • yeşil ton 130;
  • mavi ton 189.
RGB:
(77,130,189)
(30%,51%,74%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 130 of 255 = 51%
B 189 of 255 = 74%

77
130
189

R + G + B ~ 52%. #4D82BD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 130 + 189 = 396 (100%)
R 77 of 396 ~ 19.44%
G 130 of 396 ~ 32.83%
B 189 of 396 ~ 47.73%

%19.44
%32.83
%47.73

CMYK RENK MODELİ

#4D82BD rengi CMYK tonu (59,31,0,26).

  • camgöbeği tonu 59.26%
  • eflatun tonu 31.22%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(59,31,0,26)
C59M31Y0K26 
(59%,31%,0%,26%)
(0.59/0.31/0.00/0.26)	

CMYK yüzdeleri

%59.26
%31.22
%0
%25.88

Codes

Color #4D82BD in popluar color models

4D82BD
RGB77130189
HSL212°45.90%52.16%
HSB/HSV212°59.26%74.12%
CMYK59.26%31.22%0.00%
25.88%

Color #4D82BD in popluar number systems.

HEX4D82BD
Decimal77130189
Binary10011011000001010111101
Octal115202275

Shades and tints

Shades of #4D82BD

#4D82BD
(77,130,189)
#4677AC
(70,119,172)
#3F6C9B
(63,108,155)
#38618A
(56,97,138)
#315679
(49,86,121)
#2A4B68
(42,75,104)
#234057
(35,64,87)
#1C3546
(28,53,70)
#152A35
(21,42,53)
#0E1F24
(14,31,36)
#071413
(7,20,19)
#000000
(0,0,0)

Tints of #4D82BD

#4D82BD
(77,130,189)
#5D8DC3
(93,141,195)
#6D98C9
(109,152,201)
#7DA3CF
(125,163,207)
#8DAED5
(141,174,213)
#9DB9DB
(157,185,219)
#ADC4E1
(173,196,225)
#BDCFE7
(189,207,231)
#CDDAED
(205,218,237)
#DDE5F3
(221,229,243)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D82BD color. Also use rgb(77,130,189) instead hex code.

Text Font Color

.myTextColor { color: #4D82BD; }

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

This text font color is #4D82BD.


Background Color

.myBgColor { background-color: #4D82BD; }

<div style="background-color:#4D82BD">Inner text</div>

This div background color is #4D82BD.


Border color

.myBorderColor { border: 1px solid #4D82BD; }

<div style="border:3px solid #4D82BD">Div</div>

This div border color is #4D82BD.


Opacity

.myOpacity80 { color: #4D82BD; opacity: 0.8; }

<p style="color:#4D82BD;opacity:0.8;">80%</p>

Text with #4D82BD 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 #4D82BD;}

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

This text has shadow with #4D82BD color.

.textShadow {text-shadow: 3px 3px 1px #4D82BD, 3px 3px 1px red;}

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

This text has shadow with #4D82BD primary color and red secondary color.


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

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

This text has shadow with #4D82BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D82BD on black background.


Color preview on white background

This text has color #4D82BD on white background.



Black color preview on #4D82BD background

This text has black color on #4D82BD background.


White color preview on #4D82BD background

This text has white color on #4D82BD background.