COLOR #484A61

HEX: #484A61
RGB: (72,74,97)

Color info

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

RGB color model

#484A61 color RGB value is (72,74,97).

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

RGB channels and saturation

R 72 of 255 = 28%
G 74 of 255 = 29%
B 97 of 255 = 38%

72
74
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 74 + 97 = 243 (100%)
R 72 of 243 ~ 29.63%
G 74 of 243 ~ 30.45%
B 97 of 243 ~ 39.92%

%29.63
%30.45
%39.92

CMYK color model

#484A61 color CMYK value is (26,24,0,62).

  • cyan value is 25.77%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(26,24,0,62)
C26M24Y0K62 
(26%,24%,0%,62%)
(0.26/0.24/0.00/0.62)	

CMYK percentages

%25.77
%23.71
%0
%61.96

Codes

Color #484A61 in popluar color models

484A61
RGB727497
HSL235°14.79%33.14%
HSB/HSV235°25.77%38.04%
CMYK25.77%23.71%0.00%
61.96%

Color #484A61 in popluar number systems.

HEX484A61
Decimal727497
Binary100100010010101100001
Octal110112141

Shades and tints

Shades of #484A61

#484A61
(72,74,97)
#424459
(66,68,89)
#3C3E51
(60,62,81)
#363849
(54,56,73)
#303241
(48,50,65)
#2A2C39
(42,44,57)
#242631
(36,38,49)
#1E2029
(30,32,41)
#181A21
(24,26,33)
#121419
(18,20,25)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #484A61

#484A61
(72,74,97)
#585A6F
(88,90,111)
#686A7D
(104,106,125)
#787A8B
(120,122,139)
#888A99
(136,138,153)
#989AA7
(152,154,167)
#A8AAB5
(168,170,181)
#B8BAC3
(184,186,195)
#C8CAD1
(200,202,209)
#D8DADF
(216,218,223)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484A61; }

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

This text font color is #484A61.


Background Color

.myBgColor { background-color: #484A61; }

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

This div background color is #484A61.


Border color

.myBorderColor { border: 1px solid #484A61; }

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

This div border color is #484A61.


Opacity

.myOpacity80 { color: #484A61; opacity: 0.8; }

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

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

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

This text has shadow with #484A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484A61 on black background.


Color preview on white background

This text has color #484A61 on white background.



Black color preview on #484A61 background

This text has black color on #484A61 background.


White color preview on #484A61 background

This text has white color on #484A61 background.