COLOR #484C75

HEX: #484C75
RGB: (72,76,117)

Color info

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

RGB color model

#484C75 color RGB value is (72,76,117).

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

RGB channels and saturation

R 72 of 255 = 28%
G 76 of 255 = 30%
B 117 of 255 = 46%

72
76
117

R + G + B ~ 35%. #484C75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 76 + 117 = 265 (100%)
R 72 of 265 ~ 27.17%
G 76 of 265 ~ 28.68%
B 117 of 265 ~ 44.15%

%27.17
%28.68
%44.15

CMYK color model

#484C75 color CMYK value is (38,35,0,54).

  • cyan value is 38.46%
  • magenta value is 35.04%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,35,0,54)
C38M35Y0K54 
(38%,35%,0%,54%)
(0.38/0.35/0.00/0.54)	

CMYK percentages

%38.46
%35.04
%0
%54.12

Codes

Color #484C75 in popluar color models

484C75
RGB7276117
HSL235°23.81%37.06%
HSB/HSV235°38.46%45.88%
CMYK38.46%35.04%0.00%
54.12%

Color #484C75 in popluar number systems.

HEX484C75
Decimal7276117
Binary100100010011001110101
Octal110114165

Shades and tints

Shades of #484C75

#484C75
(72,76,117)
#42466B
(66,70,107)
#3C4061
(60,64,97)
#363A57
(54,58,87)
#30344D
(48,52,77)
#2A2E43
(42,46,67)
#242839
(36,40,57)
#1E222F
(30,34,47)
#181C25
(24,28,37)
#12161B
(18,22,27)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #484C75

#484C75
(72,76,117)
#585C81
(88,92,129)
#686C8D
(104,108,141)
#787C99
(120,124,153)
#888CA5
(136,140,165)
#989CB1
(152,156,177)
#A8ACBD
(168,172,189)
#B8BCC9
(184,188,201)
#C8CCD5
(200,204,213)
#D8DCE1
(216,220,225)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484C75; }

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

This text font color is #484C75.


Background Color

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

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

This div background color is #484C75.


Border color

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

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

This div border color is #484C75.


Opacity

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

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

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

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

This text has shadow with #484C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484C75 on black background.


Color preview on white background

This text has color #484C75 on white background.



Black color preview on #484C75 background

This text has black color on #484C75 background.


White color preview on #484C75 background

This text has white color on #484C75 background.