COLOR #4B7499

HEX: #4B7499
RGB: (75,116,153)

Renk bilgisi

#4B7499 contains mainly green and blue colors. #4B7499 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4B7499 color RGB value is (75,116,153).

  • kırmız ton 75;
  • yeşil ton 116;
  • mavi ton 153.
RGB:
(75,116,153)
(29%,45%,60%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 116 of 255 = 45%
B 153 of 255 = 60%

75
116
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 116 + 153 = 344 (100%)
R 75 of 344 ~ 21.8%
G 116 of 344 ~ 33.72%
B 153 of 344 ~ 44.48%

%21.8
%33.72
%44.48

CMYK RENK MODELİ

#4B7499 rengi CMYK tonu (51,24,0,40).

  • camgöbeği tonu 50.98%
  • eflatun tonu 24.18%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(51,24,0,40)
C51M24Y0K40 
(51%,24%,0%,40%)
(0.51/0.24/0.00/0.40)	

CMYK yüzdeleri

%50.98
%24.18
%0
%40

Codes

Color #4B7499 in popluar color models

4B7499
RGB75116153
HSL208°34.21%44.71%
HSB/HSV208°50.98%60.00%
CMYK50.98%24.18%0.00%
40.00%

Color #4B7499 in popluar number systems.

HEX4B7499
Decimal75116153
Binary1001011111010010011001
Octal113164231

Shades and tints

Shades of #4B7499

#4B7499
(75,116,153)
#456A8C
(69,106,140)
#3F607F
(63,96,127)
#395672
(57,86,114)
#334C65
(51,76,101)
#2D4258
(45,66,88)
#27384B
(39,56,75)
#212E3E
(33,46,62)
#1B2431
(27,36,49)
#151A24
(21,26,36)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #4B7499

#4B7499
(75,116,153)
#5B80A2
(91,128,162)
#6B8CAB
(107,140,171)
#7B98B4
(123,152,180)
#8BA4BD
(139,164,189)
#9BB0C6
(155,176,198)
#ABBCCF
(171,188,207)
#BBC8D8
(187,200,216)
#CBD4E1
(203,212,225)
#DBE0EA
(219,224,234)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7499 color. Also use rgb(75,116,153) instead hex code.

Text Font Color

.myTextColor { color: #4B7499; }

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

This text font color is #4B7499.


Background Color

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

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

This div background color is #4B7499.


Border color

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

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

This div border color is #4B7499.


Opacity

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

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

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

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

This text has shadow with #4B7499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7499 on black background.


Color preview on white background

This text has color #4B7499 on white background.



Black color preview on #4B7499 background

This text has black color on #4B7499 background.


White color preview on #4B7499 background

This text has white color on #4B7499 background.