COLOR #484A62

HEX: #484A62 RGB: (72,74,98)

Color info

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

RGB color model

#484A62 color RGB value is (72,74,98).

RGB: (72,74,98) (28%, 29%, 38%)

RGB channels and saturation

R 72 of 255 = 28%
G 74 of 255 = 29%
B 98 of 255 = 38%

72
74
98

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

Portions of RGB colors in percentages

R + G + B = 72 + 74 + 98 = 244 (100%)
R 72 of 244 ~ 29.51%
G 74 of 244 ~ 30.33%
B 98 of 244 ~ 40.16'%

%29.51
%30.33
%40.16

CMYK color model

#484A62 color CMYK value is (27,24,0,62).

  • cyan value is 26.53%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (27,24,0,62)
C27M24Y0K62 (27%, 24%, 0%, 62%)
(0.27 / 0.24 / 0.00 / 0.62)

CMYK percentages

%26.53
%24.49
%0
%61.57

Codes

Color #484A62 in popluar color models

48 4A 62
RGB 72 74 98
HSL 235° 15.29% 33.33%
HSB/HSV 235° 26.53% 38.43%
CMYK 26.53% 24.49% 0.00%
61.57%

Color #484A62 in popluar number systems.

HEX 48 4A 62
Decimal 72 74 98
Binary 1001000 1001010 1100010
Octal 110 112 142

Shades and tints

Shades of #484A62

#484A62
(72,74,98)
#42445A
(66,68,90)
#3C3E52
(60,62,82)
#36384A
(54,56,74)
#303242
(48,50,66)
#2A2C3A
(42,44,58)
#242632
(36,38,50)
#1E202A
(30,32,42)
#181A22
(24,26,34)
#12141A
(18,20,26)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #484A62

#484A62
(72,74,98)
#585A70
(88,90,112)
#686A7E
(104,106,126)
#787A8C
(120,122,140)
#888A9A
(136,138,154)
#989AA8
(152,154,168)
#A8AAB6
(168,170,182)
#B8BAC4
(184,186,196)
#C8CAD2
(200,202,210)
#D8DAE0
(216,218,224)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484A62; }

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

This text font color is #484A62.

Background Color

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

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

This div background color is #484A62.

Border color

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

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

This div border color is #484A62.

Opacity

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

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

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

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

This text has shadow with #484A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484A62.

Preview

Color preview on black background

This text has color #484A62 on black background.


Color preview on white background

This text has color #484A62 on white background.


Black color preview on #484A62 background

This text has black color on #484A62 background.


White color preview on #484A62 background

This text has white color on #484A62 background.


Related colors

Complementary color

Complementary color for #hex is #B7B59D.


I love getcolorcode.com

Triadic colors

1 #62484A and #4A6248 with #484A62 are triadic colors.

2 #624A48 and #4A4862 with #484A62 are triadic colors.