COLOR #4A6384

HEX: #4A6384
RGB: (74,99,132)

Renk bilgisi

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

RGB renk modeli

#4A6384 color RGB value is (74,99,132).

  • kırmız ton 74;
  • yeşil ton 99;
  • mavi ton 132.
RGB:
(74,99,132)
(29%,39%,52%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 99 of 255 = 39%
B 132 of 255 = 52%

74
99
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 99 + 132 = 305 (100%)
R 74 of 305 ~ 24.26%
G 99 of 305 ~ 32.46%
B 132 of 305 ~ 43.28%

%24.26
%32.46
%43.28

CMYK RENK MODELİ

#4A6384 rengi CMYK tonu (44,25,0,48).

  • camgöbeği tonu 43.94%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(44,25,0,48)
C44M25Y0K48 
(44%,25%,0%,48%)
(0.44/0.25/0.00/0.48)	

CMYK yüzdeleri

%43.94
%25
%0
%48.24

Codes

Color #4A6384 in popluar color models

4A6384
RGB7499132
HSL214°28.16%40.39%
HSB/HSV214°43.94%51.76%
CMYK43.94%25.00%0.00%
48.24%

Color #4A6384 in popluar number systems.

HEX4A6384
Decimal7499132
Binary1001010110001110000100
Octal112143204

Shades and tints

Shades of #4A6384

#4A6384
(74,99,132)
#445A78
(68,90,120)
#3E516C
(62,81,108)
#384860
(56,72,96)
#323F54
(50,63,84)
#2C3648
(44,54,72)
#262D3C
(38,45,60)
#202430
(32,36,48)
#1A1B24
(26,27,36)
#141218
(20,18,24)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #4A6384

#4A6384
(74,99,132)
#5A718F
(90,113,143)
#6A7F9A
(106,127,154)
#7A8DA5
(122,141,165)
#8A9BB0
(138,155,176)
#9AA9BB
(154,169,187)
#AAB7C6
(170,183,198)
#BAC5D1
(186,197,209)
#CAD3DC
(202,211,220)
#DAE1E7
(218,225,231)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6384 color. Also use rgb(74,99,132) instead hex code.

Text Font Color

.myTextColor { color: #4A6384; }

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

This text font color is #4A6384.


Background Color

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

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

This div background color is #4A6384.


Border color

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

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

This div border color is #4A6384.


Opacity

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

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

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

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

This text has shadow with #4A6384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6384 on black background.


Color preview on white background

This text has color #4A6384 on white background.



Black color preview on #4A6384 background

This text has black color on #4A6384 background.


White color preview on #4A6384 background

This text has white color on #4A6384 background.