COLOR #4178DD

HEX: #4178DD
RGB: (65,120,221)

Color info

#4178DD contains mainly blue color. Web safe color of #4178DD is #3366CC (or #36C).

RGB color model

#4178DD color RGB value is (65,120,221).

  • red value is 65;
  • green value is 120;
  • blue value is 221.
RGB:
(65,120,221)
(25%,47%,87%)

RGB channels and saturation

R 65 of 255 = 25%
G 120 of 255 = 47%
B 221 of 255 = 87%

65
120
221

R + G + B ~ 53%. #4178DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 120 + 221 = 406 (100%)
R 65 of 406 ~ 16.01%
G 120 of 406 ~ 29.56%
B 221 of 406 ~ 54.43%

%16.01
%29.56
%54.43

CMYK color model

#4178DD color CMYK value is (71,46,0,13).

  • cyan value is 70.59%
  • magenta value is 45.70%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(71,46,0,13)
C71M46Y0K13 
(71%,46%,0%,13%)
(0.71/0.46/0.00/0.13)	

CMYK percentages

%70.59
%45.7
%0
%13.33

Codes

Color #4178DD in popluar color models

4178DD
RGB65120221
HSL219°69.64%56.08%
HSB/HSV219°70.59%86.67%
CMYK70.59%45.70%0.00%
13.33%

Color #4178DD in popluar number systems.

HEX4178DD
Decimal65120221
Binary1000001111100011011101
Octal101170335

Shades and tints

Shades of #4178DD

#4178DD
(65,120,221)
#3C6EC9
(60,110,201)
#3764B5
(55,100,181)
#325AA1
(50,90,161)
#2D508D
(45,80,141)
#284679
(40,70,121)
#233C65
(35,60,101)
#1E3251
(30,50,81)
#19283D
(25,40,61)
#141E29
(20,30,41)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #4178DD

#4178DD
(65,120,221)
#5284E0
(82,132,224)
#6390E3
(99,144,227)
#749CE6
(116,156,230)
#85A8E9
(133,168,233)
#96B4EC
(150,180,236)
#A7C0EF
(167,192,239)
#B8CCF2
(184,204,242)
#C9D8F5
(201,216,245)
#DAE4F8
(218,228,248)
#EBF0FB
(235,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4178DD color. Also use rgb(65,120,221) instead hex code.

Text Font Color

.myTextColor { color: #4178DD; }

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

This text font color is #4178DD.


Background Color

.myBgColor { background-color: #4178DD; }

<div style="background-color:#4178DD">Inner text</div>

This div background color is #4178DD.


Border color

.myBorderColor { border: 1px solid #4178DD; }

<div style="border:3px solid #4178DD">Div</div>

This div border color is #4178DD.


Opacity

.myOpacity80 { color: #4178DD; opacity: 0.8; }

<p style="color:#4178DD;opacity:0.8;">80%</p>

Text with #4178DD 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 #4178DD;}

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

This text has shadow with #4178DD color.

.textShadow {text-shadow: 3px 3px 1px #4178DD, 3px 3px 1px red;}

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

This text has shadow with #4178DD primary color and red secondary color.


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

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

This text has shadow with #4178DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4178DD on black background.


Color preview on white background

This text has color #4178DD on white background.



Black color preview on #4178DD background

This text has black color on #4178DD background.


White color preview on #4178DD background

This text has white color on #4178DD background.