COLOR #2A476E

HEX: #2A476E
RGB: (42,71,110)

Color info

#2A476E contains mainly green and blue colors. Web safe color of #2A476E is #333366 (or #336).

RGB color model

#2A476E color RGB value is (42,71,110).

  • red value is 42;
  • green value is 71;
  • blue value is 110.
RGB:
(42,71,110)
(16%,28%,43%)

RGB channels and saturation

R 42 of 255 = 16%
G 71 of 255 = 28%
B 110 of 255 = 43%

42
71
110

R + G + B ~ 29%. #2A476E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 71 + 110 = 223 (100%)
R 42 of 223 ~ 18.83%
G 71 of 223 ~ 31.84%
B 110 of 223 ~ 49.33%

%18.83
%31.84
%49.33

CMYK color model

#2A476E color CMYK value is (62,35,0,57).

  • cyan value is 61.82%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(62,35,0,57)
C62M35Y0K57 
(62%,35%,0%,57%)
(0.62/0.35/0.00/0.57)	

CMYK percentages

%61.82
%35.45
%0
%56.86

Codes

Color #2A476E in popluar color models

2A476E
RGB4271110
HSL214°44.74%29.80%
HSB/HSV214°61.82%43.14%
CMYK61.82%35.45%0.00%
56.86%

Color #2A476E in popluar number systems.

HEX2A476E
Decimal4271110
Binary10101010001111101110
Octal52107156

Shades and tints

Shades of #2A476E

#2A476E
(42,71,110)
#274164
(39,65,100)
#243B5A
(36,59,90)
#213550
(33,53,80)
#1E2F46
(30,47,70)
#1B293C
(27,41,60)
#182332
(24,35,50)
#151D28
(21,29,40)
#12171E
(18,23,30)
#0F1114
(15,17,20)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #2A476E

#2A476E
(42,71,110)
#3D577B
(61,87,123)
#506788
(80,103,136)
#637795
(99,119,149)
#7687A2
(118,135,162)
#8997AF
(137,151,175)
#9CA7BC
(156,167,188)
#AFB7C9
(175,183,201)
#C2C7D6
(194,199,214)
#D5D7E3
(213,215,227)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A476E color. Also use rgb(42,71,110) instead hex code.

Text Font Color

.myTextColor { color: #2A476E; }

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

This text font color is #2A476E.


Background Color

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

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

This div background color is #2A476E.


Border color

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

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

This div border color is #2A476E.


Opacity

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

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

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

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

This text has shadow with #2A476E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A476E on black background.


Color preview on white background

This text has color #2A476E on white background.



Black color preview on #2A476E background

This text has black color on #2A476E background.


White color preview on #2A476E background

This text has white color on #2A476E background.