Color Hex Logo

#467e9a Color Hex

#467E9A
(70,126,154)
0 Favorites   0 Comments

Color spaces of #467e9a

RGB 70126154
HSL0.560.380.44
HSV200°55°60°
CMYK 0.550.180.00   0.40
XYZ15.819418.556933.3199
Yxy18.55690.23370.2741
Hunter Lab43.0777-9.8356-15.7054
CIE-Lab50.1647-10.1582-20.6985

#467e9a color RGB value is (70,126,154).

#467e9a hex color red value is 70, green value is 126 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #467e9a hue: 0.56 , saturation: 0.38 and the lightness value of 467e9a is 0.44.

The process color (four color CMYK) of #467e9a color hex is 0.55, 0.18, 0.00, 0.40. Web safe color of #467e9a is #336699. Color #467e9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111110 10011010
Octal 106 176 232
Decimal 70 126 154
Hex 46 7E 9A

RGB Percentages of Color #467e9a

%20.00
%36.00
%44.00

CMYK Percentages of Color #467e9a

%55
%18
%0
%40

Triadic Colors of #467e9a

#467e9a #9a467e #7e9a46

Analogous Colors of #467e9a

#467e9a #46549a #469a8c

Monochromatic Colors of #467e9a

#467e9a

Complementary Color

#467e9a #9a6246

#467e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#467e9a Color CSS Codes

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

#467e9a Text Font Color

<p style="color:#467e9a">Text here</p>

This sample text font color is #467e9a
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.


#467e9a Background Color

<div style="background-color:#467e9a">
Div content here</div>

This div background color is #467e9a


#467e9a Border Color

<div style="border:3px solid #467e9a">
Div here</div>

This div border color is #467e9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,126,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #467e9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #467e9a;
  -webkit-box-shadow: 1px 1px 3px 2px #467e9a;
  box-shadow:         1px 1px 3px 2px #467e9a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,126,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #467e9a;
  -webkit-box-shadow: 1px 1px 3px 2px #467e9a;
  box-shadow:         1px 1px 3px 2px #467e9a;">
Div content here</div>

This div box has shadow with color #467e9a


Comments

No comments written yet.

Please login to write comment.