COLOR #484F63

HEX: #484F63 RGB: (72,79,99)

Color info

#484F63 contains red, green and blue colors in about the same proportion. Web safe color of #484F63 is #336666 (or #366).

RGB color model

#484F63 color RGB value is (72,79,99).

RGB: (72,79,99) (28%, 31%, 39%)

RGB channels and saturation

R 72 of 255 = 28%
G 79 of 255 = 31%
B 99 of 255 = 39%

72
79
99

R + G + B ~ 33%. #484F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 79 + 99 = 250 (100%)
R 72 of 250 ~ 28.8%
G 79 of 250 ~ 31.6%
B 99 of 250 ~ 39.6'%

%28.8
%31.6
%39.6

CMYK color model

#484F63 color CMYK value is (27,20,0,61).

  • cyan value is 27.27%
  • magenta value is 20.20%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (27,20,0,61)
C27M20Y0K61 (27%, 20%, 0%, 61%)
(0.27 / 0.20 / 0.00 / 0.61)

CMYK percentages

%27.27
%20.2
%0
%61.18

Codes

Color #484F63 in popluar color models

48 4F 63
RGB 72 79 99
HSL 224° 15.79% 33.53%
HSB/HSV 224° 27.27% 38.82%
CMYK 27.27% 20.20% 0.00%
61.18%

Color #484F63 in popluar number systems.

HEX 48 4F 63
Decimal 72 79 99
Binary 1001000 1001111 1100011
Octal 110 117 143

Shades and tints

Shades of #484F63

#484F63
(72,79,99)
#42485A
(66,72,90)
#3C4151
(60,65,81)
#363A48
(54,58,72)
#30333F
(48,51,63)
#2A2C36
(42,44,54)
#24252D
(36,37,45)
#1E1E24
(30,30,36)
#18171B
(24,23,27)
#121012
(18,16,18)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #484F63

#484F63
(72,79,99)
#585F71
(88,95,113)
#686F7F
(104,111,127)
#787F8D
(120,127,141)
#888F9B
(136,143,155)
#989FA9
(152,159,169)
#A8AFB7
(168,175,183)
#B8BFC5
(184,191,197)
#C8CFD3
(200,207,211)
#D8DFE1
(216,223,225)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484F63 color. Also use rgb(72,79,99) instead hex code.

Text Font Color

.myTextColor { color: #484F63; }

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

This text font color is #484F63.

Background Color

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

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

This div background color is #484F63.

Border color

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

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

This div border color is #484F63.

Opacity

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

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

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

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

This text has shadow with #484F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484F63.

Preview

Color preview on black background

This text has color #484F63 on black background.


Color preview on white background

This text has color #484F63 on white background.


Black color preview on #484F63 background

This text has black color on #484F63 background.


White color preview on #484F63 background

This text has white color on #484F63 background.


Related colors

Complementary color

Complementary color for #hex is #B7B09C.


I love getcolorcode.com

Triadic colors

1 #63484F and #4F6348 with #484F63 are triadic colors.

2 #634F48 and #4F4863 with #484F63 are triadic colors.