COLOR #4B589E

HEX: #4B589E
RGB: (75,88,158)

Renk bilgisi

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

RGB renk modeli

#4B589E color RGB value is (75,88,158).

  • kırmız ton 75;
  • yeşil ton 88;
  • mavi ton 158.
RGB:
(75,88,158)
(29%,35%,62%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 88 of 255 = 35%
B 158 of 255 = 62%

75
88
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 88 + 158 = 321 (100%)
R 75 of 321 ~ 23.36%
G 88 of 321 ~ 27.41%
B 158 of 321 ~ 49.22%

%23.36
%27.41
%49.22

CMYK RENK MODELİ

#4B589E rengi CMYK tonu (53,44,0,38).

  • camgöbeği tonu 52.53%
  • eflatun tonu 44.30%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(53,44,0,38)
C53M44Y0K38 
(53%,44%,0%,38%)
(0.53/0.44/0.00/0.38)	

CMYK yüzdeleri

%52.53
%44.3
%0
%38.04

Codes

Color #4B589E in popluar color models

4B589E
RGB7588158
HSL231°35.62%45.69%
HSB/HSV231°52.53%61.96%
CMYK52.53%44.30%0.00%
38.04%

Color #4B589E in popluar number systems.

HEX4B589E
Decimal7588158
Binary1001011101100010011110
Octal113130236

Shades and tints

Shades of #4B589E

#4B589E
(75,88,158)
#455090
(69,80,144)
#3F4882
(63,72,130)
#394074
(57,64,116)
#333866
(51,56,102)
#2D3058
(45,48,88)
#27284A
(39,40,74)
#21203C
(33,32,60)
#1B182E
(27,24,46)
#151020
(21,16,32)
#0F0812
(15,8,18)
#000000
(0,0,0)

Tints of #4B589E

#4B589E
(75,88,158)
#5B67A6
(91,103,166)
#6B76AE
(107,118,174)
#7B85B6
(123,133,182)
#8B94BE
(139,148,190)
#9BA3C6
(155,163,198)
#ABB2CE
(171,178,206)
#BBC1D6
(187,193,214)
#CBD0DE
(203,208,222)
#DBDFE6
(219,223,230)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B589E color. Also use rgb(75,88,158) instead hex code.

Text Font Color

.myTextColor { color: #4B589E; }

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

This text font color is #4B589E.


Background Color

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

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

This div background color is #4B589E.


Border color

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

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

This div border color is #4B589E.


Opacity

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

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

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

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

This text has shadow with #4B589E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B589E on black background.


Color preview on white background

This text has color #4B589E on white background.



Black color preview on #4B589E background

This text has black color on #4B589E background.


White color preview on #4B589E background

This text has white color on #4B589E background.