COLOR #4B508B

HEX: #4B508B
RGB: (75,80,139)

Renk bilgisi

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

RGB renk modeli

#4B508B color RGB value is (75,80,139).

  • kırmız ton 75;
  • yeşil ton 80;
  • mavi ton 139.
RGB:
(75,80,139)
(29%,31%,55%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 80 of 255 = 31%
B 139 of 255 = 55%

75
80
139

R + G + B ~ 38%. #4B508B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 80 + 139 = 294 (100%)
R 75 of 294 ~ 25.51%
G 80 of 294 ~ 27.21%
B 139 of 294 ~ 47.28%

%25.51
%27.21
%47.28

CMYK RENK MODELİ

#4B508B rengi CMYK tonu (46,42,0,45).

  • camgöbeği tonu 46.04%
  • eflatun tonu 42.45%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(46,42,0,45)
C46M42Y0K45 
(46%,42%,0%,45%)
(0.46/0.42/0.00/0.45)	

CMYK yüzdeleri

%46.04
%42.45
%0
%45.49

Codes

Color #4B508B in popluar color models

4B508B
RGB7580139
HSL235°29.91%41.96%
HSB/HSV235°46.04%54.51%
CMYK46.04%42.45%0.00%
45.49%

Color #4B508B in popluar number systems.

HEX4B508B
Decimal7580139
Binary1001011101000010001011
Octal113120213

Shades and tints

Shades of #4B508B

#4B508B
(75,80,139)
#45497F
(69,73,127)
#3F4273
(63,66,115)
#393B67
(57,59,103)
#33345B
(51,52,91)
#2D2D4F
(45,45,79)
#272643
(39,38,67)
#211F37
(33,31,55)
#1B182B
(27,24,43)
#15111F
(21,17,31)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #4B508B

#4B508B
(75,80,139)
#5B5F95
(91,95,149)
#6B6E9F
(107,110,159)
#7B7DA9
(123,125,169)
#8B8CB3
(139,140,179)
#9B9BBD
(155,155,189)
#ABAAC7
(171,170,199)
#BBB9D1
(187,185,209)
#CBC8DB
(203,200,219)
#DBD7E5
(219,215,229)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B508B color. Also use rgb(75,80,139) instead hex code.

Text Font Color

.myTextColor { color: #4B508B; }

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

This text font color is #4B508B.


Background Color

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

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

This div background color is #4B508B.


Border color

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

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

This div border color is #4B508B.


Opacity

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

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

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

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

This text has shadow with #4B508B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B508B on black background.


Color preview on white background

This text has color #4B508B on white background.



Black color preview on #4B508B background

This text has black color on #4B508B background.


White color preview on #4B508B background

This text has white color on #4B508B background.