COLOR #484665

HEX: #484665
RGB: (72,70,101)

Color info

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

RGB color model

#484665 color RGB value is (72,70,101).

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

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 101 of 255 = 40%

72
70
101

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 101 = 243 (100%)
R 72 of 243 ~ 29.63%
G 70 of 243 ~ 28.81%
B 101 of 243 ~ 41.56%

%29.63
%28.81
%41.56

CMYK color model

#484665 color CMYK value is (29,31,0,60).

  • cyan value is 28.71%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(29,31,0,60)
C29M31Y0K60 
(29%,31%,0%,60%)
(0.29/0.31/0.00/0.60)	

CMYK percentages

%28.71
%30.69
%0
%60.39

Codes

Color #484665 in popluar color models

484665
RGB7270101
HSL244°18.13%33.53%
HSB/HSV244°30.69%39.61%
CMYK28.71%30.69%0.00%
60.39%

Color #484665 in popluar number systems.

HEX484665
Decimal7270101
Binary100100010001101100101
Octal110106145

Shades and tints

Shades of #484665

#484665
(72,70,101)
#42405C
(66,64,92)
#3C3A53
(60,58,83)
#36344A
(54,52,74)
#302E41
(48,46,65)
#2A2838
(42,40,56)
#24222F
(36,34,47)
#1E1C26
(30,28,38)
#18161D
(24,22,29)
#121014
(18,16,20)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #484665

#484665
(72,70,101)
#585673
(88,86,115)
#686681
(104,102,129)
#78768F
(120,118,143)
#88869D
(136,134,157)
#9896AB
(152,150,171)
#A8A6B9
(168,166,185)
#B8B6C7
(184,182,199)
#C8C6D5
(200,198,213)
#D8D6E3
(216,214,227)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484665; }

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

This text font color is #484665.


Background Color

.myBgColor { background-color: #484665; }

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

This div background color is #484665.


Border color

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

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

This div border color is #484665.


Opacity

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

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

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

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

This text has shadow with #484665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484665 on black background.


Color preview on white background

This text has color #484665 on white background.



Black color preview on #484665 background

This text has black color on #484665 background.


White color preview on #484665 background

This text has white color on #484665 background.