COLOR #4975FF

HEX: #4975FF
RGB: (73,117,255)

Color info

#4975FF contains mainly blue color. Web safe color of #4975FF is #3366FF (or #36F).

RGB color model

#4975FF color RGB value is (73,117,255).

  • red value is 73;
  • green value is 117;
  • blue value is 255.
RGB:
(73,117,255)
(29%,46%,100%)

RGB channels and saturation

R 73 of 255 = 29%
G 117 of 255 = 46%
B 255 of 255 = 100%

73
117
255

R + G + B ~ 58%. #4975FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 117 + 255 = 445 (100%)
R 73 of 445 ~ 16.4%
G 117 of 445 ~ 26.29%
B 255 of 445 ~ 57.3%

%16.4
%26.29
%57.3

CMYK color model

#4975FF color CMYK value is (71,54,0,0).

  • cyan value is 71.37%
  • magenta value is 54.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(71,54,0,0)
C71M54Y0K0 
(71%,54%,0%,0%)
(0.71/0.54/0.00/0.00)	

CMYK percentages

%71.37
%54.12
%0
%0

Codes

Color #4975FF in popluar color models

4975FF
RGB73117255
HSL225°100.00%64.31%
HSB/HSV225°71.37%100.00%
CMYK71.37%54.12%0.00%
0.00%

Color #4975FF in popluar number systems.

HEX4975FF
Decimal73117255
Binary1001001111010111111111
Octal111165377

Shades and tints

Shades of #4975FF

#4975FF
(73,117,255)
#436BE8
(67,107,232)
#3D61D1
(61,97,209)
#3757BA
(55,87,186)
#314DA3
(49,77,163)
#2B438C
(43,67,140)
#253975
(37,57,117)
#1F2F5E
(31,47,94)
#192547
(25,37,71)
#131B30
(19,27,48)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #4975FF

#4975FF
(73,117,255)
#5981FF
(89,129,255)
#698DFF
(105,141,255)
#7999FF
(121,153,255)
#89A5FF
(137,165,255)
#99B1FF
(153,177,255)
#A9BDFF
(169,189,255)
#B9C9FF
(185,201,255)
#C9D5FF
(201,213,255)
#D9E1FF
(217,225,255)
#E9EDFF
(233,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4975FF color. Also use rgb(73,117,255) instead hex code.

Text Font Color

.myTextColor { color: #4975FF; }

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

This text font color is #4975FF.


Background Color

.myBgColor { background-color: #4975FF; }

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

This div background color is #4975FF.


Border color

.myBorderColor { border: 1px solid #4975FF; }

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

This div border color is #4975FF.


Opacity

.myOpacity80 { color: #4975FF; opacity: 0.8; }

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

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

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

This text has shadow with #4975FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4975FF on black background.


Color preview on white background

This text has color #4975FF on white background.



Black color preview on #4975FF background

This text has black color on #4975FF background.


White color preview on #4975FF background

This text has white color on #4975FF background.