COLOR #484675

HEX: #484675
RGB: (72,70,117)

Color info

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

RGB color model

#484675 color RGB value is (72,70,117).

  • red value is 72;
  • green value is 70;
  • blue value is 117.
RGB:
(72,70,117)
(28%,27%,46%)

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 117 of 255 = 46%

72
70
117

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 117 = 259 (100%)
R 72 of 259 ~ 27.8%
G 70 of 259 ~ 27.03%
B 117 of 259 ~ 45.17%

%27.8
%27.03
%45.17

CMYK color model

#484675 color CMYK value is (38,40,0,54).

  • cyan value is 38.46%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,40,0,54)
C38M40Y0K54 
(38%,40%,0%,54%)
(0.38/0.40/0.00/0.54)	

CMYK percentages

%38.46
%40.17
%0
%54.12

Codes

Color #484675 in popluar color models

484675
RGB7270117
HSL243°25.13%36.67%
HSB/HSV243°40.17%45.88%
CMYK38.46%40.17%0.00%
54.12%

Color #484675 in popluar number systems.

HEX484675
Decimal7270117
Binary100100010001101110101
Octal110106165

Shades and tints

Shades of #484675

#484675
(72,70,117)
#42406B
(66,64,107)
#3C3A61
(60,58,97)
#363457
(54,52,87)
#302E4D
(48,46,77)
#2A2843
(42,40,67)
#242239
(36,34,57)
#1E1C2F
(30,28,47)
#181625
(24,22,37)
#12101B
(18,16,27)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #484675

#484675
(72,70,117)
#585681
(88,86,129)
#68668D
(104,102,141)
#787699
(120,118,153)
#8886A5
(136,134,165)
#9896B1
(152,150,177)
#A8A6BD
(168,166,189)
#B8B6C9
(184,182,201)
#C8C6D5
(200,198,213)
#D8D6E1
(216,214,225)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484675 color. Also use rgb(72,70,117) instead hex code.

Text Font Color

.myTextColor { color: #484675; }

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

This text font color is #484675.


Background Color

.myBgColor { background-color: #484675; }

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

This div background color is #484675.


Border color

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

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

This div border color is #484675.


Opacity

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

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

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

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

This text has shadow with #484675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484675 on black background.


Color preview on white background

This text has color #484675 on white background.



Black color preview on #484675 background

This text has black color on #484675 background.


White color preview on #484675 background

This text has white color on #484675 background.