COLOR #484A6D

HEX: #484A6D RGB: (72,74,109)

Color info

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

RGB color model

#484A6D color RGB value is (72,74,109).

RGB: (72,74,109) (28%, 29%, 43%)

RGB channels and saturation

R 72 of 255 = 28%
G 74 of 255 = 29%
B 109 of 255 = 43%

72
74
109

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

Portions of RGB colors in percentages

R + G + B = 72 + 74 + 109 = 255 (100%)
R 72 of 255 ~ 28.24%
G 74 of 255 ~ 29.02%
B 109 of 255 ~ 42.75'%

%28.24
%29.02
%42.75

CMYK color model

#484A6D color CMYK value is (34,32,0,57).

  • cyan value is 33.94%
  • magenta value is 32.11%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (34,32,0,57)
C34M32Y0K57 (34%, 32%, 0%, 57%)
(0.34 / 0.32 / 0.00 / 0.57)

CMYK percentages

%33.94
%32.11
%0
%57.25

Codes

Color #484A6D in popluar color models

48 4A 6D
RGB 72 74 109
HSL 237° 20.44% 35.49%
HSB/HSV 237° 33.94% 42.75%
CMYK 33.94% 32.11% 0.00%
57.25%

Color #484A6D in popluar number systems.

HEX 48 4A 6D
Decimal 72 74 109
Binary 1001000 1001010 1101101
Octal 110 112 155

Shades and tints

Shades of #484A6D

#484A6D
(72,74,109)
#424464
(66,68,100)
#3C3E5B
(60,62,91)
#363852
(54,56,82)
#303249
(48,50,73)
#2A2C40
(42,44,64)
#242637
(36,38,55)
#1E202E
(30,32,46)
#181A25
(24,26,37)
#12141C
(18,20,28)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #484A6D

#484A6D
(72,74,109)
#585A7A
(88,90,122)
#686A87
(104,106,135)
#787A94
(120,122,148)
#888AA1
(136,138,161)
#989AAE
(152,154,174)
#A8AABB
(168,170,187)
#B8BAC8
(184,186,200)
#C8CAD5
(200,202,213)
#D8DAE2
(216,218,226)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484A6D; }

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

This text font color is #484A6D.

Background Color

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

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

This div background color is #484A6D.

Border color

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

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

This div border color is #484A6D.

Opacity

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

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

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

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

This text has shadow with #484A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484A6D.

Preview

Color preview on black background

This text has color #484A6D on black background.


Color preview on white background

This text has color #484A6D on white background.


Black color preview on #484A6D background

This text has black color on #484A6D background.


White color preview on #484A6D background

This text has white color on #484A6D background.


Related colors

Complementary color

Complementary color for #hex is #B7B592.


I love getcolorcode.com

Triadic colors

1 #6D484A and #4A6D48 with #484A6D are triadic colors.

2 #6D4A48 and #4A486D with #484A6D are triadic colors.