COLOR #73A4FC

HEX: #73A4FC
RGB: (115,164,252)

Color info

#73A4FC contains mainly blue color. Web safe color of #73A4FC is #6699FF (or #69F).

RGB color model

#73A4FC color RGB value is (115,164,252).

  • red value is 115;
  • green value is 164;
  • blue value is 252.
RGB:
(115,164,252)
(45%,64%,99%)

RGB channels and saturation

R 115 of 255 = 45%
G 164 of 255 = 64%
B 252 of 255 = 99%

115
164
252

R + G + B ~ 69%. #73A4FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 164 + 252 = 531 (100%)
R 115 of 531 ~ 21.66%
G 164 of 531 ~ 30.89%
B 252 of 531 ~ 47.46%

%21.66
%30.89
%47.46

CMYK color model

#73A4FC color CMYK value is (54,35,0,1).

  • cyan value is 54.37%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(54,35,0,1)
C54M35Y0K1 
(54%,35%,0%,1%)
(0.54/0.35/0.00/0.01)	

CMYK percentages

%54.37
%34.92
%0
%1.18

Codes

Color #73A4FC in popluar color models

73A4FC
RGB115164252
HSL219°95.80%71.96%
HSB/HSV219°54.37%98.82%
CMYK54.37%34.92%0.00%
1.18%

Color #73A4FC in popluar number systems.

HEX73A4FC
Decimal115164252
Binary11100111010010011111100
Octal163244374

Shades and tints

Shades of #73A4FC

#73A4FC
(115,164,252)
#6996E6
(105,150,230)
#5F88D0
(95,136,208)
#557ABA
(85,122,186)
#4B6CA4
(75,108,164)
#415E8E
(65,94,142)
#375078
(55,80,120)
#2D4262
(45,66,98)
#23344C
(35,52,76)
#192636
(25,38,54)
#0F1820
(15,24,32)
#000000
(0,0,0)

Tints of #73A4FC

#73A4FC
(115,164,252)
#7FACFC
(127,172,252)
#8BB4FC
(139,180,252)
#97BCFC
(151,188,252)
#A3C4FC
(163,196,252)
#AFCCFC
(175,204,252)
#BBD4FC
(187,212,252)
#C7DCFC
(199,220,252)
#D3E4FC
(211,228,252)
#DFECFC
(223,236,252)
#EBF4FC
(235,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A4FC color. Also use rgb(115,164,252) instead hex code.

Text Font Color

.myTextColor { color: #73A4FC; }

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

This text font color is #73A4FC.


Background Color

.myBgColor { background-color: #73A4FC; }

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

This div background color is #73A4FC.


Border color

.myBorderColor { border: 1px solid #73A4FC; }

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

This div border color is #73A4FC.


Opacity

.myOpacity80 { color: #73A4FC; opacity: 0.8; }

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

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

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

This text has shadow with #73A4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A4FC on black background.


Color preview on white background

This text has color #73A4FC on white background.



Black color preview on #73A4FC background

This text has black color on #73A4FC background.


White color preview on #73A4FC background

This text has white color on #73A4FC background.