COLOR #4158B1

HEX: #4158B1
RGB: (65,88,177)

Color info

#4158B1 contains mainly blue color. Web safe color of #4158B1 is #336699 (or #369).

RGB color model

#4158B1 color RGB value is (65,88,177).

  • red value is 65;
  • green value is 88;
  • blue value is 177.
RGB:
(65,88,177)
(25%,35%,69%)

RGB channels and saturation

R 65 of 255 = 25%
G 88 of 255 = 35%
B 177 of 255 = 69%

65
88
177

R + G + B ~ 43%. #4158B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 88 + 177 = 330 (100%)
R 65 of 330 ~ 19.7%
G 88 of 330 ~ 26.67%
B 177 of 330 ~ 53.64%

%19.7
%26.67
%53.64

CMYK color model

#4158B1 color CMYK value is (63,50,0,31).

  • cyan value is 63.28%
  • magenta value is 50.28%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(63,50,0,31)
C63M50Y0K31 
(63%,50%,0%,31%)
(0.63/0.50/0.00/0.31)	

CMYK percentages

%63.28
%50.28
%0
%30.59

Codes

Color #4158B1 in popluar color models

4158B1
RGB6588177
HSL228°46.28%47.45%
HSB/HSV228°63.28%69.41%
CMYK63.28%50.28%0.00%
30.59%

Color #4158B1 in popluar number systems.

HEX4158B1
Decimal6588177
Binary1000001101100010110001
Octal101130261

Shades and tints

Shades of #4158B1

#4158B1
(65,88,177)
#3C50A1
(60,80,161)
#374891
(55,72,145)
#324081
(50,64,129)
#2D3871
(45,56,113)
#283061
(40,48,97)
#232851
(35,40,81)
#1E2041
(30,32,65)
#191831
(25,24,49)
#141021
(20,16,33)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #4158B1

#4158B1
(65,88,177)
#5267B8
(82,103,184)
#6376BF
(99,118,191)
#7485C6
(116,133,198)
#8594CD
(133,148,205)
#96A3D4
(150,163,212)
#A7B2DB
(167,178,219)
#B8C1E2
(184,193,226)
#C9D0E9
(201,208,233)
#DADFF0
(218,223,240)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4158B1 color. Also use rgb(65,88,177) instead hex code.

Text Font Color

.myTextColor { color: #4158B1; }

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

This text font color is #4158B1.


Background Color

.myBgColor { background-color: #4158B1; }

<div style="background-color:#4158B1">Inner text</div>

This div background color is #4158B1.


Border color

.myBorderColor { border: 1px solid #4158B1; }

<div style="border:3px solid #4158B1">Div</div>

This div border color is #4158B1.


Opacity

.myOpacity80 { color: #4158B1; opacity: 0.8; }

<p style="color:#4158B1;opacity:0.8;">80%</p>

Text with #4158B1 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 #4158B1;}

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

This text has shadow with #4158B1 color.

.textShadow {text-shadow: 3px 3px 1px #4158B1, 3px 3px 1px red;}

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

This text has shadow with #4158B1 primary color and red secondary color.


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

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

This text has shadow with #4158B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4158B1 on black background.


Color preview on white background

This text has color #4158B1 on white background.



Black color preview on #4158B1 background

This text has black color on #4158B1 background.


White color preview on #4158B1 background

This text has white color on #4158B1 background.