COLOR #484A65

HEX: #484A65
RGB: (72,74,101)

Color info

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

RGB color model

#484A65 color RGB value is (72,74,101).

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

RGB channels and saturation

R 72 of 255 = 28%
G 74 of 255 = 29%
B 101 of 255 = 40%

72
74
101

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

Portions of RGB colors in percentages

R + G + B =
72 + 74 + 101 = 247 (100%)
R 72 of 247 ~ 29.15%
G 74 of 247 ~ 29.96%
B 101 of 247 ~ 40.89%

%29.15
%29.96
%40.89

CMYK color model

#484A65 color CMYK value is (29,27,0,60).

  • cyan value is 28.71%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(29,27,0,60)
C29M27Y0K60 
(29%,27%,0%,60%)
(0.29/0.27/0.00/0.60)	

CMYK percentages

%28.71
%26.73
%0
%60.39

Codes

Color #484A65 in popluar color models

484A65
RGB7274101
HSL236°16.76%33.92%
HSB/HSV236°28.71%39.61%
CMYK28.71%26.73%0.00%
60.39%

Color #484A65 in popluar number systems.

HEX484A65
Decimal7274101
Binary100100010010101100101
Octal110112145

Shades and tints

Shades of #484A65

#484A65
(72,74,101)
#42445C
(66,68,92)
#3C3E53
(60,62,83)
#36384A
(54,56,74)
#303241
(48,50,65)
#2A2C38
(42,44,56)
#24262F
(36,38,47)
#1E2026
(30,32,38)
#181A1D
(24,26,29)
#121414
(18,20,20)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #484A65

#484A65
(72,74,101)
#585A73
(88,90,115)
#686A81
(104,106,129)
#787A8F
(120,122,143)
#888A9D
(136,138,157)
#989AAB
(152,154,171)
#A8AAB9
(168,170,185)
#B8BAC7
(184,186,199)
#C8CAD5
(200,202,213)
#D8DAE3
(216,218,227)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484A65; }

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

This text font color is #484A65.


Background Color

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

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

This div background color is #484A65.


Border color

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

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

This div border color is #484A65.


Opacity

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

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

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

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

This text has shadow with #484A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484A65 on black background.


Color preview on white background

This text has color #484A65 on white background.



Black color preview on #484A65 background

This text has black color on #484A65 background.


White color preview on #484A65 background

This text has white color on #484A65 background.