COLOR #484488

HEX: #484488 RGB: (72,68,136)

Color info

#484488 contains mainly blue color. Web safe color of #484488 is #333399 (or #339).

RGB color model

#484488 color RGB value is (72,68,136).

RGB: (72,68,136) (28%, 27%, 53%)

RGB channels and saturation

R 72 of 255 = 28%
G 68 of 255 = 27%
B 136 of 255 = 53%

72
68
136

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

Portions of RGB colors in percentages

R + G + B = 72 + 68 + 136 = 276 (100%)
R 72 of 276 ~ 26.09%
G 68 of 276 ~ 24.64%
B 136 of 276 ~ 49.28'%

%26.09
%24.64
%49.28

CMYK color model

#484488 color CMYK value is (47,50,0,47).

  • cyan value is 47.06%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (47,50,0,47)
C47M50Y0K47 (47%, 50%, 0%, 47%)
(0.47 / 0.50 / 0.00 / 0.47)

CMYK percentages

%47.06
%50
%0
%46.67

Codes

Color #484488 in popluar color models

48 44 88
RGB 72 68 136
HSL 244° 33.33% 40.00%
HSB/HSV 244° 50.00% 53.33%
CMYK 47.06% 50.00% 0.00%
46.67%

Color #484488 in popluar number systems.

HEX 48 44 88
Decimal 72 68 136
Binary 1001000 1000100 10001000
Octal 110 104 210

Shades and tints

Shades of #484488

#484488
(72,68,136)
#423E7C
(66,62,124)
#3C3870
(60,56,112)
#363264
(54,50,100)
#302C58
(48,44,88)
#2A264C
(42,38,76)
#242040
(36,32,64)
#1E1A34
(30,26,52)
#181428
(24,20,40)
#120E1C
(18,14,28)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #484488

#484488
(72,68,136)
#585592
(88,85,146)
#68669C
(104,102,156)
#7877A6
(120,119,166)
#8888B0
(136,136,176)
#9899BA
(152,153,186)
#A8AAC4
(168,170,196)
#B8BBCE
(184,187,206)
#C8CCD8
(200,204,216)
#D8DDE2
(216,221,226)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484488 color. Also use rgb(72,68,136) instead hex code.

Text Font Color

.myTextColor { color: #484488; }

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

This text font color is #484488.

Background Color

.myBgColor { background-color: #484488; }

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

This div background color is #484488.

Border color

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

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

This div border color is #484488.

Opacity

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

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

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

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

This text has shadow with #484488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484488.

Preview

Color preview on black background

This text has color #484488 on black background.


Color preview on white background

This text has color #484488 on white background.


Black color preview on #484488 background

This text has black color on #484488 background.


White color preview on #484488 background

This text has white color on #484488 background.


Related colors

Complementary color

Complementary color for #hex is #B7BB77.


I love getcolorcode.com

Triadic colors

1 #884844 and #448848 with #484488 are triadic colors.

2 #884448 and #444888 with #484488 are triadic colors.