COLOR #4113B4

HEX: #4113B4
RGB: (65,19,180)

Color info

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

RGB color model

#4113B4 color RGB value is (65,19,180).

  • red value is 65;
  • green value is 19;
  • blue value is 180.
RGB:
(65,19,180)
(25%,7%,71%)

RGB channels and saturation

R 65 of 255 = 25%
G 19 of 255 = 7%
B 180 of 255 = 71%

65
19
180

R + G + B ~ 34%. #4113B4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 19 + 180 = 264 (100%)
R 65 of 264 ~ 24.62%
G 19 of 264 ~ 7.2%
B 180 of 264 ~ 68.18%

%24.62
%68.18

CMYK color model

#4113B4 color CMYK value is (64,89,0,29).

  • cyan value is 63.89%
  • magenta value is 89.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(64,89,0,29)
C64M89Y0K29 
(64%,89%,0%,29%)
(0.64/0.89/0.00/0.29)	

CMYK percentages

%63.89
%89.44
%0
%29.41

Codes

Color #4113B4 in popluar color models

4113B4
RGB6519180
HSL257°80.90%39.02%
HSB/HSV257°89.44%70.59%
CMYK63.89%89.44%0.00%
29.41%

Color #4113B4 in popluar number systems.

HEX4113B4
Decimal6519180
Binary10000011001110110100
Octal10123264

Shades and tints

Shades of #4113B4

#4113B4
(65,19,180)
#3C12A4
(60,18,164)
#371194
(55,17,148)
#321084
(50,16,132)
#2D0F74
(45,15,116)
#280E64
(40,14,100)
#230D54
(35,13,84)
#1E0C44
(30,12,68)
#190B34
(25,11,52)
#140A24
(20,10,36)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #4113B4

#4113B4
(65,19,180)
#5228BA
(82,40,186)
#633DC0
(99,61,192)
#7452C6
(116,82,198)
#8567CC
(133,103,204)
#967CD2
(150,124,210)
#A791D8
(167,145,216)
#B8A6DE
(184,166,222)
#C9BBE4
(201,187,228)
#DAD0EA
(218,208,234)
#EBE5F0
(235,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4113B4 color. Also use rgb(65,19,180) instead hex code.

Text Font Color

.myTextColor { color: #4113B4; }

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

This text font color is #4113B4.


Background Color

.myBgColor { background-color: #4113B4; }

<div style="background-color:#4113B4">Inner text</div>

This div background color is #4113B4.


Border color

.myBorderColor { border: 1px solid #4113B4; }

<div style="border:3px solid #4113B4">Div</div>

This div border color is #4113B4.


Opacity

.myOpacity80 { color: #4113B4; opacity: 0.8; }

<p style="color:#4113B4;opacity:0.8;">80%</p>

Text with #4113B4 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 #4113B4;}

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

This text has shadow with #4113B4 color.

.textShadow {text-shadow: 3px 3px 1px #4113B4, 3px 3px 1px red;}

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

This text has shadow with #4113B4 primary color and red secondary color.


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

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

This text has shadow with #4113B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4113B4 on black background.


Color preview on white background

This text has color #4113B4 on white background.



Black color preview on #4113B4 background

This text has black color on #4113B4 background.


White color preview on #4113B4 background

This text has white color on #4113B4 background.