COLOR #484261

HEX: #484261
RGB: (72,66,97)

Color info

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

RGB color model

#484261 color RGB value is (72,66,97).

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

RGB channels and saturation

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

72
66
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 97 = 235 (100%)
R 72 of 235 ~ 30.64%
G 66 of 235 ~ 28.09%
B 97 of 235 ~ 41.28%

%30.64
%28.09
%41.28

CMYK color model

#484261 color CMYK value is (26,32,0,62).

  • cyan value is 25.77%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(26,32,0,62)
C26M32Y0K62 
(26%,32%,0%,62%)
(0.26/0.32/0.00/0.62)	

CMYK percentages

%25.77
%31.96
%0
%61.96

Codes

Color #484261 in popluar color models

484261
RGB726697
HSL252°19.02%31.96%
HSB/HSV252°31.96%38.04%
CMYK25.77%31.96%0.00%
61.96%

Color #484261 in popluar number systems.

HEX484261
Decimal726697
Binary100100010000101100001
Octal110102141

Shades and tints

Shades of #484261

#484261
(72,66,97)
#423C59
(66,60,89)
#3C3651
(60,54,81)
#363049
(54,48,73)
#302A41
(48,42,65)
#2A2439
(42,36,57)
#241E31
(36,30,49)
#1E1829
(30,24,41)
#181221
(24,18,33)
#120C19
(18,12,25)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #484261

#484261
(72,66,97)
#58536F
(88,83,111)
#68647D
(104,100,125)
#78758B
(120,117,139)
#888699
(136,134,153)
#9897A7
(152,151,167)
#A8A8B5
(168,168,181)
#B8B9C3
(184,185,195)
#C8CAD1
(200,202,209)
#D8DBDF
(216,219,223)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484261; }

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

This text font color is #484261.


Background Color

.myBgColor { background-color: #484261; }

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

This div background color is #484261.


Border color

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

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

This div border color is #484261.


Opacity

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

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

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

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

This text has shadow with #484261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484261 on black background.


Color preview on white background

This text has color #484261 on white background.



Black color preview on #484261 background

This text has black color on #484261 background.


White color preview on #484261 background

This text has white color on #484261 background.