COLOR #4519B7

HEX: #4519B7
RGB: (69,25,183)

Color info

#4519B7 contains mainly blue color. Web safe color of #4519B7 is #3300CC (or #30C).

RGB color model

#4519B7 color RGB value is (69,25,183).

  • red value is 69;
  • green value is 25;
  • blue value is 183.
RGB:
(69,25,183)
(27%,10%,72%)

RGB channels and saturation

R 69 of 255 = 27%
G 25 of 255 = 10%
B 183 of 255 = 72%

69
25
183

R + G + B ~ 36%. #4519B7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 25 + 183 = 277 (100%)
R 69 of 277 ~ 24.91%
G 25 of 277 ~ 9.03%
B 183 of 277 ~ 66.06%

%24.91
%66.06

CMYK color model

#4519B7 color CMYK value is (62,86,0,28).

  • cyan value is 62.30%
  • magenta value is 86.34%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(62,86,0,28)
C62M86Y0K28 
(62%,86%,0%,28%)
(0.62/0.86/0.00/0.28)	

CMYK percentages

%62.3
%86.34
%0
%28.24

Codes

Color #4519B7 in popluar color models

4519B7
RGB6925183
HSL257°75.96%40.78%
HSB/HSV257°86.34%71.76%
CMYK62.30%86.34%0.00%
28.24%

Color #4519B7 in popluar number systems.

HEX4519B7
Decimal6925183
Binary10001011100110110111
Octal10531267

Shades and tints

Shades of #4519B7

#4519B7
(69,25,183)
#3F17A7
(63,23,167)
#391597
(57,21,151)
#331387
(51,19,135)
#2D1177
(45,17,119)
#270F67
(39,15,103)
#210D57
(33,13,87)
#1B0B47
(27,11,71)
#150937
(21,9,55)
#0F0727
(15,7,39)
#090517
(9,5,23)
#000000
(0,0,0)

Tints of #4519B7

#4519B7
(69,25,183)
#552DBD
(85,45,189)
#6541C3
(101,65,195)
#7555C9
(117,85,201)
#8569CF
(133,105,207)
#957DD5
(149,125,213)
#A591DB
(165,145,219)
#B5A5E1
(181,165,225)
#C5B9E7
(197,185,231)
#D5CDED
(213,205,237)
#E5E1F3
(229,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4519B7 color. Also use rgb(69,25,183) instead hex code.

Text Font Color

.myTextColor { color: #4519B7; }

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

This text font color is #4519B7.


Background Color

.myBgColor { background-color: #4519B7; }

<div style="background-color:#4519B7">Inner text</div>

This div background color is #4519B7.


Border color

.myBorderColor { border: 1px solid #4519B7; }

<div style="border:3px solid #4519B7">Div</div>

This div border color is #4519B7.


Opacity

.myOpacity80 { color: #4519B7; opacity: 0.8; }

<p style="color:#4519B7;opacity:0.8;">80%</p>

Text with #4519B7 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 #4519B7;}

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

This text has shadow with #4519B7 color.

.textShadow {text-shadow: 3px 3px 1px #4519B7, 3px 3px 1px red;}

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

This text has shadow with #4519B7 primary color and red secondary color.


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

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

This text has shadow with #4519B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4519B7 on black background.


Color preview on white background

This text has color #4519B7 on white background.



Black color preview on #4519B7 background

This text has black color on #4519B7 background.


White color preview on #4519B7 background

This text has white color on #4519B7 background.