COLOR #4D95C8

HEX: #4D95C8
RGB: (77,149,200)

Renk bilgisi

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

RGB renk modeli

#4D95C8 color RGB value is (77,149,200).

  • kırmız ton 77;
  • yeşil ton 149;
  • mavi ton 200.
RGB:
(77,149,200)
(30%,58%,78%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 149 of 255 = 58%
B 200 of 255 = 78%

77
149
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 149 + 200 = 426 (100%)
R 77 of 426 ~ 18.08%
G 149 of 426 ~ 34.98%
B 200 of 426 ~ 46.95%

%18.08
%34.98
%46.95

CMYK RENK MODELİ

#4D95C8 rengi CMYK tonu (62,26,0,22).

  • camgöbeği tonu 61.50%
  • eflatun tonu 25.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(62,26,0,22)
C62M26Y0K22 
(62%,26%,0%,22%)
(0.62/0.26/0.00/0.22)	

CMYK yüzdeleri

%61.5
%25.5
%0
%21.57

Codes

Color #4D95C8 in popluar color models

4D95C8
RGB77149200
HSL205°52.79%54.31%
HSB/HSV205°61.50%78.43%
CMYK61.50%25.50%0.00%
21.57%

Color #4D95C8 in popluar number systems.

HEX4D95C8
Decimal77149200
Binary10011011001010111001000
Octal115225310

Shades and tints

Shades of #4D95C8

#4D95C8
(77,149,200)
#4688B6
(70,136,182)
#3F7BA4
(63,123,164)
#386E92
(56,110,146)
#316180
(49,97,128)
#2A546E
(42,84,110)
#23475C
(35,71,92)
#1C3A4A
(28,58,74)
#152D38
(21,45,56)
#0E2026
(14,32,38)
#071314
(7,19,20)
#000000
(0,0,0)

Tints of #4D95C8

#4D95C8
(77,149,200)
#5D9ECD
(93,158,205)
#6DA7D2
(109,167,210)
#7DB0D7
(125,176,215)
#8DB9DC
(141,185,220)
#9DC2E1
(157,194,225)
#ADCBE6
(173,203,230)
#BDD4EB
(189,212,235)
#CDDDF0
(205,221,240)
#DDE6F5
(221,230,245)
#EDEFFA
(237,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D95C8 color. Also use rgb(77,149,200) instead hex code.

Text Font Color

.myTextColor { color: #4D95C8; }

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

This text font color is #4D95C8.


Background Color

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

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

This div background color is #4D95C8.


Border color

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

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

This div border color is #4D95C8.


Opacity

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

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

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

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

This text has shadow with #4D95C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D95C8 on black background.


Color preview on white background

This text has color #4D95C8 on white background.



Black color preview on #4D95C8 background

This text has black color on #4D95C8 background.


White color preview on #4D95C8 background

This text has white color on #4D95C8 background.