COLOR #484B65

HEX: #484B65
RGB: (72,75,101)

Color info

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

RGB color model

#484B65 color RGB value is (72,75,101).

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

RGB channels and saturation

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

72
75
101

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

Portions of RGB colors in percentages

R + G + B =
72 + 75 + 101 = 248 (100%)
R 72 of 248 ~ 29.03%
G 75 of 248 ~ 30.24%
B 101 of 248 ~ 40.73%

%29.03
%30.24
%40.73

CMYK color model

#484B65 color CMYK value is (29,26,0,60).

  • cyan value is 28.71%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(29,26,0,60)
C29M26Y0K60 
(29%,26%,0%,60%)
(0.29/0.26/0.00/0.60)	

CMYK percentages

%28.71
%25.74
%0
%60.39

Codes

Color #484B65 in popluar color models

484B65
RGB7275101
HSL234°16.76%33.92%
HSB/HSV234°28.71%39.61%
CMYK28.71%25.74%0.00%
60.39%

Color #484B65 in popluar number systems.

HEX484B65
Decimal7275101
Binary100100010010111100101
Octal110113145

Shades and tints

Shades of #484B65

#484B65
(72,75,101)
#42455C
(66,69,92)
#3C3F53
(60,63,83)
#36394A
(54,57,74)
#303341
(48,51,65)
#2A2D38
(42,45,56)
#24272F
(36,39,47)
#1E2126
(30,33,38)
#181B1D
(24,27,29)
#121514
(18,21,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #484B65

#484B65
(72,75,101)
#585B73
(88,91,115)
#686B81
(104,107,129)
#787B8F
(120,123,143)
#888B9D
(136,139,157)
#989BAB
(152,155,171)
#A8ABB9
(168,171,185)
#B8BBC7
(184,187,199)
#C8CBD5
(200,203,213)
#D8DBE3
(216,219,227)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484B65; }

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

This text font color is #484B65.


Background Color

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

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

This div background color is #484B65.


Border color

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

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

This div border color is #484B65.


Opacity

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

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

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

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

This text has shadow with #484B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484B65 on black background.


Color preview on white background

This text has color #484B65 on white background.



Black color preview on #484B65 background

This text has black color on #484B65 background.


White color preview on #484B65 background

This text has white color on #484B65 background.