COLOR #546A94

HEX: #546A94
RGB: (84,106,148)

Color info

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

RGB color model

#546A94 color RGB value is (84,106,148).

  • red value is 84;
  • green value is 106;
  • blue value is 148.
RGB:
(84,106,148)
(33%,42%,58%)

RGB channels and saturation

R 84 of 255 = 33%
G 106 of 255 = 42%
B 148 of 255 = 58%

84
106
148

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

Portions of RGB colors in percentages

R + G + B =
84 + 106 + 148 = 338 (100%)
R 84 of 338 ~ 24.85%
G 106 of 338 ~ 31.36%
B 148 of 338 ~ 43.79%

%24.85
%31.36
%43.79

CMYK color model

#546A94 color CMYK value is (43,28,0,42).

  • cyan value is 43.24%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(43,28,0,42)
C43M28Y0K42 
(43%,28%,0%,42%)
(0.43/0.28/0.00/0.42)	

CMYK percentages

%43.24
%28.38
%0
%41.96

Codes

Color #546A94 in popluar color models

546A94
RGB84106148
HSL219°27.59%45.49%
HSB/HSV219°43.24%58.04%
CMYK43.24%28.38%0.00%
41.96%

Color #546A94 in popluar number systems.

HEX546A94
Decimal84106148
Binary1010100110101010010100
Octal124152224

Shades and tints

Shades of #546A94

#546A94
(84,106,148)
#4D6187
(77,97,135)
#46587A
(70,88,122)
#3F4F6D
(63,79,109)
#384660
(56,70,96)
#313D53
(49,61,83)
#2A3446
(42,52,70)
#232B39
(35,43,57)
#1C222C
(28,34,44)
#15191F
(21,25,31)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #546A94

#546A94
(84,106,148)
#63779D
(99,119,157)
#7284A6
(114,132,166)
#8191AF
(129,145,175)
#909EB8
(144,158,184)
#9FABC1
(159,171,193)
#AEB8CA
(174,184,202)
#BDC5D3
(189,197,211)
#CCD2DC
(204,210,220)
#DBDFE5
(219,223,229)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546A94 color. Also use rgb(84,106,148) instead hex code.

Text Font Color

.myTextColor { color: #546A94; }

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

This text font color is #546A94.


Background Color

.myBgColor { background-color: #546A94; }

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

This div background color is #546A94.


Border color

.myBorderColor { border: 1px solid #546A94; }

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

This div border color is #546A94.


Opacity

.myOpacity80 { color: #546A94; opacity: 0.8; }

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

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

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

This text has shadow with #546A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546A94 on black background.


Color preview on white background

This text has color #546A94 on white background.



Black color preview on #546A94 background

This text has black color on #546A94 background.


White color preview on #546A94 background

This text has white color on #546A94 background.