COLOR #4925CC

HEX: #4925CC
RGB: (73,37,204)

Color info

#4925CC contains mainly blue color. Web safe color of #4925CC is #3333CC (or #33C).

RGB color model

#4925CC color RGB value is (73,37,204).

  • red value is 73;
  • green value is 37;
  • blue value is 204.
RGB:
(73,37,204)
(29%,15%,80%)

RGB channels and saturation

R 73 of 255 = 29%
G 37 of 255 = 15%
B 204 of 255 = 80%

73
37
204

R + G + B ~ 41%. #4925CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 37 + 204 = 314 (100%)
R 73 of 314 ~ 23.25%
G 37 of 314 ~ 11.78%
B 204 of 314 ~ 64.97%

%23.25
%11.78
%64.97

CMYK color model

#4925CC color CMYK value is (64,82,0,20).

  • cyan value is 64.22%
  • magenta value is 81.86%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(64,82,0,20)
C64M82Y0K20 
(64%,82%,0%,20%)
(0.64/0.82/0.00/0.20)	

CMYK percentages

%64.22
%81.86
%0
%20

Codes

Color #4925CC in popluar color models

4925CC
RGB7337204
HSL253°69.29%47.25%
HSB/HSV253°81.86%80.00%
CMYK64.22%81.86%0.00%
20.00%

Color #4925CC in popluar number systems.

HEX4925CC
Decimal7337204
Binary100100110010111001100
Octal11145314

Shades and tints

Shades of #4925CC

#4925CC
(73,37,204)
#4322BA
(67,34,186)
#3D1FA8
(61,31,168)
#371C96
(55,28,150)
#311984
(49,25,132)
#2B1672
(43,22,114)
#251360
(37,19,96)
#1F104E
(31,16,78)
#190D3C
(25,13,60)
#130A2A
(19,10,42)
#0D0718
(13,7,24)
#000000
(0,0,0)

Tints of #4925CC

#4925CC
(73,37,204)
#5938D0
(89,56,208)
#694BD4
(105,75,212)
#795ED8
(121,94,216)
#8971DC
(137,113,220)
#9984E0
(153,132,224)
#A997E4
(169,151,228)
#B9AAE8
(185,170,232)
#C9BDEC
(201,189,236)
#D9D0F0
(217,208,240)
#E9E3F4
(233,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4925CC color. Also use rgb(73,37,204) instead hex code.

Text Font Color

.myTextColor { color: #4925CC; }

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

This text font color is #4925CC.


Background Color

.myBgColor { background-color: #4925CC; }

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

This div background color is #4925CC.


Border color

.myBorderColor { border: 1px solid #4925CC; }

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

This div border color is #4925CC.


Opacity

.myOpacity80 { color: #4925CC; opacity: 0.8; }

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

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

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

This text has shadow with #4925CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4925CC on black background.


Color preview on white background

This text has color #4925CC on white background.



Black color preview on #4925CC background

This text has black color on #4925CC background.


White color preview on #4925CC background

This text has white color on #4925CC background.