COLOR #484F94

HEX: #484F94 RGB: (72,79,148)

Color info

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

RGB color model

#484F94 color RGB value is (72,79,148).

RGB: (72,79,148) (28%, 31%, 58%)

RGB channels and saturation

R 72 of 255 = 28%
G 79 of 255 = 31%
B 148 of 255 = 58%

72
79
148

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

Portions of RGB colors in percentages

R + G + B = 72 + 79 + 148 = 299 (100%)
R 72 of 299 ~ 24.08%
G 79 of 299 ~ 26.42%
B 148 of 299 ~ 49.5'%

%24.08
%26.42
%49.5

CMYK color model

#484F94 color CMYK value is (51,47,0,42).

  • cyan value is 51.35%
  • magenta value is 46.62%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (51,47,0,42)
C51M47Y0K42 (51%, 47%, 0%, 42%)
(0.51 / 0.47 / 0.00 / 0.42)

CMYK percentages

%51.35
%46.62
%0
%41.96

Codes

Color #484F94 in popluar color models

48 4F 94
RGB 72 79 148
HSL 234° 34.55% 43.14%
HSB/HSV 234° 51.35% 58.04%
CMYK 51.35% 46.62% 0.00%
41.96%

Color #484F94 in popluar number systems.

HEX 48 4F 94
Decimal 72 79 148
Binary 1001000 1001111 10010100
Octal 110 117 224

Shades and tints

Shades of #484F94

#484F94
(72,79,148)
#424887
(66,72,135)
#3C417A
(60,65,122)
#363A6D
(54,58,109)
#303360
(48,51,96)
#2A2C53
(42,44,83)
#242546
(36,37,70)
#1E1E39
(30,30,57)
#18172C
(24,23,44)
#12101F
(18,16,31)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #484F94

#484F94
(72,79,148)
#585F9D
(88,95,157)
#686FA6
(104,111,166)
#787FAF
(120,127,175)
#888FB8
(136,143,184)
#989FC1
(152,159,193)
#A8AFCA
(168,175,202)
#B8BFD3
(184,191,211)
#C8CFDC
(200,207,220)
#D8DFE5
(216,223,229)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484F94 color. Also use rgb(72,79,148) instead hex code.

Text Font Color

.myTextColor { color: #484F94; }

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

This text font color is #484F94.

Background Color

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

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

This div background color is #484F94.

Border color

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

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

This div border color is #484F94.

Opacity

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

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

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

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

This text has shadow with #484F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484F94.

Preview

Color preview on black background

This text has color #484F94 on black background.


Color preview on white background

This text has color #484F94 on white background.


Black color preview on #484F94 background

This text has black color on #484F94 background.


White color preview on #484F94 background

This text has white color on #484F94 background.


Related colors

Complementary color

Complementary color for #hex is #B7B06B.


I love getcolorcode.com

Triadic colors

1 #94484F and #4F9448 with #484F94 are triadic colors.

2 #944F48 and #4F4894 with #484F94 are triadic colors.