COLOR #484764

HEX: #484764
RGB: (72,71,100)

Color info

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

RGB color model

#484764 color RGB value is (72,71,100).

  • red value is 72;
  • green value is 71;
  • blue value is 100.
RGB:
(72,71,100)
(28%,28%,39%)

RGB channels and saturation

R 72 of 255 = 28%
G 71 of 255 = 28%
B 100 of 255 = 39%

72
71
100

R + G + B ~ 32%. #484764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 71 + 100 = 243 (100%)
R 72 of 243 ~ 29.63%
G 71 of 243 ~ 29.22%
B 100 of 243 ~ 41.15%

%29.63
%29.22
%41.15

CMYK color model

#484764 color CMYK value is (28,29,0,61).

  • cyan value is 28.00%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(28,29,0,61)
C28M29Y0K61 
(28%,29%,0%,61%)
(0.28/0.29/0.00/0.61)	

CMYK percentages

%28
%29
%0
%60.78

Codes

Color #484764 in popluar color models

484764
RGB7271100
HSL242°16.96%33.53%
HSB/HSV242°29.00%39.22%
CMYK28.00%29.00%0.00%
60.78%

Color #484764 in popluar number systems.

HEX484764
Decimal7271100
Binary100100010001111100100
Octal110107144

Shades and tints

Shades of #484764

#484764
(72,71,100)
#42415B
(66,65,91)
#3C3B52
(60,59,82)
#363549
(54,53,73)
#302F40
(48,47,64)
#2A2937
(42,41,55)
#24232E
(36,35,46)
#1E1D25
(30,29,37)
#18171C
(24,23,28)
#121113
(18,17,19)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #484764

#484764
(72,71,100)
#585772
(88,87,114)
#686780
(104,103,128)
#78778E
(120,119,142)
#88879C
(136,135,156)
#9897AA
(152,151,170)
#A8A7B8
(168,167,184)
#B8B7C6
(184,183,198)
#C8C7D4
(200,199,212)
#D8D7E2
(216,215,226)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484764 color. Also use rgb(72,71,100) instead hex code.

Text Font Color

.myTextColor { color: #484764; }

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

This text font color is #484764.


Background Color

.myBgColor { background-color: #484764; }

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

This div background color is #484764.


Border color

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

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

This div border color is #484764.


Opacity

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

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

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

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

This text has shadow with #484764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484764 on black background.


Color preview on white background

This text has color #484764 on white background.



Black color preview on #484764 background

This text has black color on #484764 background.


White color preview on #484764 background

This text has white color on #484764 background.