COLOR #4B609D

HEX: #4B609D
RGB: (75,96,157)

Renk bilgisi

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

RGB renk modeli

#4B609D color RGB value is (75,96,157).

  • kırmız ton 75;
  • yeşil ton 96;
  • mavi ton 157.
RGB:
(75,96,157)
(29%,38%,62%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 96 of 255 = 38%
B 157 of 255 = 62%

75
96
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 96 + 157 = 328 (100%)
R 75 of 328 ~ 22.87%
G 96 of 328 ~ 29.27%
B 157 of 328 ~ 47.87%

%22.87
%29.27
%47.87

CMYK RENK MODELİ

#4B609D rengi CMYK tonu (52,39,0,38).

  • camgöbeği tonu 52.23%
  • eflatun tonu 38.85%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(52,39,0,38)
C52M39Y0K38 
(52%,39%,0%,38%)
(0.52/0.39/0.00/0.38)	

CMYK yüzdeleri

%52.23
%38.85
%0
%38.43

Codes

Color #4B609D in popluar color models

4B609D
RGB7596157
HSL225°35.34%45.49%
HSB/HSV225°52.23%61.57%
CMYK52.23%38.85%0.00%
38.43%

Color #4B609D in popluar number systems.

HEX4B609D
Decimal7596157
Binary1001011110000010011101
Octal113140235

Shades and tints

Shades of #4B609D

#4B609D
(75,96,157)
#45588F
(69,88,143)
#3F5081
(63,80,129)
#394873
(57,72,115)
#334065
(51,64,101)
#2D3857
(45,56,87)
#273049
(39,48,73)
#21283B
(33,40,59)
#1B202D
(27,32,45)
#15181F
(21,24,31)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #4B609D

#4B609D
(75,96,157)
#5B6EA5
(91,110,165)
#6B7CAD
(107,124,173)
#7B8AB5
(123,138,181)
#8B98BD
(139,152,189)
#9BA6C5
(155,166,197)
#ABB4CD
(171,180,205)
#BBC2D5
(187,194,213)
#CBD0DD
(203,208,221)
#DBDEE5
(219,222,229)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B609D color. Also use rgb(75,96,157) instead hex code.

Text Font Color

.myTextColor { color: #4B609D; }

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

This text font color is #4B609D.


Background Color

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

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

This div background color is #4B609D.


Border color

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

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

This div border color is #4B609D.


Opacity

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

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

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

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

This text has shadow with #4B609D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B609D on black background.


Color preview on white background

This text has color #4B609D on white background.



Black color preview on #4B609D background

This text has black color on #4B609D background.


White color preview on #4B609D background

This text has white color on #4B609D background.