COLOR #484F75

HEX: #484F75
RGB: (72,79,117)

Color info

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

RGB color model

#484F75 color RGB value is (72,79,117).

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

RGB channels and saturation

R 72 of 255 = 28%
G 79 of 255 = 31%
B 117 of 255 = 46%

72
79
117

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

Portions of RGB colors in percentages

R + G + B =
72 + 79 + 117 = 268 (100%)
R 72 of 268 ~ 26.87%
G 79 of 268 ~ 29.48%
B 117 of 268 ~ 43.66%

%26.87
%29.48
%43.66

CMYK color model

#484F75 color CMYK value is (38,32,0,54).

  • cyan value is 38.46%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,32,0,54)
C38M32Y0K54 
(38%,32%,0%,54%)
(0.38/0.32/0.00/0.54)	

CMYK percentages

%38.46
%32.48
%0
%54.12

Codes

Color #484F75 in popluar color models

484F75
RGB7279117
HSL231°23.81%37.06%
HSB/HSV231°38.46%45.88%
CMYK38.46%32.48%0.00%
54.12%

Color #484F75 in popluar number systems.

HEX484F75
Decimal7279117
Binary100100010011111110101
Octal110117165

Shades and tints

Shades of #484F75

#484F75
(72,79,117)
#42486B
(66,72,107)
#3C4161
(60,65,97)
#363A57
(54,58,87)
#30334D
(48,51,77)
#2A2C43
(42,44,67)
#242539
(36,37,57)
#1E1E2F
(30,30,47)
#181725
(24,23,37)
#12101B
(18,16,27)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #484F75

#484F75
(72,79,117)
#585F81
(88,95,129)
#686F8D
(104,111,141)
#787F99
(120,127,153)
#888FA5
(136,143,165)
#989FB1
(152,159,177)
#A8AFBD
(168,175,189)
#B8BFC9
(184,191,201)
#C8CFD5
(200,207,213)
#D8DFE1
(216,223,225)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484F75; }

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

This text font color is #484F75.


Background Color

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

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

This div background color is #484F75.


Border color

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

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

This div border color is #484F75.


Opacity

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

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

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

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

This text has shadow with #484F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484F75 on black background.


Color preview on white background

This text has color #484F75 on white background.



Black color preview on #484F75 background

This text has black color on #484F75 background.


White color preview on #484F75 background

This text has white color on #484F75 background.