COLOR #2F46A6

HEX: #2F46A6
RGB: (47,70,166)

Color info

#2F46A6 contains mainly blue color. Web safe color of #2F46A6 is #333399 (or #339).

RGB color model

#2F46A6 color RGB value is (47,70,166).

  • red value is 47;
  • green value is 70;
  • blue value is 166.
RGB:
(47,70,166)
(18%,27%,65%)

RGB channels and saturation

R 47 of 255 = 18%
G 70 of 255 = 27%
B 166 of 255 = 65%

47
70
166

R + G + B ~ 37%. #2F46A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 70 + 166 = 283 (100%)
R 47 of 283 ~ 16.61%
G 70 of 283 ~ 24.73%
B 166 of 283 ~ 58.66%

%16.61
%24.73
%58.66

CMYK color model

#2F46A6 color CMYK value is (72,58,0,35).

  • cyan value is 71.69%
  • magenta value is 57.83%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(72,58,0,35)
C72M58Y0K35 
(72%,58%,0%,35%)
(0.72/0.58/0.00/0.35)	

CMYK percentages

%71.69
%57.83
%0
%34.9

Codes

Color #2F46A6 in popluar color models

2F46A6
RGB4770166
HSL228°55.87%41.76%
HSB/HSV228°71.69%65.10%
CMYK71.69%57.83%0.00%
34.90%

Color #2F46A6 in popluar number systems.

HEX2F46A6
Decimal4770166
Binary101111100011010100110
Octal57106246

Shades and tints

Shades of #2F46A6

#2F46A6
(47,70,166)
#2B4097
(43,64,151)
#273A88
(39,58,136)
#233479
(35,52,121)
#1F2E6A
(31,46,106)
#1B285B
(27,40,91)
#17224C
(23,34,76)
#131C3D
(19,28,61)
#0F162E
(15,22,46)
#0B101F
(11,16,31)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #2F46A6

#2F46A6
(47,70,166)
#4156AE
(65,86,174)
#5366B6
(83,102,182)
#6576BE
(101,118,190)
#7786C6
(119,134,198)
#8996CE
(137,150,206)
#9BA6D6
(155,166,214)
#ADB6DE
(173,182,222)
#BFC6E6
(191,198,230)
#D1D6EE
(209,214,238)
#E3E6F6
(227,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F46A6 color. Also use rgb(47,70,166) instead hex code.

Text Font Color

.myTextColor { color: #2F46A6; }

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

This text font color is #2F46A6.


Background Color

.myBgColor { background-color: #2F46A6; }

<div style="background-color:#2F46A6">Inner text</div>

This div background color is #2F46A6.


Border color

.myBorderColor { border: 1px solid #2F46A6; }

<div style="border:3px solid #2F46A6">Div</div>

This div border color is #2F46A6.


Opacity

.myOpacity80 { color: #2F46A6; opacity: 0.8; }

<p style="color:#2F46A6;opacity:0.8;">80%</p>

Text with #2F46A6 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 #2F46A6;}

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

This text has shadow with #2F46A6 color.

.textShadow {text-shadow: 3px 3px 1px #2F46A6, 3px 3px 1px red;}

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

This text has shadow with #2F46A6 primary color and red secondary color.


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

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

This text has shadow with #2F46A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F46A6 on black background.


Color preview on white background

This text has color #2F46A6 on white background.



Black color preview on #2F46A6 background

This text has black color on #2F46A6 background.


White color preview on #2F46A6 background

This text has white color on #2F46A6 background.