COLOR #484E6D

HEX: #484E6D
RGB: (72,78,109)

Color info

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

RGB color model

#484E6D color RGB value is (72,78,109).

  • red value is 72;
  • green value is 78;
  • blue value is 109.
RGB:
(72,78,109)
(28%,31%,43%)

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 109 of 255 = 43%

72
78
109

R + G + B ~ 34%. #484E6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 78 + 109 = 259 (100%)
R 72 of 259 ~ 27.8%
G 78 of 259 ~ 30.12%
B 109 of 259 ~ 42.08%

%27.8
%30.12
%42.08

CMYK color model

#484E6D color CMYK value is (34,28,0,57).

  • cyan value is 33.94%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(34,28,0,57)
C34M28Y0K57 
(34%,28%,0%,57%)
(0.34/0.28/0.00/0.57)	

CMYK percentages

%33.94
%28.44
%0
%57.25

Codes

Color #484E6D in popluar color models

484E6D
RGB7278109
HSL230°20.44%35.49%
HSB/HSV230°33.94%42.75%
CMYK33.94%28.44%0.00%
57.25%

Color #484E6D in popluar number systems.

HEX484E6D
Decimal7278109
Binary100100010011101101101
Octal110116155

Shades and tints

Shades of #484E6D

#484E6D
(72,78,109)
#424764
(66,71,100)
#3C405B
(60,64,91)
#363952
(54,57,82)
#303249
(48,50,73)
#2A2B40
(42,43,64)
#242437
(36,36,55)
#1E1D2E
(30,29,46)
#181625
(24,22,37)
#120F1C
(18,15,28)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #484E6D

#484E6D
(72,78,109)
#585E7A
(88,94,122)
#686E87
(104,110,135)
#787E94
(120,126,148)
#888EA1
(136,142,161)
#989EAE
(152,158,174)
#A8AEBB
(168,174,187)
#B8BEC8
(184,190,200)
#C8CED5
(200,206,213)
#D8DEE2
(216,222,226)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484E6D; }

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

This text font color is #484E6D.


Background Color

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

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

This div background color is #484E6D.


Border color

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

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

This div border color is #484E6D.


Opacity

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

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

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

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

This text has shadow with #484E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484E6D on black background.


Color preview on white background

This text has color #484E6D on white background.



Black color preview on #484E6D background

This text has black color on #484E6D background.


White color preview on #484E6D background

This text has white color on #484E6D background.