COLOR #484661

HEX: #484661
RGB: (72,70,97)

Color info

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

RGB color model

#484661 color RGB value is (72,70,97).

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

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 97 of 255 = 38%

72
70
97

R + G + B ~ 31%. #484661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 97 = 239 (100%)
R 72 of 239 ~ 30.13%
G 70 of 239 ~ 29.29%
B 97 of 239 ~ 40.59%

%30.13
%29.29
%40.59

CMYK color model

#484661 color CMYK value is (26,28,0,62).

  • cyan value is 25.77%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(26,28,0,62)
C26M28Y0K62 
(26%,28%,0%,62%)
(0.26/0.28/0.00/0.62)	

CMYK percentages

%25.77
%27.84
%0
%61.96

Codes

Color #484661 in popluar color models

484661
RGB727097
HSL244°16.17%32.75%
HSB/HSV244°27.84%38.04%
CMYK25.77%27.84%0.00%
61.96%

Color #484661 in popluar number systems.

HEX484661
Decimal727097
Binary100100010001101100001
Octal110106141

Shades and tints

Shades of #484661

#484661
(72,70,97)
#424059
(66,64,89)
#3C3A51
(60,58,81)
#363449
(54,52,73)
#302E41
(48,46,65)
#2A2839
(42,40,57)
#242231
(36,34,49)
#1E1C29
(30,28,41)
#181621
(24,22,33)
#121019
(18,16,25)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #484661

#484661
(72,70,97)
#58566F
(88,86,111)
#68667D
(104,102,125)
#78768B
(120,118,139)
#888699
(136,134,153)
#9896A7
(152,150,167)
#A8A6B5
(168,166,181)
#B8B6C3
(184,182,195)
#C8C6D1
(200,198,209)
#D8D6DF
(216,214,223)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484661; }

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

This text font color is #484661.


Background Color

.myBgColor { background-color: #484661; }

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

This div background color is #484661.


Border color

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

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

This div border color is #484661.


Opacity

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

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

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

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

This text has shadow with #484661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484661 on black background.


Color preview on white background

This text has color #484661 on white background.



Black color preview on #484661 background

This text has black color on #484661 background.


White color preview on #484661 background

This text has white color on #484661 background.