Color Hex Logo

#467eaf Color Hex

#467EAF
(70,126,175)
0 Favorites   0 Comments

Color spaces of #467eaf

RGB 70126175
HSL0.580.430.48
HSV208°60°69°
CMYK 0.600.280.00   0.31
XYZ17.724519.318943.3522
Yxy19.31890.22050.2403
Hunter Lab43.9533-4.9367-27.7119
CIE-Lab51.0582-3.3847-31.5166

#467eaf color RGB value is (70,126,175).

#467eaf hex color red value is 70, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #467eaf hue: 0.58 , saturation: 0.43 and the lightness value of 467eaf is 0.48.

The process color (four color CMYK) of #467eaf color hex is 0.60, 0.28, 0.00, 0.31. Web safe color of #467eaf is #336699. Color #467eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111110 10101111
Octal 106 176 257
Decimal 70 126 175
Hex 46 7E AF

RGB Percentages of Color #467eaf

%18.87
%33.96
%47.17

CMYK Percentages of Color #467eaf

%60
%28
%0
%31

Triadic Colors of #467eaf

#467eaf #af467e #7eaf46

Analogous Colors of #467eaf

#467eaf #4649af #46afac

Monochromatic Colors of #467eaf

#467eaf

Complementary Color

#467eaf #af7746

#467eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#467eaf Color CSS Codes

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

#467eaf Text Font Color

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

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


#467eaf Background Color

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

This div background color is #467eaf


#467eaf Border Color

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

This div border color is #467eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467eaf


Comments

No comments written yet.

Please login to write comment.