COLOR #7485A4

HEX: #7485A4
RGB: (116,133,164)

Color info

#7485A4 contains red, green and blue colors in about the same proportion. Web safe color of #7485A4 is #669999 (or #699).

RGB color model

#7485A4 color RGB value is (116,133,164).

  • red value is 116;
  • green value is 133;
  • blue value is 164.
RGB:
(116,133,164)
(45%,52%,64%)

RGB channels and saturation

R 116 of 255 = 45%
G 133 of 255 = 52%
B 164 of 255 = 64%

116
133
164

R + G + B ~ 54%. #7485A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 133 + 164 = 413 (100%)
R 116 of 413 ~ 28.09%
G 133 of 413 ~ 32.2%
B 164 of 413 ~ 39.71%

%28.09
%32.2
%39.71

CMYK color model

#7485A4 color CMYK value is (29,19,0,36).

  • cyan value is 29.27%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(29,19,0,36)
C29M19Y0K36 
(29%,19%,0%,36%)
(0.29/0.19/0.00/0.36)	

CMYK percentages

%29.27
%18.9
%0
%35.69

Codes

Color #7485A4 in popluar color models

7485A4
RGB116133164
HSL219°20.87%54.90%
HSB/HSV219°29.27%64.31%
CMYK29.27%18.90%0.00%
35.69%

Color #7485A4 in popluar number systems.

HEX7485A4
Decimal116133164
Binary11101001000010110100100
Octal164205244

Shades and tints

Shades of #7485A4

#7485A4
(116,133,164)
#6A7996
(106,121,150)
#606D88
(96,109,136)
#56617A
(86,97,122)
#4C556C
(76,85,108)
#42495E
(66,73,94)
#383D50
(56,61,80)
#2E3142
(46,49,66)
#242534
(36,37,52)
#1A1926
(26,25,38)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #7485A4

#7485A4
(116,133,164)
#8090AC
(128,144,172)
#8C9BB4
(140,155,180)
#98A6BC
(152,166,188)
#A4B1C4
(164,177,196)
#B0BCCC
(176,188,204)
#BCC7D4
(188,199,212)
#C8D2DC
(200,210,220)
#D4DDE4
(212,221,228)
#E0E8EC
(224,232,236)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7485A4 color. Also use rgb(116,133,164) instead hex code.

Text Font Color

.myTextColor { color: #7485A4; }

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

This text font color is #7485A4.


Background Color

.myBgColor { background-color: #7485A4; }

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

This div background color is #7485A4.


Border color

.myBorderColor { border: 1px solid #7485A4; }

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

This div border color is #7485A4.


Opacity

.myOpacity80 { color: #7485A4; opacity: 0.8; }

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

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

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

This text has shadow with #7485A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7485A4 on black background.


Color preview on white background

This text has color #7485A4 on white background.



Black color preview on #7485A4 background

This text has black color on #7485A4 background.


White color preview on #7485A4 background

This text has white color on #7485A4 background.