COLOR #484D7E

HEX: #484D7E RGB: (72,77,126)

Color info

#484D7E contains red, green and blue colors in about the same proportion. Web safe color of #484D7E is #333366 (or #336).

RGB color model

#484D7E color RGB value is (72,77,126).

RGB: (72,77,126) (28%, 30%, 49%)

RGB channels and saturation

R 72 of 255 = 28%
G 77 of 255 = 30%
B 126 of 255 = 49%

72
77
126

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

Portions of RGB colors in percentages

R + G + B = 72 + 77 + 126 = 275 (100%)
R 72 of 275 ~ 26.18%
G 77 of 275 ~ 28%
B 126 of 275 ~ 45.82'%

%26.18
%28
%45.82

CMYK color model

#484D7E color CMYK value is (43,39,0,51).

  • cyan value is 42.86%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (43,39,0,51)
C43M39Y0K51 (43%, 39%, 0%, 51%)
(0.43 / 0.39 / 0.00 / 0.51)

CMYK percentages

%42.86
%38.89
%0
%50.59

Codes

Color #484D7E in popluar color models

48 4D 7E
RGB 72 77 126
HSL 234° 27.27% 38.82%
HSB/HSV 234° 42.86% 49.41%
CMYK 42.86% 38.89% 0.00%
50.59%

Color #484D7E in popluar number systems.

HEX 48 4D 7E
Decimal 72 77 126
Binary 1001000 1001101 1111110
Octal 110 115 176

Shades and tints

Shades of #484D7E

#484D7E
(72,77,126)
#424673
(66,70,115)
#3C3F68
(60,63,104)
#36385D
(54,56,93)
#303152
(48,49,82)
#2A2A47
(42,42,71)
#24233C
(36,35,60)
#1E1C31
(30,28,49)
#181526
(24,21,38)
#120E1B
(18,14,27)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #484D7E

#484D7E
(72,77,126)
#585D89
(88,93,137)
#686D94
(104,109,148)
#787D9F
(120,125,159)
#888DAA
(136,141,170)
#989DB5
(152,157,181)
#A8ADC0
(168,173,192)
#B8BDCB
(184,189,203)
#C8CDD6
(200,205,214)
#D8DDE1
(216,221,225)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484D7E color. Also use rgb(72,77,126) instead hex code.

Text Font Color

.myTextColor { color: #484D7E; }

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

This text font color is #484D7E.

Background Color

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

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

This div background color is #484D7E.

Border color

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

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

This div border color is #484D7E.

Opacity

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

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

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

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

This text has shadow with #484D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484D7E.

Preview

Color preview on black background

This text has color #484D7E on black background.


Color preview on white background

This text has color #484D7E on white background.


Black color preview on #484D7E background

This text has black color on #484D7E background.


White color preview on #484D7E background

This text has white color on #484D7E background.


Related colors

Complementary color

Complementary color for #hex is #B7B281.


I love getcolorcode.com

Triadic colors

1 #7E484D and #4D7E48 with #484D7E are triadic colors.

2 #7E4D48 and #4D487E with #484D7E are triadic colors.