COLOR #484E91

HEX: #484E91 RGB: (72,78,145)

Color info

#484E91 contains mainly blue color. Web safe color of #484E91 is #336699 (or #369).

RGB color model

#484E91 color RGB value is (72,78,145).

RGB: (72,78,145) (28%, 31%, 57%)

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 145 of 255 = 57%

72
78
145

R + G + B ~ 39%. #484E91 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 78 + 145 = 295 (100%)
R 72 of 295 ~ 24.41%
G 78 of 295 ~ 26.44%
B 145 of 295 ~ 49.15'%

%24.41
%26.44
%49.15

CMYK color model

#484E91 color CMYK value is (50,46,0,43).

  • cyan value is 50.34%
  • magenta value is 46.21%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (50,46,0,43)
C50M46Y0K43 (50%, 46%, 0%, 43%)
(0.50 / 0.46 / 0.00 / 0.43)

CMYK percentages

%50.34
%46.21
%0
%43.14

Codes

Color #484E91 in popluar color models

48 4E 91
RGB 72 78 145
HSL 235° 33.64% 42.55%
HSB/HSV 235° 50.34% 56.86%
CMYK 50.34% 46.21% 0.00%
43.14%

Color #484E91 in popluar number systems.

HEX 48 4E 91
Decimal 72 78 145
Binary 1001000 1001110 10010001
Octal 110 116 221

Shades and tints

Shades of #484E91

#484E91
(72,78,145)
#424784
(66,71,132)
#3C4077
(60,64,119)
#36396A
(54,57,106)
#30325D
(48,50,93)
#2A2B50
(42,43,80)
#242443
(36,36,67)
#1E1D36
(30,29,54)
#181629
(24,22,41)
#120F1C
(18,15,28)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #484E91

#484E91
(72,78,145)
#585E9B
(88,94,155)
#686EA5
(104,110,165)
#787EAF
(120,126,175)
#888EB9
(136,142,185)
#989EC3
(152,158,195)
#A8AECD
(168,174,205)
#B8BED7
(184,190,215)
#C8CEE1
(200,206,225)
#D8DEEB
(216,222,235)
#E8EEF5
(232,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484E91 color. Also use rgb(72,78,145) instead hex code.

Text Font Color

.myTextColor { color: #484E91; }

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

This text font color is #484E91.

Background Color

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

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

This div background color is #484E91.

Border color

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

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

This div border color is #484E91.

Opacity

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

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

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

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

This text has shadow with #484E91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484E91.

Preview

Color preview on black background

This text has color #484E91 on black background.


Color preview on white background

This text has color #484E91 on white background.


Black color preview on #484E91 background

This text has black color on #484E91 background.


White color preview on #484E91 background

This text has white color on #484E91 background.


Related colors

Complementary color

Complementary color for #hex is #B7B16E.


I love getcolorcode.com

Triadic colors

1 #91484E and #4E9148 with #484E91 are triadic colors.

2 #914E48 and #4E4891 with #484E91 are triadic colors.