COLOR #484E66

HEX: #484E66
RGB: (72,78,102)

Color info

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

RGB color model

#484E66 color RGB value is (72,78,102).

  • red value is 72;
  • green value is 78;
  • blue value is 102.
RGB:
(72,78,102)
(28%,31%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 102 of 255 = 40%

72
78
102

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

Portions of RGB colors in percentages

R + G + B =
72 + 78 + 102 = 252 (100%)
R 72 of 252 ~ 28.57%
G 78 of 252 ~ 30.95%
B 102 of 252 ~ 40.48%

%28.57
%30.95
%40.48

CMYK color model

#484E66 color CMYK value is (29,24,0,60).

  • cyan value is 29.41%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(29,24,0,60)
C29M24Y0K60 
(29%,24%,0%,60%)
(0.29/0.24/0.00/0.60)	

CMYK percentages

%29.41
%23.53
%0
%60

Codes

Color #484E66 in popluar color models

484E66
RGB7278102
HSL228°17.24%34.12%
HSB/HSV228°29.41%40.00%
CMYK29.41%23.53%0.00%
60.00%

Color #484E66 in popluar number systems.

HEX484E66
Decimal7278102
Binary100100010011101100110
Octal110116146

Shades and tints

Shades of #484E66

#484E66
(72,78,102)
#42475D
(66,71,93)
#3C4054
(60,64,84)
#36394B
(54,57,75)
#303242
(48,50,66)
#2A2B39
(42,43,57)
#242430
(36,36,48)
#1E1D27
(30,29,39)
#18161E
(24,22,30)
#120F15
(18,15,21)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #484E66

#484E66
(72,78,102)
#585E73
(88,94,115)
#686E80
(104,110,128)
#787E8D
(120,126,141)
#888E9A
(136,142,154)
#989EA7
(152,158,167)
#A8AEB4
(168,174,180)
#B8BEC1
(184,190,193)
#C8CECE
(200,206,206)
#D8DEDB
(216,222,219)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484E66; }

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

This text font color is #484E66.


Background Color

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

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

This div background color is #484E66.


Border color

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

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

This div border color is #484E66.


Opacity

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

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

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

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

This text has shadow with #484E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484E66 on black background.


Color preview on white background

This text has color #484E66 on white background.



Black color preview on #484E66 background

This text has black color on #484E66 background.


White color preview on #484E66 background

This text has white color on #484E66 background.