COLOR #4661DA

HEX: #4661DA RGB: (70,97,218)

Color info

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

RGB color model

#4661DA color RGB value is (70,97,218).

RGB: (70,97,218) (27%, 38%, 85%)

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 218 of 255 = 85%

70
97
218

R + G + B ~ 50%. #4661DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 97 + 218 = 385 (100%)
R 70 of 385 ~ 18.18%
G 97 of 385 ~ 25.19%
B 218 of 385 ~ 56.62'%

%18.18
%25.19
%56.62

CMYK color model

#4661DA color CMYK value is (68,56,0,15).

  • cyan value is 67.89%
  • magenta value is 55.50%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (68,56,0,15)
C68M56Y0K15 (68%, 56%, 0%, 15%)
(0.68 / 0.56 / 0.00 / 0.15)

CMYK percentages

%67.89
%55.5
%0
%14.51

Codes

Color #4661DA in popluar color models

46 61 DA
RGB 70 97 218
HSL 229° 66.67% 56.47%
HSB/HSV 229° 67.89% 85.49%
CMYK 67.89% 55.50% 0.00%
14.51%

Color #4661DA in popluar number systems.

HEX 46 61 DA
Decimal 70 97 218
Binary 1000110 1100001 11011010
Octal 106 141 332

Shades and tints

Shades of #4661DA

#4661DA
(70,97,218)
#4059C7
(64,89,199)
#3A51B4
(58,81,180)
#3449A1
(52,73,161)
#2E418E
(46,65,142)
#28397B
(40,57,123)
#223168
(34,49,104)
#1C2955
(28,41,85)
#162142
(22,33,66)
#10192F
(16,25,47)
#0A111C
(10,17,28)
#000000
(0,0,0)

Tints of #4661DA

#4661DA
(70,97,218)
#566FDD
(86,111,221)
#667DE0
(102,125,224)
#768BE3
(118,139,227)
#8699E6
(134,153,230)
#96A7E9
(150,167,233)
#A6B5EC
(166,181,236)
#B6C3EF
(182,195,239)
#C6D1F2
(198,209,242)
#D6DFF5
(214,223,245)
#E6EDF8
(230,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4661DA color. Also use rgb(70,97,218) instead hex code.

Text Font Color

.myTextColor { color: #4661DA; }

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

This text font color is #4661DA.

Background Color

.myBgColor { background-color: #4661DA; }

<div style="background-color:#4661DA">Inner text</div>

This div background color is #4661DA.

Border color

.myBorderColor { border: 1px solid #4661DA; }

<div style="border:3px solid #4661DA">Div</div>

This div border color is #4661DA.

Opacity

.myOpacity80 { color: #4661DA; opacity: 0.8; }

<p style="color:#4661DA;opacity:0.8;">80%</p>

Text with #4661DA 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 #4661DA;}

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

This text has shadow with #4661DA color.


.textShadow {text-shadow: 3px 3px 1px #4661DA', 3px 3px 1px red;}

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

This text has shadow with #4661DA primary color and red secondary color.


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

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

This text has shadow with #4661DA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4661DA; -webkit-box-shadow: 1px 1px 3px 2px #4661DA; box-shadow:1px 1px 3px 2px #4661DA;">
Div content here
</div>

This div box has shadow with color #4661DA.

Preview

Color preview on black background

This text has color #4661DA on black background.


Color preview on white background

This text has color #4661DA on white background.


Black color preview on #4661DA background

This text has black color on #4661DA background.


White color preview on #4661DA background

This text has white color on #4661DA background.


Related colors

Complementary color

Complementary color for #hex is #B99E25.


I love getcolorcode.com

Triadic colors

1 #DA4661 and #61DA46 with #4661DA are triadic colors.

2 #DA6146 and #6146DA with #4661DA are triadic colors.