COLOR #4B5499

HEX: #4B5499
RGB: (75,84,153)

Renk bilgisi

#4B5499 contains mainly blue color. #4B5499 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4B5499 color RGB value is (75,84,153).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 84 of 255 = 33%
B 153 of 255 = 60%

75
84
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 84 + 153 = 312 (100%)
R 75 of 312 ~ 24.04%
G 84 of 312 ~ 26.92%
B 153 of 312 ~ 49.04%

%24.04
%26.92
%49.04

CMYK RENK MODELİ

#4B5499 rengi CMYK tonu (51,45,0,40).

  • camgöbeği tonu 50.98%
  • eflatun tonu 45.10%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(51,45,0,40)
C51M45Y0K40 
(51%,45%,0%,40%)
(0.51/0.45/0.00/0.40)	

CMYK yüzdeleri

%50.98
%45.1
%0
%40

Codes

Color #4B5499 in popluar color models

4B5499
RGB7584153
HSL233°34.21%44.71%
HSB/HSV233°50.98%60.00%
CMYK50.98%45.10%0.00%
40.00%

Color #4B5499 in popluar number systems.

HEX4B5499
Decimal7584153
Binary1001011101010010011001
Octal113124231

Shades and tints

Shades of #4B5499

#4B5499
(75,84,153)
#454D8C
(69,77,140)
#3F467F
(63,70,127)
#393F72
(57,63,114)
#333865
(51,56,101)
#2D3158
(45,49,88)
#272A4B
(39,42,75)
#21233E
(33,35,62)
#1B1C31
(27,28,49)
#151524
(21,21,36)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #4B5499

#4B5499
(75,84,153)
#5B63A2
(91,99,162)
#6B72AB
(107,114,171)
#7B81B4
(123,129,180)
#8B90BD
(139,144,189)
#9B9FC6
(155,159,198)
#ABAECF
(171,174,207)
#BBBDD8
(187,189,216)
#CBCCE1
(203,204,225)
#DBDBEA
(219,219,234)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5499; }

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

This text font color is #4B5499.


Background Color

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

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

This div background color is #4B5499.


Border color

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

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

This div border color is #4B5499.


Opacity

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

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

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

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

This text has shadow with #4B5499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5499 on black background.


Color preview on white background

This text has color #4B5499 on white background.



Black color preview on #4B5499 background

This text has black color on #4B5499 background.


White color preview on #4B5499 background

This text has white color on #4B5499 background.