COLOR #484A84

HEX: #484A84
RGB: (72,74,132)

Color info

#484A84 contains mainly green and blue colors. Web safe color of #484A84 is #333399 (or #339).

RGB color model

#484A84 color RGB value is (72,74,132).

  • red value is 72;
  • green value is 74;
  • blue value is 132.
RGB:
(72,74,132)
(28%,29%,52%)

RGB channels and saturation

R 72 of 255 = 28%
G 74 of 255 = 29%
B 132 of 255 = 52%

72
74
132

R + G + B ~ 36%. #484A84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 74 + 132 = 278 (100%)
R 72 of 278 ~ 25.9%
G 74 of 278 ~ 26.62%
B 132 of 278 ~ 47.48%

%25.9
%26.62
%47.48

CMYK color model

#484A84 color CMYK value is (45,44,0,48).

  • cyan value is 45.45%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(45,44,0,48)
C45M44Y0K48 
(45%,44%,0%,48%)
(0.45/0.44/0.00/0.48)	

CMYK percentages

%45.45
%43.94
%0
%48.24

Codes

Color #484A84 in popluar color models

484A84
RGB7274132
HSL238°29.41%40.00%
HSB/HSV238°45.45%51.76%
CMYK45.45%43.94%0.00%
48.24%

Color #484A84 in popluar number systems.

HEX484A84
Decimal7274132
Binary1001000100101010000100
Octal110112204

Shades and tints

Shades of #484A84

#484A84
(72,74,132)
#424478
(66,68,120)
#3C3E6C
(60,62,108)
#363860
(54,56,96)
#303254
(48,50,84)
#2A2C48
(42,44,72)
#24263C
(36,38,60)
#1E2030
(30,32,48)
#181A24
(24,26,36)
#121418
(18,20,24)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #484A84

#484A84
(72,74,132)
#585A8F
(88,90,143)
#686A9A
(104,106,154)
#787AA5
(120,122,165)
#888AB0
(136,138,176)
#989ABB
(152,154,187)
#A8AAC6
(168,170,198)
#B8BAD1
(184,186,209)
#C8CADC
(200,202,220)
#D8DAE7
(216,218,231)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484A84 color. Also use rgb(72,74,132) instead hex code.

Text Font Color

.myTextColor { color: #484A84; }

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

This text font color is #484A84.


Background Color

.myBgColor { background-color: #484A84; }

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

This div background color is #484A84.


Border color

.myBorderColor { border: 1px solid #484A84; }

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

This div border color is #484A84.


Opacity

.myOpacity80 { color: #484A84; opacity: 0.8; }

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

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

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

This text has shadow with #484A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484A84 on black background.


Color preview on white background

This text has color #484A84 on white background.



Black color preview on #484A84 background

This text has black color on #484A84 background.


White color preview on #484A84 background

This text has white color on #484A84 background.