COLOR #504A88

HEX: #504A88
RGB: (80,74,136)

Renk bilgisi

#504A88 contains mainly red and blue colors. #504A88 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#504A88 color RGB value is (80,74,136).

  • kırmız ton 80;
  • yeşil ton 74;
  • mavi ton 136.
RGB:
(80,74,136)
(31%,29%,53%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 74 of 255 = 29%
B 136 of 255 = 53%

80
74
136

R + G + B ~ 38%. #504A88 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 74 + 136 = 290 (100%)
R 80 of 290 ~ 27.59%
G 74 of 290 ~ 25.52%
B 136 of 290 ~ 46.9%

%27.59
%25.52
%46.9

CMYK RENK MODELİ

#504A88 rengi CMYK tonu (41,46,0,47).

  • camgöbeği tonu 41.18%
  • eflatun tonu 45.59%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(41,46,0,47)
C41M46Y0K47 
(41%,46%,0%,47%)
(0.41/0.46/0.00/0.47)	

CMYK yüzdeleri

%41.18
%45.59
%0
%46.67

Codes

Color #504A88 in popluar color models

504A88
RGB8074136
HSL246°29.52%41.18%
HSB/HSV246°45.59%53.33%
CMYK41.18%45.59%0.00%
46.67%

Color #504A88 in popluar number systems.

HEX504A88
Decimal8074136
Binary1010000100101010001000
Octal120112210

Shades and tints

Shades of #504A88

#504A88
(80,74,136)
#49447C
(73,68,124)
#423E70
(66,62,112)
#3B3864
(59,56,100)
#343258
(52,50,88)
#2D2C4C
(45,44,76)
#262640
(38,38,64)
#1F2034
(31,32,52)
#181A28
(24,26,40)
#11141C
(17,20,28)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #504A88

#504A88
(80,74,136)
#5F5A92
(95,90,146)
#6E6A9C
(110,106,156)
#7D7AA6
(125,122,166)
#8C8AB0
(140,138,176)
#9B9ABA
(155,154,186)
#AAAAC4
(170,170,196)
#B9BACE
(185,186,206)
#C8CAD8
(200,202,216)
#D7DAE2
(215,218,226)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504A88 color. Also use rgb(80,74,136) instead hex code.

Text Font Color

.myTextColor { color: #504A88; }

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

This text font color is #504A88.


Background Color

.myBgColor { background-color: #504A88; }

<div style="background-color:#504A88">Inner text</div>

This div background color is #504A88.


Border color

.myBorderColor { border: 1px solid #504A88; }

<div style="border:3px solid #504A88">Div</div>

This div border color is #504A88.


Opacity

.myOpacity80 { color: #504A88; opacity: 0.8; }

<p style="color:#504A88;opacity:0.8;">80%</p>

Text with #504A88 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 #504A88;}

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

This text has shadow with #504A88 color.

.textShadow {text-shadow: 3px 3px 1px #504A88, 3px 3px 1px red;}

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

This text has shadow with #504A88 primary color and red secondary color.


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

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

This text has shadow with #504A88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A88 on black background.


Color preview on white background

This text has color #504A88 on white background.



Black color preview on #504A88 background

This text has black color on #504A88 background.


White color preview on #504A88 background

This text has white color on #504A88 background.