Color Hex Logo

#2a476e Color Hex

#2A476E
(42,71,110)
0 Favorites   0 Comments

Color spaces of #2a476e

RGB 4271110
HSL0.600.450.30
HSV214°62°43°
CMYK 0.620.350.00   0.57
XYZ6.02266.124515.6166
Yxy6.12450.21690.2206
Hunter Lab24.74770.1312-20.0905
CIE-Lab29.72442.2477-25.8549

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

#2a476e hex color red value is 42, green value is 71 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #2a476e hue: 0.60 , saturation: 0.45 and the lightness value of 2a476e is 0.30.

The process color (four color CMYK) of #2a476e color hex is 0.62, 0.35, 0.00, 0.57. Web safe color of #2a476e is #333366. Color #2a476e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01000111 01101110
Octal 52 107 156
Decimal 42 71 110
Hex 2A 47 6E

RGB Percentages of Color #2a476e

%18.83
%31.84
%49.33

CMYK Percentages of Color #2a476e

%62
%35
%0
%57

Triadic Colors of #2a476e

#2a476e #6e2a47 #476e2a

Analogous Colors of #2a476e

#2a476e #2f2a6e #2a696e

Monochromatic Colors of #2a476e

#2a476e

Complementary Color

#2a476e #6e512a

#2a476e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a476e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a476e Color CSS Codes

.mybgcolor {background-color:#2a476e; } 
.myforecolor {color:#2a476e; }
.mybordercolor {border:3px solid #2a476e; }

#2a476e Text Font Color

<p style="color:#2a476e">Text here</p>

This sample text font color is #2a476e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2a476e Background Color

<div style="background-color:#2a476e">
Div content here</div>

This div background color is #2a476e


#2a476e Border Color

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

This div border color is #2a476e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,71,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a476e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a476e;
  -webkit-box-shadow: 1px 1px 3px 2px #2a476e;
  box-shadow:         1px 1px 3px 2px #2a476e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,71,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2a476e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.