COLOR #4B4A7C

HEX: #4B4A7C
RGB: (75,74,124)

Renk bilgisi

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

RGB renk modeli

#4B4A7C color RGB value is (75,74,124).

  • kırmız ton 75;
  • yeşil ton 74;
  • mavi ton 124.
RGB:
(75,74,124)
(29%,29%,49%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 74 of 255 = 29%
B 124 of 255 = 49%

75
74
124

R + G + B ~ 36%. #4B4A7C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 74 + 124 = 273 (100%)
R 75 of 273 ~ 27.47%
G 74 of 273 ~ 27.11%
B 124 of 273 ~ 45.42%

%27.47
%27.11
%45.42

CMYK RENK MODELİ

#4B4A7C rengi CMYK tonu (40,40,0,51).

  • camgöbeği tonu 39.52%
  • eflatun tonu 40.32%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(40,40,0,51)
C40M40Y0K51 
(40%,40%,0%,51%)
(0.40/0.40/0.00/0.51)	

CMYK yüzdeleri

%39.52
%40.32
%0
%51.37

Codes

Color #4B4A7C in popluar color models

4B4A7C
RGB7574124
HSL241°25.25%38.82%
HSB/HSV241°40.32%48.63%
CMYK39.52%40.32%0.00%
51.37%

Color #4B4A7C in popluar number systems.

HEX4B4A7C
Decimal7574124
Binary100101110010101111100
Octal113112174

Shades and tints

Shades of #4B4A7C

#4B4A7C
(75,74,124)
#454471
(69,68,113)
#3F3E66
(63,62,102)
#39385B
(57,56,91)
#333250
(51,50,80)
#2D2C45
(45,44,69)
#27263A
(39,38,58)
#21202F
(33,32,47)
#1B1A24
(27,26,36)
#151419
(21,20,25)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #4B4A7C

#4B4A7C
(75,74,124)
#5B5A87
(91,90,135)
#6B6A92
(107,106,146)
#7B7A9D
(123,122,157)
#8B8AA8
(139,138,168)
#9B9AB3
(155,154,179)
#ABAABE
(171,170,190)
#BBBAC9
(187,186,201)
#CBCAD4
(203,202,212)
#DBDADF
(219,218,223)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4A7C color. Also use rgb(75,74,124) instead hex code.

Text Font Color

.myTextColor { color: #4B4A7C; }

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

This text font color is #4B4A7C.


Background Color

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

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

This div background color is #4B4A7C.


Border color

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

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

This div border color is #4B4A7C.


Opacity

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

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

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

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

This text has shadow with #4B4A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4A7C on black background.


Color preview on white background

This text has color #4B4A7C on white background.



Black color preview on #4B4A7C background

This text has black color on #4B4A7C background.


White color preview on #4B4A7C background

This text has white color on #4B4A7C background.