COLOR #484979

HEX: #484979
RGB: (72,73,121)

Renk bilgisi

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

RGB renk modeli

#484979 color RGB value is (72,73,121).

  • kırmız ton 72;
  • yeşil ton 73;
  • mavi ton 121.
RGB:
(72,73,121)
(28%,29%,47%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 73 of 255 = 29%
B 121 of 255 = 47%

72
73
121

R + G + B ~ 35%. #484979 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 73 + 121 = 266 (100%)
R 72 of 266 ~ 27.07%
G 73 of 266 ~ 27.44%
B 121 of 266 ~ 45.49%

%27.07
%27.44
%45.49

CMYK RENK MODELİ

#484979 rengi CMYK tonu (40,40,0,53).

  • camgöbeği tonu 40.50%
  • eflatun tonu 39.67%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(40,40,0,53)
C40M40Y0K53 
(40%,40%,0%,53%)
(0.40/0.40/0.00/0.53)	

CMYK yüzdeleri

%40.5
%39.67
%0
%52.55

Codes

Color #484979 in popluar color models

484979
RGB7273121
HSL239°25.39%37.84%
HSB/HSV239°40.50%47.45%
CMYK40.50%39.67%0.00%
52.55%

Color #484979 in popluar number systems.

HEX484979
Decimal7273121
Binary100100010010011111001
Octal110111171

Shades and tints

Shades of #484979

#484979
(72,73,121)
#42436E
(66,67,110)
#3C3D63
(60,61,99)
#363758
(54,55,88)
#30314D
(48,49,77)
#2A2B42
(42,43,66)
#242537
(36,37,55)
#1E1F2C
(30,31,44)
#181921
(24,25,33)
#121316
(18,19,22)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #484979

#484979
(72,73,121)
#585985
(88,89,133)
#686991
(104,105,145)
#78799D
(120,121,157)
#8889A9
(136,137,169)
#9899B5
(152,153,181)
#A8A9C1
(168,169,193)
#B8B9CD
(184,185,205)
#C8C9D9
(200,201,217)
#D8D9E5
(216,217,229)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484979 color. Also use rgb(72,73,121) instead hex code.

Text Font Color

.myTextColor { color: #484979; }

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

This text font color is #484979.


Background Color

.myBgColor { background-color: #484979; }

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

This div background color is #484979.


Border color

.myBorderColor { border: 1px solid #484979; }

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

This div border color is #484979.


Opacity

.myOpacity80 { color: #484979; opacity: 0.8; }

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

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

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

This text has shadow with #484979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484979 on black background.


Color preview on white background

This text has color #484979 on white background.



Black color preview on #484979 background

This text has black color on #484979 background.


White color preview on #484979 background

This text has white color on #484979 background.