COLOR #4B4271

HEX: #4B4271
RGB: (75,66,113)

Renk bilgisi

#4B4271 contains red, green and blue colors in about the same proportion. #4B4271 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#4B4271 color RGB value is (75,66,113).

  • kırmız ton 75;
  • yeşil ton 66;
  • mavi ton 113.
RGB:
(75,66,113)
(29%,26%,44%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 66 of 255 = 26%
B 113 of 255 = 44%

75
66
113

R + G + B ~ 33%. #4B4271 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 66 + 113 = 254 (100%)
R 75 of 254 ~ 29.53%
G 66 of 254 ~ 25.98%
B 113 of 254 ~ 44.49%

%29.53
%25.98
%44.49

CMYK RENK MODELİ

#4B4271 rengi CMYK tonu (34,42,0,56).

  • camgöbeği tonu 33.63%
  • eflatun tonu 41.59%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(34,42,0,56)
C34M42Y0K56 
(34%,42%,0%,56%)
(0.34/0.42/0.00/0.56)	

CMYK yüzdeleri

%33.63
%41.59
%0
%55.69

Codes

Color #4B4271 in popluar color models

4B4271
RGB7566113
HSL251°26.26%35.10%
HSB/HSV251°41.59%44.31%
CMYK33.63%41.59%0.00%
55.69%

Color #4B4271 in popluar number systems.

HEX4B4271
Decimal7566113
Binary100101110000101110001
Octal113102161

Shades and tints

Shades of #4B4271

#4B4271
(75,66,113)
#453C67
(69,60,103)
#3F365D
(63,54,93)
#393053
(57,48,83)
#332A49
(51,42,73)
#2D243F
(45,36,63)
#271E35
(39,30,53)
#21182B
(33,24,43)
#1B1221
(27,18,33)
#150C17
(21,12,23)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #4B4271

#4B4271
(75,66,113)
#5B537D
(91,83,125)
#6B6489
(107,100,137)
#7B7595
(123,117,149)
#8B86A1
(139,134,161)
#9B97AD
(155,151,173)
#ABA8B9
(171,168,185)
#BBB9C5
(187,185,197)
#CBCAD1
(203,202,209)
#DBDBDD
(219,219,221)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4271 color. Also use rgb(75,66,113) instead hex code.

Text Font Color

.myTextColor { color: #4B4271; }

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

This text font color is #4B4271.


Background Color

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

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

This div background color is #4B4271.


Border color

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

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

This div border color is #4B4271.


Opacity

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

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

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

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

This text has shadow with #4B4271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4271 on black background.


Color preview on white background

This text has color #4B4271 on white background.



Black color preview on #4B4271 background

This text has black color on #4B4271 background.


White color preview on #4B4271 background

This text has white color on #4B4271 background.