COLOR #4B93E3

HEX: #4B93E3
RGB: (75,147,227)

Renk bilgisi

#4B93E3 contains mainly blue color. #4B93E3 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#4B93E3 color RGB value is (75,147,227).

  • kırmız ton 75;
  • yeşil ton 147;
  • mavi ton 227.
RGB:
(75,147,227)
(29%,58%,89%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 147 of 255 = 58%
B 227 of 255 = 89%

75
147
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 147 + 227 = 449 (100%)
R 75 of 449 ~ 16.7%
G 147 of 449 ~ 32.74%
B 227 of 449 ~ 50.56%

%16.7
%32.74
%50.56

CMYK RENK MODELİ

#4B93E3 rengi CMYK tonu (67,35,0,11).

  • camgöbeği tonu 66.96%
  • eflatun tonu 35.24%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(67,35,0,11)
C67M35Y0K11 
(67%,35%,0%,11%)
(0.67/0.35/0.00/0.11)	

CMYK yüzdeleri

%66.96
%35.24
%0
%10.98

Codes

Color #4B93E3 in popluar color models

4B93E3
RGB75147227
HSL212°73.08%59.22%
HSB/HSV212°66.96%89.02%
CMYK66.96%35.24%0.00%
10.98%

Color #4B93E3 in popluar number systems.

HEX4B93E3
Decimal75147227
Binary10010111001001111100011
Octal113223343

Shades and tints

Shades of #4B93E3

#4B93E3
(75,147,227)
#4586CF
(69,134,207)
#3F79BB
(63,121,187)
#396CA7
(57,108,167)
#335F93
(51,95,147)
#2D527F
(45,82,127)
#27456B
(39,69,107)
#213857
(33,56,87)
#1B2B43
(27,43,67)
#151E2F
(21,30,47)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #4B93E3

#4B93E3
(75,147,227)
#5B9CE5
(91,156,229)
#6BA5E7
(107,165,231)
#7BAEE9
(123,174,233)
#8BB7EB
(139,183,235)
#9BC0ED
(155,192,237)
#ABC9EF
(171,201,239)
#BBD2F1
(187,210,241)
#CBDBF3
(203,219,243)
#DBE4F5
(219,228,245)
#EBEDF7
(235,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B93E3 color. Also use rgb(75,147,227) instead hex code.

Text Font Color

.myTextColor { color: #4B93E3; }

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

This text font color is #4B93E3.


Background Color

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

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

This div background color is #4B93E3.


Border color

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

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

This div border color is #4B93E3.


Opacity

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

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

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

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

This text has shadow with #4B93E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B93E3 on black background.


Color preview on white background

This text has color #4B93E3 on white background.



Black color preview on #4B93E3 background

This text has black color on #4B93E3 background.


White color preview on #4B93E3 background

This text has white color on #4B93E3 background.