COLOR #484566

HEX: #484566
RGB: (72,69,102)

Color info

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

RGB color model

#484566 color RGB value is (72,69,102).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 102 of 255 = 40%

72
69
102

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

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 102 = 243 (100%)
R 72 of 243 ~ 29.63%
G 69 of 243 ~ 28.4%
B 102 of 243 ~ 41.98%

%29.63
%28.4
%41.98

CMYK color model

#484566 color CMYK value is (29,32,0,60).

  • cyan value is 29.41%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(29,32,0,60)
C29M32Y0K60 
(29%,32%,0%,60%)
(0.29/0.32/0.00/0.60)	

CMYK percentages

%29.41
%32.35
%0
%60

Codes

Color #484566 in popluar color models

484566
RGB7269102
HSL245°19.30%33.53%
HSB/HSV245°32.35%40.00%
CMYK29.41%32.35%0.00%
60.00%

Color #484566 in popluar number systems.

HEX484566
Decimal7269102
Binary100100010001011100110
Octal110105146

Shades and tints

Shades of #484566

#484566
(72,69,102)
#423F5D
(66,63,93)
#3C3954
(60,57,84)
#36334B
(54,51,75)
#302D42
(48,45,66)
#2A2739
(42,39,57)
#242130
(36,33,48)
#1E1B27
(30,27,39)
#18151E
(24,21,30)
#120F15
(18,15,21)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #484566

#484566
(72,69,102)
#585573
(88,85,115)
#686580
(104,101,128)
#78758D
(120,117,141)
#88859A
(136,133,154)
#9895A7
(152,149,167)
#A8A5B4
(168,165,180)
#B8B5C1
(184,181,193)
#C8C5CE
(200,197,206)
#D8D5DB
(216,213,219)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484566 color. Also use rgb(72,69,102) instead hex code.

Text Font Color

.myTextColor { color: #484566; }

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

This text font color is #484566.


Background Color

.myBgColor { background-color: #484566; }

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

This div background color is #484566.


Border color

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

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

This div border color is #484566.


Opacity

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

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

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

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

This text has shadow with #484566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484566 on black background.


Color preview on white background

This text has color #484566 on white background.



Black color preview on #484566 background

This text has black color on #484566 background.


White color preview on #484566 background

This text has white color on #484566 background.