COLOR #4B609F

HEX: #4B609F
RGB: (75,96,159)

Renk bilgisi

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

RGB renk modeli

#4B609F color RGB value is (75,96,159).

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

RGB bağlantıları ve doygunluk

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

75
96
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 96 + 159 = 330 (100%)
R 75 of 330 ~ 22.73%
G 96 of 330 ~ 29.09%
B 159 of 330 ~ 48.18%

%22.73
%29.09
%48.18

CMYK RENK MODELİ

#4B609F rengi CMYK tonu (53,40,0,38).

  • camgöbeği tonu 52.83%
  • eflatun tonu 39.62%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(53,40,0,38)
C53M40Y0K38 
(53%,40%,0%,38%)
(0.53/0.40/0.00/0.38)	

CMYK yüzdeleri

%52.83
%39.62
%0
%37.65

Codes

Color #4B609F in popluar color models

4B609F
RGB7596159
HSL225°35.90%45.88%
HSB/HSV225°52.83%62.35%
CMYK52.83%39.62%0.00%
37.65%

Color #4B609F in popluar number systems.

HEX4B609F
Decimal7596159
Binary1001011110000010011111
Octal113140237

Shades and tints

Shades of #4B609F

#4B609F
(75,96,159)
#455891
(69,88,145)
#3F5083
(63,80,131)
#394875
(57,72,117)
#334067
(51,64,103)
#2D3859
(45,56,89)
#27304B
(39,48,75)
#21283D
(33,40,61)
#1B202F
(27,32,47)
#151821
(21,24,33)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #4B609F

#4B609F
(75,96,159)
#5B6EA7
(91,110,167)
#6B7CAF
(107,124,175)
#7B8AB7
(123,138,183)
#8B98BF
(139,152,191)
#9BA6C7
(155,166,199)
#ABB4CF
(171,180,207)
#BBC2D7
(187,194,215)
#CBD0DF
(203,208,223)
#DBDEE7
(219,222,231)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B609F; }

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

This text font color is #4B609F.


Background Color

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

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

This div background color is #4B609F.


Border color

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

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

This div border color is #4B609F.


Opacity

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

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

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

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

This text has shadow with #4B609F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B609F on black background.


Color preview on white background

This text has color #4B609F on white background.



Black color preview on #4B609F background

This text has black color on #4B609F background.


White color preview on #4B609F background

This text has white color on #4B609F background.