COLOR #484C66

HEX: #484C66 RGB: (72,76,102)

Color info

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

RGB color model

#484C66 color RGB value is (72,76,102).

RGB: (72,76,102) (28%, 30%, 40%)

RGB channels and saturation

R 72 of 255 = 28%
G 76 of 255 = 30%
B 102 of 255 = 40%

72
76
102

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

Portions of RGB colors in percentages

R + G + B = 72 + 76 + 102 = 250 (100%)
R 72 of 250 ~ 28.8%
G 76 of 250 ~ 30.4%
B 102 of 250 ~ 40.8'%

%28.8
%30.4
%40.8

CMYK color model

#484C66 color CMYK value is (29,25,0,60).

  • cyan value is 29.41%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (29,25,0,60)
C29M25Y0K60 (29%, 25%, 0%, 60%)
(0.29 / 0.25 / 0.00 / 0.60)

CMYK percentages

%29.41
%25.49
%0
%60

Codes

Color #484C66 in popluar color models

48 4C 66
RGB 72 76 102
HSL 232° 17.24% 34.12%
HSB/HSV 232° 29.41% 40.00%
CMYK 29.41% 25.49% 0.00%
60.00%

Color #484C66 in popluar number systems.

HEX 48 4C 66
Decimal 72 76 102
Binary 1001000 1001100 1100110
Octal 110 114 146

Shades and tints

Shades of #484C66

#484C66
(72,76,102)
#42465D
(66,70,93)
#3C4054
(60,64,84)
#363A4B
(54,58,75)
#303442
(48,52,66)
#2A2E39
(42,46,57)
#242830
(36,40,48)
#1E2227
(30,34,39)
#181C1E
(24,28,30)
#121615
(18,22,21)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #484C66

#484C66
(72,76,102)
#585C73
(88,92,115)
#686C80
(104,108,128)
#787C8D
(120,124,141)
#888C9A
(136,140,154)
#989CA7
(152,156,167)
#A8ACB4
(168,172,180)
#B8BCC1
(184,188,193)
#C8CCCE
(200,204,206)
#D8DCDB
(216,220,219)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484C66 color. Also use rgb(72,76,102) instead hex code.

Text Font Color

.myTextColor { color: #484C66; }

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

This text font color is #484C66.

Background Color

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

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

This div background color is #484C66.

Border color

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

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

This div border color is #484C66.

Opacity

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

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

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

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

This text has shadow with #484C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484C66.

Preview

Color preview on black background

This text has color #484C66 on black background.


Color preview on white background

This text has color #484C66 on white background.


Black color preview on #484C66 background

This text has black color on #484C66 background.


White color preview on #484C66 background

This text has white color on #484C66 background.


Related colors

Complementary color

Complementary color for #hex is #B7B399.


I love getcolorcode.com

Triadic colors

1 #66484C and #4C6648 with #484C66 are triadic colors.

2 #664C48 and #4C4866 with #484C66 are triadic colors.