COLOR #484F7F

HEX: #484F7F
RGB: (72,79,127)

Color info

#484F7F contains red, green and blue colors in about the same proportion. Web safe color of #484F7F is #336666 (or #366).

RGB color model

#484F7F color RGB value is (72,79,127).

  • red value is 72;
  • green value is 79;
  • blue value is 127.
RGB:
(72,79,127)
(28%,31%,50%)

RGB channels and saturation

R 72 of 255 = 28%
G 79 of 255 = 31%
B 127 of 255 = 50%

72
79
127

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

Portions of RGB colors in percentages

R + G + B =
72 + 79 + 127 = 278 (100%)
R 72 of 278 ~ 25.9%
G 79 of 278 ~ 28.42%
B 127 of 278 ~ 45.68%

%25.9
%28.42
%45.68

CMYK color model

#484F7F color CMYK value is (43,38,0,50).

  • cyan value is 43.31%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,38,0,50)
C43M38Y0K50 
(43%,38%,0%,50%)
(0.43/0.38/0.00/0.50)	

CMYK percentages

%43.31
%37.8
%0
%50.2

Codes

Color #484F7F in popluar color models

484F7F
RGB7279127
HSL232°27.64%39.02%
HSB/HSV232°43.31%49.80%
CMYK43.31%37.80%0.00%
50.20%

Color #484F7F in popluar number systems.

HEX484F7F
Decimal7279127
Binary100100010011111111111
Octal110117177

Shades and tints

Shades of #484F7F

#484F7F
(72,79,127)
#424874
(66,72,116)
#3C4169
(60,65,105)
#363A5E
(54,58,94)
#303353
(48,51,83)
#2A2C48
(42,44,72)
#24253D
(36,37,61)
#1E1E32
(30,30,50)
#181727
(24,23,39)
#12101C
(18,16,28)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #484F7F

#484F7F
(72,79,127)
#585F8A
(88,95,138)
#686F95
(104,111,149)
#787FA0
(120,127,160)
#888FAB
(136,143,171)
#989FB6
(152,159,182)
#A8AFC1
(168,175,193)
#B8BFCC
(184,191,204)
#C8CFD7
(200,207,215)
#D8DFE2
(216,223,226)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484F7F; }

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

This text font color is #484F7F.


Background Color

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

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

This div background color is #484F7F.


Border color

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

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

This div border color is #484F7F.


Opacity

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

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

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

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

This text has shadow with #484F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484F7F on black background.


Color preview on white background

This text has color #484F7F on white background.



Black color preview on #484F7F background

This text has black color on #484F7F background.


White color preview on #484F7F background

This text has white color on #484F7F background.