COLOR #484260

HEX: #484260
RGB: (72,66,96)

Color info

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

RGB color model

#484260 color RGB value is (72,66,96).

  • red value is 72;
  • green value is 66;
  • blue value is 96.
RGB:
(72,66,96)
(28%,26%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 96 of 255 = 38%

72
66
96

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

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 96 = 234 (100%)
R 72 of 234 ~ 30.77%
G 66 of 234 ~ 28.21%
B 96 of 234 ~ 41.03%

%30.77
%28.21
%41.03

CMYK color model

#484260 color CMYK value is (25,31,0,62).

  • cyan value is 25.00%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(25,31,0,62)
C25M31Y0K62 
(25%,31%,0%,62%)
(0.25/0.31/0.00/0.62)	

CMYK percentages

%25
%31.25
%0
%62.35

Codes

Color #484260 in popluar color models

484260
RGB726696
HSL252°18.52%31.76%
HSB/HSV252°31.25%37.65%
CMYK25.00%31.25%0.00%
62.35%

Color #484260 in popluar number systems.

HEX484260
Decimal726696
Binary100100010000101100000
Octal110102140

Shades and tints

Shades of #484260

#484260
(72,66,96)
#423C58
(66,60,88)
#3C3650
(60,54,80)
#363048
(54,48,72)
#302A40
(48,42,64)
#2A2438
(42,36,56)
#241E30
(36,30,48)
#1E1828
(30,24,40)
#181220
(24,18,32)
#120C18
(18,12,24)
#0C0610
(12,6,16)
#000000
(0,0,0)

Tints of #484260

#484260
(72,66,96)
#58536E
(88,83,110)
#68647C
(104,100,124)
#78758A
(120,117,138)
#888698
(136,134,152)
#9897A6
(152,151,166)
#A8A8B4
(168,168,180)
#B8B9C2
(184,185,194)
#C8CAD0
(200,202,208)
#D8DBDE
(216,219,222)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484260 color. Also use rgb(72,66,96) instead hex code.

Text Font Color

.myTextColor { color: #484260; }

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

This text font color is #484260.


Background Color

.myBgColor { background-color: #484260; }

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

This div background color is #484260.


Border color

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

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

This div border color is #484260.


Opacity

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

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

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

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

This text has shadow with #484260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484260 on black background.


Color preview on white background

This text has color #484260 on white background.



Black color preview on #484260 background

This text has black color on #484260 background.


White color preview on #484260 background

This text has white color on #484260 background.