COLOR #546799

HEX: #546799
RGB: (84,103,153)

Color info

#546799 contains mainly green and blue colors. Web safe color of #546799 is #666699 (or #669).

RGB color model

#546799 color RGB value is (84,103,153).

  • red value is 84;
  • green value is 103;
  • blue value is 153.
RGB:
(84,103,153)
(33%,40%,60%)

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 153 of 255 = 60%

84
103
153

R + G + B ~ 44%. #546799 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 153 = 340 (100%)
R 84 of 340 ~ 24.71%
G 103 of 340 ~ 30.29%
B 153 of 340 ~ 45%

%24.71
%30.29
%45

CMYK color model

#546799 color CMYK value is (45,33,0,40).

  • cyan value is 45.10%
  • magenta value is 32.68%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(45,33,0,40)
C45M33Y0K40 
(45%,33%,0%,40%)
(0.45/0.33/0.00/0.40)	

CMYK percentages

%45.1
%32.68
%0
%40

Codes

Color #546799 in popluar color models

546799
RGB84103153
HSL223°29.11%46.47%
HSB/HSV223°45.10%60.00%
CMYK45.10%32.68%0.00%
40.00%

Color #546799 in popluar number systems.

HEX546799
Decimal84103153
Binary1010100110011110011001
Octal124147231

Shades and tints

Shades of #546799

#546799
(84,103,153)
#4D5E8C
(77,94,140)
#46557F
(70,85,127)
#3F4C72
(63,76,114)
#384365
(56,67,101)
#313A58
(49,58,88)
#2A314B
(42,49,75)
#23283E
(35,40,62)
#1C1F31
(28,31,49)
#151624
(21,22,36)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #546799

#546799
(84,103,153)
#6374A2
(99,116,162)
#7281AB
(114,129,171)
#818EB4
(129,142,180)
#909BBD
(144,155,189)
#9FA8C6
(159,168,198)
#AEB5CF
(174,181,207)
#BDC2D8
(189,194,216)
#CCCFE1
(204,207,225)
#DBDCEA
(219,220,234)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546799 color. Also use rgb(84,103,153) instead hex code.

Text Font Color

.myTextColor { color: #546799; }

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

This text font color is #546799.


Background Color

.myBgColor { background-color: #546799; }

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

This div background color is #546799.


Border color

.myBorderColor { border: 1px solid #546799; }

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

This div border color is #546799.


Opacity

.myOpacity80 { color: #546799; opacity: 0.8; }

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

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

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

This text has shadow with #546799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546799 on black background.


Color preview on white background

This text has color #546799 on white background.



Black color preview on #546799 background

This text has black color on #546799 background.


White color preview on #546799 background

This text has white color on #546799 background.